Uses of Interface
org.hibernate.boot.model.source.spi.PluralAttributeSource
Packages that use PluralAttributeSource
Package
Description
-
Uses of PluralAttributeSource in org.hibernate.boot.model.source.internal.hbm
Subinterfaces of PluralAttributeSource in org.hibernate.boot.model.source.internal.hbmModifier and TypeInterfaceDescriptioninterface
Describes a plural attribute that is indexed.Classes in org.hibernate.boot.model.source.internal.hbm that implement PluralAttributeSourceModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type PluralAttributeSourceModifierConstructorDescriptionAbstractPluralAssociationElementSourceImpl
(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource) PluralAttributeElementSourceBasicImpl
(MappingDocument sourceMappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmBasicCollectionElementType jaxbElement) PluralAttributeElementSourceManyToManyImpl
(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmManyToManyCollectionElementType jaxbManyToManyElement) PluralAttributeElementSourceOneToManyImpl
(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmOneToManyCollectionElementType jaxbOneToManyElement, String cascadeString) -
Uses of PluralAttributeSource in org.hibernate.boot.model.source.spi
Subinterfaces of PluralAttributeSource in org.hibernate.boot.model.source.spi