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 classManyToManyCollectionPartEntity-valued collection-part mapped through a join table.classToOneAttributeMapping -
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 booleanSqmUtil. isFkOptimizationAllowed(SqmPath<?> sqmPath, EntityAssociationMapping associationMapping)Utility that returnsfalsewhen the providedsqmPathis a join that cannot be dereferenced through the foreign key on the associated table, i.e.
-