Class TableSourceImpl
java.lang.Object
org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
- All Implemented Interfaces:
TableSource,TableSpecificationSource
Models a table mapping source.
-
Method Summary
Modifier and TypeMethodDescriptionObtain the supplied catalog nameObtain the supplied schema nameObtain the supplied table name.getRowId()Methods inherited from class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
mappingRoot, metadataBuildingContext, origin, sourceMappingDocument
-
Method Details
-
getExplicitCatalogName
Description copied from interface:TableSpecificationSourceObtain the supplied catalog name- Specified by:
getExplicitCatalogNamein interfaceTableSpecificationSource- Returns:
- The catalog name. If
null, the binder will apply the default.
-
getExplicitSchemaName
Description copied from interface:TableSpecificationSourceObtain the supplied schema name- Specified by:
getExplicitSchemaNamein interfaceTableSpecificationSource- Returns:
- The schema name. If
null, the binder will apply the default.
-
getExplicitTableName
Description copied from interface:TableSourceObtain the supplied table name.- Specified by:
getExplicitTableNamein interfaceTableSource- Returns:
- The table name, or
nullis no name specified.
-
getRowId
- Specified by:
getRowIdin interfaceTableSource
-
getComment
- Specified by:
getCommentin interfaceTableSpecificationSource
-
getCheckConstraint
- Specified by:
getCheckConstraintin interfaceTableSource
-