Class InLineViewSourceImpl
java.lang.Object
org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
- All Implemented Interfaces:
InLineViewSource,TableSpecificationSource
-
Constructor Summary
ConstructorsConstructorDescriptionInLineViewSourceImpl(MappingDocument mappingDocument, String schemaName, String catalogName, String selectStatement, String logicalName, String comment) -
Method Summary
Modifier and TypeMethodDescriptionObtain the supplied catalog nameObtain the supplied schema nameObtain theSQL SELECTstatement to use.Methods inherited from class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
mappingRoot, metadataBuildingContext, origin, sourceMappingDocument
-
Constructor Details
-
InLineViewSourceImpl
-
-
Method Details
-
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.
-
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.
-
getSelectStatement
Description copied from interface:InLineViewSourceObtain theSQL SELECTstatement to use. Cannot be null!- Specified by:
getSelectStatementin interfaceInLineViewSource- Returns:
- The
SQL SELECTstatement
-
getLogicalName
- Specified by:
getLogicalNamein interfaceInLineViewSource
-
getComment
- Specified by:
getCommentin interfaceTableSpecificationSource
-