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 class
InLineViewSourceImpl
class
TableSourceImpl
Models a table mapping source.Methods in org.hibernate.boot.model.source.internal.hbm that return TableSpecificationSource Modifier and Type Method Description static 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)
TableSpecificationSource
AbstractPluralAttributeSourceImpl. getCollectionTableSpecificationSource()
TableSpecificationSource
RootEntitySourceImpl. getPrimaryTable()
TableSpecificationSource
SubclassEntitySourceImpl. 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 interface
InLineViewSource
Describes in-line view source information.interface
TableSource
Contract describing source of table informationMethods in org.hibernate.boot.model.source.spi that return TableSpecificationSource Modifier and Type Method Description TableSpecificationSource
PluralAttributeSource. getCollectionTableSpecificationSource()
TableSpecificationSource
EntitySource. getPrimaryTable()
Obtain the primary table for this entity.TableSpecificationSource
SecondaryTableSource. getTableSource()
Obtain the table being joined to.
-