Interface TableSource
-
- All Superinterfaces:
TableSpecificationSource
public interface TableSource extends TableSpecificationSource
Contract describing source of table information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCheckConstraint()java.lang.StringgetExplicitTableName()Obtain the supplied table name.java.lang.StringgetRowId()-
Methods inherited from interface org.hibernate.boot.model.source.spi.TableSpecificationSource
getComment, getExplicitCatalogName, getExplicitSchemaName
-
-