Uses of Interface
org.hibernate.metamodel.mapping.EntityAssociationMapping
-
Packages that use EntityAssociationMapping Package Description org.hibernate.metamodel.mapping.internal org.hibernate.sql.results.graph.entity.internal -
-
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.sql.results.graph.entity.internal
Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityAssociationMapping Constructor Description EntityDelayedResultImpl(NavigablePath navigablePath, EntityAssociationMapping entityValuedModelPart, TableGroup targetTableGroup, DomainResultCreationState creationState)
-