public final class TypeDefinition extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
ConstraintDefinition[] |
getConstraintDefinitions() |
PropertyDefinition |
getIdColumn() |
IndexDefinition[] |
getIndexes() |
String |
getPackageName() |
PropertyDefinition[] |
getProperties() |
String |
getStatement() |
String |
getTableName() |
TriggerDefinition[] |
getTriggers() |
String |
getTypeQualifiedName() |
String |
getTypeSimpleName() |
PropertyDefinition |
getVersionColumn() |
int |
hashCode() |
String |
toString() |
public String getStatement()
public String getTableName()
public String getTypeSimpleName()
public PropertyDefinition[] getProperties()
public ConstraintDefinition[] getConstraintDefinitions()
public String getTypeQualifiedName()
public String getPackageName()
public PropertyDefinition getIdColumn()
public PropertyDefinition getVersionColumn()
public TriggerDefinition[] getTriggers()
public IndexDefinition[] getIndexes()
Copyright © 2015. All Rights Reserved.