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