Interface TableSource
-
- All Superinterfaces:
TableSpecificationSource
- All Known Implementing Classes:
TableSourceImpl
public interface TableSource extends TableSpecificationSource
Contract describing source of table information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCheckConstraint()
String
getExplicitTableName()
Obtain the supplied table name.String
getRowId()
-
Methods inherited from interface org.hibernate.boot.model.source.spi.TableSpecificationSource
getComment, getExplicitCatalogName, getExplicitSchemaName
-
-