public class TableForm extends Table
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
actualEntityName, actualJavaClass, annotations, columns, entityName, foreignKeys, javaClass, logger, oneToManyRelationships, primaryKey, schema, selectionProviders, shortName, syntheticPropertyNames, tableName
Modifier and Type | Method and Description |
---|---|
Table |
copyTo(Table table) |
String |
getEntityName() |
String |
getHqlQuery() |
String |
getJavaClass() |
String |
getShortName() |
String |
toString() |
afterUnmarshal, composeQualifiedName, getActualEntityName, getActualJavaClass, getAnnotations, getColumns, getDatabaseName, getForeignKeys, getOneToManyRelationships, getPrimaryKey, getQualifiedName, getSchema, getSchemaName, getSelectionProviders, getSyntheticPropertyNames, getTableName, init, link, reset, setEntityName, setJavaClass, setPrimaryKey, setSchema, setShortName, setTableName, visitChildren
public static final String copyright
public TableForm(Table copyFrom)
public String getEntityName()
getEntityName
in class Table
public String getJavaClass()
getJavaClass
in class Table
public String getShortName()
getShortName
in class Table
public String getHqlQuery()