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 TypeMethodDescriptionvoidInFlightMetadataCollector.EntityTableXref.addSecondaryTable(QualifiedTableName logicalName, Join secondaryTableJoin) voidInFlightMetadataCollector.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 TypeMethodDescriptionvoidvoidprotected voidPersistentClass.addSubclassJoin(Join join) protected voidSubclass.addSubclassJoin(Join j) booleanPersistentClass.isClassOrSuperclassJoin(Join join) booleanSubclass.isClassOrSuperclassJoin(Join join) voidPersistentClass.movePropertyToJoin(Property property, Join join) voidSubclass.movePropertyToJoin(Property property, Join join) Constructors in org.hibernate.mapping with parameters of type Join