Class SqlDateMapping


public class SqlDateMapping extends TemporalMapping
SCO Mapping for a java.sql.Date type. Maps between a java.sql.Date object and an SQL "DATE" type in the datatsore.
  • Constructor Details

    • SqlDateMapping

      public SqlDateMapping()
  • Method Details

    • getJavaType

      public Class getJavaType()
      Description copied from class: JavaTypeMapping
      Accessor for the java type being mapped. This is the java type that the mapping represents. Some examples :
      • if the field is of type "MyClass" then the mapping will be OIDMapping (or subclass) the javaType will be OID, and the type will be MyClass.
      • if the field is of type "int" then the mapping will be IntegerMapping, the javaType will be Integer, and the type will be int.
      The "java type" is the java-type name used in the plugin.xml mapping file
      Specified by:
      getJavaType in class JavaTypeMapping
      Returns:
      The java type
    • getDefaultLengthAsString

      protected int getDefaultLengthAsString()
      Specified by:
      getDefaultLengthAsString in class TemporalMapping