Uses of Interface
org.hibernate.boot.model.source.spi.PluralAttributeSource
-
Packages that use PluralAttributeSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of PluralAttributeSource in org.hibernate.boot.model.source.internal.hbm
Subinterfaces of PluralAttributeSource in org.hibernate.boot.model.source.internal.hbm Modifier and Type Interface Description interface
IndexedPluralAttributeSource
Describes a plural attribute that is indexed.Classes in org.hibernate.boot.model.source.internal.hbm that implement PluralAttributeSource Modifier and Type Class Description class
AbstractPluralAttributeSourceImpl
class
PluralAttributeSourceArrayImpl
class
PluralAttributeSourceBagImpl
class
PluralAttributeSourceIdBagImpl
class
PluralAttributeSourceListImpl
class
PluralAttributeSourceMapImpl
class
PluralAttributeSourcePrimitiveArrayImpl
class
PluralAttributeSourceSetImpl
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type PluralAttributeSource Constructor Description AbstractPluralAssociationElementSourceImpl(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 Modifier and Type Interface Description interface
PluralAttributeSourceArray
-