public class TableGenerator extends AbstractGenerator
DEFAULT_NAME| Constructor and Description |
|---|
TableGenerator(TableGeneratorMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPkColumnName()
Returns the pkColumnName of the table generator.
|
String |
getPkColumnValue()
Returns the pkColumnValue of the table generator.
|
String |
getQName()
Returns the qualified name of the table or sequence.
|
String |
getTable()
Returns the table of the table generator.
|
String |
getValueColumnName()
Returns the valueColumnName of the table generator.
|
getAllocationSize, getCatalog, getInitialValue, getLocator, getName, getSchemapublic TableGenerator(TableGeneratorMetadata metadata)
metadata - the metadatapublic String getPkColumnName()
public String getPkColumnValue()
public String getQName()
getQName in class AbstractGeneratorpublic String getTable()
public String getValueColumnName()
Copyright © 2012-2013 Batoo. All Rights Reserved.