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.String
getCheckConstraint()
java.lang.String
getExplicitTableName()
Obtain the supplied table name.java.lang.String
getRowId()
-
Methods inherited from interface org.hibernate.boot.model.source.spi.TableSpecificationSource
getComment, getExplicitCatalogName, getExplicitSchemaName
-
-