Uses of Class
org.hibernate.mapping.Join
Packages that use Join
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines the Hibernate configuration-time mapping model.
-
Uses of Join in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return JoinModifier and TypeMethodDescriptionInFlightMetadataCollector.EntityTableXref.locateJoin
(Identifier tableName) Methods in org.hibernate.boot.spi that return types with arguments of type JoinModifier and TypeMethodDescriptionMethods in org.hibernate.boot.spi with parameters of type JoinModifier and TypeMethodDescriptionvoid
InFlightMetadataCollector.EntityTableXref.addSecondaryTable
(QualifiedTableName logicalName, Join secondaryTableJoin) void
InFlightMetadataCollector.EntityTableXref.addSecondaryTable
(LocalMetadataBuildingContext buildingContext, Identifier logicalName, Join secondaryTableJoin) -
Uses of Join in org.hibernate.mapping
Methods in org.hibernate.mapping that return JoinModifier and TypeMethodDescriptionMappedSuperclass.findSecondaryTable
(String name) PersistentClass.findSecondaryTable
(String name) TableContainer.findSecondaryTable
(String name) MappedSuperclass.getSecondaryTable
(String name) PersistentClass.getSecondaryTable
(String name) TableContainer.getSecondaryTable
(String name) Methods in org.hibernate.mapping that return types with arguments of type JoinModifier and TypeMethodDescriptionPersistentClass.getJoinClosure()
Subclass.getJoinClosure()
PersistentClass.getJoins()
PersistentClass.getSubclassJoinClosure()
Methods in org.hibernate.mapping with parameters of type JoinModifier and TypeMethodDescriptionvoid
void
protected void
PersistentClass.addSubclassJoin
(Join join) protected void
Subclass.addSubclassJoin
(Join j) boolean
PersistentClass.isClassOrSuperclassJoin
(Join join) boolean
Subclass.isClassOrSuperclassJoin
(Join join) Constructors in org.hibernate.mapping with parameters of type Join