Uses of Interface
org.hibernate.boot.model.source.spi.TableSpecificationSource
-
Packages that use TableSpecificationSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of TableSpecificationSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement TableSpecificationSource Modifier and Type Class Description classInLineViewSourceImplclassTableSourceImplModels a table mapping source.Methods in org.hibernate.boot.model.source.internal.hbm that return TableSpecificationSource Modifier and Type Method Description static 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)TableSpecificationSourceAbstractPluralAttributeSourceImpl. getCollectionTableSpecificationSource()TableSpecificationSourceRootEntitySourceImpl. getPrimaryTable()TableSpecificationSourceSubclassEntitySourceImpl. getPrimaryTable() -
Uses of TableSpecificationSource in org.hibernate.boot.model.source.spi
Subinterfaces of TableSpecificationSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interfaceInLineViewSourceDescribes in-line view source information.interfaceTableSourceContract describing source of table informationMethods in org.hibernate.boot.model.source.spi that return TableSpecificationSource Modifier and Type Method Description TableSpecificationSourcePluralAttributeSource. getCollectionTableSpecificationSource()TableSpecificationSourceEntitySource. getPrimaryTable()Obtain the primary table for this entity.TableSpecificationSourceSecondaryTableSource. getTableSource()Obtain the table being joined to.
-