Uses of Interface
org.hibernate.metamodel.mapping.EntityAssociationMapping
Packages that use EntityAssociationMapping
Package
Description
Package for the SQM-backed Query implementation details
-
Uses of EntityAssociationMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EntityAssociationMappingModifier and TypeClassDescriptionclass
Entity-valued collection-part mapped through a join table.class
-
Uses of EntityAssociationMapping in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type EntityAssociationMappingModifier and TypeMethodDescriptionstatic boolean
SqmUtil.isFkOptimizationAllowed
(SqmPath<?> sqmPath, EntityAssociationMapping associationMapping) Utility that returnsfalse
when the providedsqmPath
is a join that cannot be dereferenced through the foreign key on the associated table, i.e.