Uses of Interface
org.hibernate.metamodel.mapping.EntityAssociationMapping
-
Packages that use EntityAssociationMapping Package Description org.hibernate.metamodel.mapping.internal org.hibernate.query.sqm.internal 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 EntityAssociationMapping Modifier and Type Class Description class
ManyToManyCollectionPart
Entity-valued collection-part mapped through a join table.class
ToOneAttributeMapping
-
Uses of EntityAssociationMapping in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type EntityAssociationMapping Modifier and Type Method Description static 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.
-