Uses of Interface
org.hibernate.boot.model.source.spi.PluralAttributeElementSource
-
Packages that use PluralAttributeElementSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of PluralAttributeElementSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement PluralAttributeElementSource Modifier and Type Class Description class
PluralAttributeElementSourceBasicImpl
class
PluralAttributeElementSourceEmbeddedImpl
class
PluralAttributeElementSourceManyToAnyImpl
class
PluralAttributeElementSourceManyToManyImpl
class
PluralAttributeElementSourceOneToManyImpl
Methods in org.hibernate.boot.model.source.internal.hbm that return PluralAttributeElementSource Modifier and Type Method Description PluralAttributeElementSource
AbstractPluralAttributeSourceImpl. getElementSource()
-
Uses of PluralAttributeElementSource in org.hibernate.boot.model.source.spi
Subinterfaces of PluralAttributeElementSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
PluralAttributeElementSourceAssociation
interface
PluralAttributeElementSourceBasic
Describes the source for the elements of persistent collections (plural attributes) where the elements are basic typesinterface
PluralAttributeElementSourceEmbedded
Describes the source for the elements of persistent collections (plural attributes) where the elements are composites/embeddables.interface
PluralAttributeElementSourceManyToAny
Describes the source for the elements of persistent collections (plural attributes) where the elements are defined by Hibernate's any mappinginterface
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 associationMethods in org.hibernate.boot.model.source.spi that return PluralAttributeElementSource Modifier and Type Method Description PluralAttributeElementSource
PluralAttributeSource. getElementSource()
-