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 classPluralAttributeElementSourceBasicImplclassPluralAttributeElementSourceEmbeddedImplclassPluralAttributeElementSourceManyToAnyImplclassPluralAttributeElementSourceManyToManyImplclassPluralAttributeElementSourceOneToManyImplMethods in org.hibernate.boot.model.source.internal.hbm that return PluralAttributeElementSource Modifier and Type Method Description PluralAttributeElementSourceAbstractPluralAttributeSourceImpl. 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 interfacePluralAttributeElementSourceAssociationinterfacePluralAttributeElementSourceBasicDescribes the source for the elements of persistent collections (plural attributes) where the elements are basic typesinterfacePluralAttributeElementSourceEmbeddedDescribes the source for the elements of persistent collections (plural attributes) where the elements are composites/embeddables.interfacePluralAttributeElementSourceManyToAnyDescribes the source for the elements of persistent collections (plural attributes) where the elements are defined by Hibernate's any mappinginterfacePluralAttributeElementSourceManyToManyDescribes the source for the elements of persistent collections (plural attributes) where the elements are many-to-many associationinterfacePluralAttributeElementSourceOneToManyDescribes 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 PluralAttributeElementSourcePluralAttributeSource. getElementSource()
-