Interface TableWrapper
- All Superinterfaces:
Wrapper
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddColumn(ColumnWrapper column) getName()getRowId()booleanbooleanbooleanbooleanMethods inherited from interface org.hibernate.tool.orm.jbt.api.wrp.Wrapper
getWrappedObject
-
Method Details
-
getName
String getName() -
addColumn
-
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()
-