public class EntityMetaInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX_COLUMNS |
static String |
PREFIX_CONSTRAINT_PRIMARY_KEY |
static String |
PREFIX_TABLES |
| Constructor and Description |
|---|
EntityMetaInfo()
create new instance.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeListMetaInfo |
getAttributes() |
String |
getClassName() |
String |
getIdAttribute() |
PersistentId.EStrategy |
getIdGenerationStrategy() |
String |
getName() |
String |
getSchema() |
String |
getTable() |
void |
setAttributes(AttributeListMetaInfo lAttributes) |
void |
setClassName(String sClass) |
void |
setIdAttribute(String sAttribute) |
void |
setIdGenerationStrategy(PersistentId.EStrategy eStrategy) |
void |
setName(String sName) |
void |
setSchema(String sSchema) |
void |
setTable(String sTable) |
String |
toString() |
void |
verify() |
public static final String PREFIX_TABLES
public static final String PREFIX_COLUMNS
public static final String PREFIX_CONSTRAINT_PRIMARY_KEY
public void setAttributes(AttributeListMetaInfo lAttributes) throws Exception
Exceptionpublic AttributeListMetaInfo getAttributes() throws Exception
Exceptionpublic void setIdGenerationStrategy(PersistentId.EStrategy eStrategy) throws Exception
Exceptionpublic PersistentId.EStrategy getIdGenerationStrategy() throws Exception
ExceptionCopyright © 2016 as-development.net. All rights reserved.