Interface TableWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddColumn(ColumnWrapper column)StringgetCatalog()Iterator<ColumnWrapper>getColumnIterator()StringgetComment()Iterator<ForeignKeyWrapper>getForeignKeyIterator()ValueWrappergetIdentifierValue()StringgetName()PrimaryKeyWrappergetPrimaryKey()StringgetRowId()StringgetSchema()StringgetSubselect()booleanhasDenormalizedTables()booleanisAbstract()booleanisAbstractUnionTable()booleanisPhysicalTable()-
Methods inherited from interface org.hibernate.tool.orm.jbt.api.wrp.Wrapper
getWrappedObject
-
-
-
-
Method Detail
-
getName
String getName()
-
addColumn
void addColumn(ColumnWrapper column)
-
getCatalog
String getCatalog()
-
getSchema
String getSchema()
-
getPrimaryKey
PrimaryKeyWrapper getPrimaryKey()
-
getColumnIterator
Iterator<ColumnWrapper> getColumnIterator()
-
getForeignKeyIterator
Iterator<ForeignKeyWrapper> getForeignKeyIterator()
-
getComment
String getComment()
-
getRowId
String getRowId()
-
getSubselect
String getSubselect()
-
hasDenormalizedTables
boolean hasDenormalizedTables()
-
isAbstract
boolean isAbstract()
-
isAbstractUnionTable
boolean isAbstractUnionTable()
-
isPhysicalTable
boolean isPhysicalTable()
-
getIdentifierValue
ValueWrapper getIdentifierValue()
-
-