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 StringgetCheckConstraint()StringgetExplicitTableName()Obtain the supplied table name.StringgetRowId()-
Methods inherited from interface org.hibernate.boot.model.source.spi.TableSpecificationSource
getComment, getExplicitCatalogName, getExplicitSchemaName
-
-