Uses of Interface
org.hibernate.boot.model.source.spi.TableSpecificationSource
Packages that use TableSpecificationSource
Package
Description
-
Uses of TableSpecificationSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement TableSpecificationSourceModifier and TypeClassDescriptionclass
class
Models a table mapping source.Methods in org.hibernate.boot.model.source.internal.hbm that return TableSpecificationSourceModifier and TypeMethodDescriptionstatic TableSpecificationSource
Helper.createTableSource
(MappingDocument mappingDocument, TableInformationContainer entityElement, Helper.InLineViewNameInferrer inLineViewNameInferrer) static TableSpecificationSource
Helper.createTableSource
(MappingDocument mappingDocument, TableInformationContainer tableInformationContainer, Helper.InLineViewNameInferrer inLineViewNameInferrer, String rowId, String comment, String checkConstraint) AbstractPluralAttributeSourceImpl.getCollectionTableSpecificationSource()
RootEntitySourceImpl.getPrimaryTable()
SubclassEntitySourceImpl.getPrimaryTable()
-
Uses of TableSpecificationSource in org.hibernate.boot.model.source.spi
Subinterfaces of TableSpecificationSource in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterface
Describes in-line view source information.interface
Contract describing source of table informationMethods in org.hibernate.boot.model.source.spi that return TableSpecificationSourceModifier and TypeMethodDescriptionPluralAttributeSource.getCollectionTableSpecificationSource()
EntitySource.getPrimaryTable()
Obtain the primary table for this entity.SecondaryTableSource.getTableSource()
Obtain the table being joined to.