Uses of Class
org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
-
Packages that use AbstractPluralAttributeSourceImpl Package Description org.hibernate.boot.model.source.internal.hbm -
-
Uses of AbstractPluralAttributeSourceImpl in org.hibernate.boot.model.source.internal.hbm
Subclasses of AbstractPluralAttributeSourceImpl in org.hibernate.boot.model.source.internal.hbm Modifier and Type Class Description classPluralAttributeSourceArrayImplclassPluralAttributeSourceBagImplclassPluralAttributeSourceIdBagImplclassPluralAttributeSourceListImplclassPluralAttributeSourceMapImplclassPluralAttributeSourcePrimitiveArrayImplclassPluralAttributeSourceSetImplConstructors in org.hibernate.boot.model.source.internal.hbm with parameters of type AbstractPluralAttributeSourceImpl Constructor Description PluralAttributeElementSourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmCompositeCollectionElementType jaxbCompositeElement)PluralAttributeElementSourceManyToAnyImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmManyToAnyCollectionElementType jaxbManyToAnyMapping, String cascade)PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmCompositeIndexType jaxbCompositeIndexElement)PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmMapKeyCompositeType jaxbCompositeMapKey)
-