Fields Summary |
---|
static final char | DOTSeparator between property name bases and indicators. |
static final String | INDICATOR_MAXIMUM_LENGTHIndicator that property is for a maximum length. |
static final String | INDICATOR_JDBC_PREFIX(Partial) indicator that property is for attributes of SQL. The prefix
is recognized by alone by itself in MappingFile, and is used by other
DatabaseGenerationConstants. |
static final String | INDICATOR_JDBC_LENGTHIndicator that property designates the length of mapped SQL type. |
static final String | INDICATOR_JDBC_NULLABLEIndicator that property designates the nullability of mapped SQL type. |
static final String | INDICATOR_JDBC_PRECISIONIndicator that property designates the precision of mapped SQL type. |
static final String | INDICATOR_JDBC_SCALEIndicator that property designates the scale of mapped SQL type. |
static final String | INDICATOR_JDBC_TYPEIndicator that property designates the type of a mapped SQL type. |