public class TableGeneratorMetadataImpl extends Object implements TableGeneratorMetadata
TableGeneratorMetadata.| Constructor and Description |
|---|
TableGeneratorMetadataImpl(AbstractLocator locator,
javax.persistence.TableGenerator annotation) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAllocationSize()
Returns the allocation size of the generator.
|
String |
getCatalog()
Returns the catalog of the generator.
|
int |
getInitialValue()
Returns the initial value of the generator.
|
AbstractLocator |
getLocator()
Returns the locator.
|
String |
getName()
Returns the name of the Bindable.
|
String |
getPkColumnName()
Returns the name of the primary key column of the table generator.
|
String |
getPkColumnValue()
Returns the primary key value of the table generator.
|
String |
getSchema()
Returns the name of the schema of the generator.
|
String |
getTable()
Returns the table name of the table generator.
|
List<UniqueConstraintMetadata> |
getUniqueConstraints()
Returns the list of unique constraints of the table generator.
|
String |
getValueColumnName()
Returns the name of the value column of the table generator.
|
public TableGeneratorMetadataImpl(AbstractLocator locator, javax.persistence.TableGenerator annotation)
locator - the java locatorannotation - the annotationpublic int getAllocationSize()
getAllocationSize in interface GeneratorMetadatapublic String getCatalog()
getCatalog in interface GeneratorMetadatapublic int getInitialValue()
getInitialValue in interface GeneratorMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic String getName()
getName in interface BindableMetadatapublic String getPkColumnName()
getPkColumnName in interface TableGeneratorMetadatapublic String getPkColumnValue()
getPkColumnValue in interface TableGeneratorMetadatapublic String getSchema()
getSchema in interface GeneratorMetadatapublic String getTable()
getTable in interface TableGeneratorMetadatapublic List<UniqueConstraintMetadata> getUniqueConstraints()
getUniqueConstraints in interface TableGeneratorMetadatapublic String getValueColumnName()
getValueColumnName in interface TableGeneratorMetadataCopyright © 2012-2013 Batoo. All Rights Reserved.