public class MetadataTableGenerator extends MetadataGenerator
Modifier and Type | Field and Description |
---|---|
protected TableGenerator |
m_tableGenerator |
protected List<String[]> |
m_uniqueConstraints |
Modifier | Constructor and Description |
---|---|
protected |
MetadataTableGenerator(String entityClassName)
INTERNAL:
|
|
MetadataTableGenerator(TableGenerator tableGenerator,
String entityClassName)
INTERNAL:
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object objectToCompare)
INTERNAL:
|
int |
getAllocationSize()
INTERNAL:
|
String |
getCatalog()
INTERNAL:
WIP - need to take into consideration the global catalog from XML.
|
int |
getInitialValue()
INTERNAL:
|
String |
getName()
INTERNAL:
|
String |
getPkColumnName()
INTERNAL:
|
String |
getPkColumnValue()
INTERNAL:
|
String |
getSchema()
INTERNAL:
WIP - need to take into consideration the global schema from XML.
|
String |
getTable()
INTERNAL:
|
List<String[]> |
getUniqueConstraints()
INTERNAL:
|
String |
getValueColumnName()
INTERNAL:
|
getLocation, loadedFromAnnotations, loadedFromXML
protected TableGenerator m_tableGenerator
protected MetadataTableGenerator(String entityClassName)
public MetadataTableGenerator(TableGenerator tableGenerator, String entityClassName)
public int getAllocationSize()
public String getCatalog()
public int getInitialValue()
public String getName()
public String getPkColumnName()
public String getPkColumnValue()
public String getSchema()
public String getTable()
public String getValueColumnName()
Copyright © 2024. All rights reserved.