Method Summary |
|
public IdField | createId(AmberPersistenceUnit amberPersistenceUnit, EntityType type) Amber creating the id field. |
public String | getAbstractSQLType() Returns the abstract SQL type name. |
public Class | getJavaType() Returns the Java type. |
public String | getSQLColumn() Returns the SQL column name. |
public String | getSQLType() Returns the SQL type name. |
public void | init() Initialize the field. |
public boolean | isAutoGenerate() true for auto-generation. |
public void | setAbstractSQLType(String sqlType) Sets the abstract SQL type name. |
public void | setAutoGenerate(boolean isAutoGenerate) Set true for auto-generation. |
public void | setJavaType(Class javaType) Sets the Java type. |
public void | setSQLColumn(String sqlColumn) Sets the SQL column name. |
public void | setSQLType(String sqlType) Sets the SQL type name. |
static String | toSqlName(String name) |
public String | toString() |