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 TypeClassDescriptionclassclassModels a table mapping source.Methods in org.hibernate.boot.model.source.internal.hbm that return TableSpecificationSourceModifier and TypeMethodDescriptionstatic TableSpecificationSourceHelper.createTableSource(MappingDocument mappingDocument, TableInformationContainer entityElement, Helper.InLineViewNameInferrer inLineViewNameInferrer) static TableSpecificationSourceHelper.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 TypeInterfaceDescriptioninterfaceDescribes in-line view source information.interfaceContract 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.