Uses of Interface
org.hibernate.boot.model.source.spi.AssociationSource
-
Packages that use AssociationSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of AssociationSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement AssociationSource Modifier and Type Class Description class
AbstractPluralAssociationElementSourceImpl
class
AbstractToOneAttributeSourceImpl
class
CompositeIdentifierSingularAttributeSourceManyToOneImpl
Descriptor for<key-many-to-one/>
mappingclass
PluralAttributeElementSourceManyToManyImpl
class
PluralAttributeElementSourceOneToManyImpl
-
Uses of AssociationSource in org.hibernate.boot.model.source.spi
Subinterfaces of AssociationSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
PluralAttributeElementSourceAssociation
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 associationinterface
SingularAttributeSourceManyToOne
interface
SingularAttributeSourceOneToOne
interface
SingularAttributeSourceToOne
Further contract for sources of singular associations (one-to-one
andmany-to-one
).
-