Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
Packages that use PluralAttributeInfo Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of PluralAttributeInfo in org.hibernate.boot.jaxb.hbm.spi
Classes in org.hibernate.boot.jaxb.hbm.spi that implement PluralAttributeInfo Modifier and Type Class Description classJaxbHbmArrayTypeJava class for ArrayType complex type.classJaxbHbmBagCollectionTypeJava class for BagCollectionType complex type.classJaxbHbmIdBagCollectionTypeJava class for IdBagCollectionType complex type.classJaxbHbmListTypeJava class for ListType complex type.classJaxbHbmMapTypeJava class for MapType complex type.classJaxbHbmPrimitiveArrayTypeJava class for PrimitiveArrayType complex type.classJaxbHbmSetTypeJava class for SetType complex type.classPluralAttributeInfoIdBagAdapterAdaptive implementation of thePluralAttributeInfofor<idbag/>mappings which do not support all the configuration available on other collection mappings.classPluralAttributeInfoPrimitiveArrayAdapter -
Uses of PluralAttributeInfo in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type PluralAttributeInfo Constructor Description AbstractPluralAttributeSourceImpl(MappingDocument mappingDocument, PluralAttributeInfo pluralAttributeJaxbMapping, AttributeSourceContainer container)
-