Uses of Interface
org.hibernate.boot.model.source.spi.TableSpecificationSource
-
Packages that use TableSpecificationSource Package Description org.hibernate.boot.model.source.spi -
-
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.
-