public class TableGeneratorMetaData extends MetaData
Modifier and Type | Field and Description |
---|---|
protected long |
allocationSize
Allocation size for ids from the table.
|
protected String |
catalogName
Name of the catalog to use for the table
|
protected long |
initialValue
Initial value in the table.
|
protected String |
name
Name under which this table generator is known.
|
protected String |
pkColumnName
Name of the primary-key column name
|
protected String |
pkColumnValue
Name of the primary-key column value
|
protected String |
schemaName
Name of the schema to use for the table
|
protected String |
tableName
Name of the table to use for sequences
|
protected String |
valueColumnName
Name of the value column name
|
EXTENSION_CLASS_MULTITENANCY_COLUMN_LENGTH, EXTENSION_CLASS_MULTITENANCY_COLUMN_NAME, EXTENSION_CLASS_MULTITENANCY_DISABLE, EXTENSION_CLASS_MULTITENANCY_JDBC_TYPE, EXTENSION_CLASS_READ_ONLY, EXTENSION_CLASS_VERSION_FIELD_NAME, EXTENSION_MEMBER_CACHEABLE, EXTENSION_MEMBER_CALENDAR_ONE_COLUMN, EXTENSION_MEMBER_CASCADE_PERSIST, EXTENSION_MEMBER_CASCADE_REFRESH, EXTENSION_MEMBER_CASCADE_UPDATE, EXTENSION_MEMBER_COMPARATOR_NAME, EXTENSION_MEMBER_CONTAINER_ALLOW_NULLS, EXTENSION_MEMBER_ENUM_GETTER_BY_VALUE, EXTENSION_MEMBER_ENUM_VALUE_GETTER, EXTENSION_MEMBER_FETCH_FK_ONLY, EXTENSION_MEMBER_IMPLEMENTATION_CLASSES, EXTENSION_MEMBER_INSERTABLE, EXTENSION_MEMBER_LIST_ORDERING, EXTENSION_MEMBER_STRATEGY_WHEN_NOTNULL, EXTENSION_MEMBER_TYPE_CONVERTER_DISABLED, EXTENSION_MEMBER_TYPE_CONVERTER_NAME, EXTENSION_MEMBER_UPDATEABLE, extensions, METADATA_CREATED_STATE, METADATA_INITIALISED_STATE, METADATA_POPULATED_STATE, METADATA_USED_STATE, metaDataState, parent, VENDOR_NAME
addExtension, addExtension, getExtensions, getNoOfExtensions, getParent, getValueForExtension, getValuesForExtension, hasExtension, initialise, isInitialised, isPopulated, isUsed, newExtensionMetaData, removeExtension, setParent, toString
protected final String name
protected String tableName
protected String catalogName
protected String schemaName
protected String pkColumnName
protected String valueColumnName
protected String pkColumnValue
protected long initialValue
protected long allocationSize
public String getFullyQualifiedName()
public String getName()
public String getTableName()
public TableGeneratorMetaData setTableName(String tableName)
public String getCatalogName()
public TableGeneratorMetaData setCatalogName(String catalogName)
public String getSchemaName()
public TableGeneratorMetaData setSchemaName(String schemaName)
public String getPKColumnName()
public TableGeneratorMetaData setPKColumnName(String pkColumnName)
public String getValueColumnName()
public TableGeneratorMetaData setValueColumnName(String valueColumnName)
public String getPKColumnValue()
public TableGeneratorMetaData setPKColumnValue(String pkColumnValue)
public long getInitialValue()
public TableGeneratorMetaData setInitialValue(long initialValue)
public TableGeneratorMetaData setInitialValue(String initialValue)
public long getAllocationSize()
public TableGeneratorMetaData setAllocationSize(long allocationSize)
public TableGeneratorMetaData setAllocationSize(String allocationSize)
Copyright © 2017. All rights reserved.