Uses of Interface
org.hibernate.metamodel.mapping.Association
-
Packages that use Association Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal -
-
Uses of Association in org.hibernate.metamodel.mapping
Subinterfaces of Association in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
EntityAssociationMapping
Commonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keys -
Uses of Association in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement Association Modifier and Type Class Description class
ManyToManyCollectionPart
Entity-valued collection-part mapped through a join table.class
ToOneAttributeMapping
-