Uses of Interface
org.hibernate.boot.model.source.spi.PluralAttributeElementSourceAssociation
-
Packages that use PluralAttributeElementSourceAssociation Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of PluralAttributeElementSourceAssociation in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement PluralAttributeElementSourceAssociation Modifier and Type Class Description class
PluralAttributeElementSourceManyToManyImpl
class
PluralAttributeElementSourceOneToManyImpl
-
Uses of PluralAttributeElementSourceAssociation in org.hibernate.boot.model.source.spi
Subinterfaces of PluralAttributeElementSourceAssociation in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
PluralAttributeElementSourceManyToMany
Describes the source for the elements of persistent collections (plural attributes) where the elements are many-to-many associationinterface
PluralAttributeElementSourceOneToMany
Describes the source for the elements of persistent collections (plural attributes) where the elements are a one-to-many association
-