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 class
JaxbHbmArrayType
Java class for ArrayType complex type.class
JaxbHbmBagCollectionType
Java class for BagCollectionType complex type.class
JaxbHbmIdBagCollectionType
Java class for IdBagCollectionType complex type.class
JaxbHbmListType
Java class for ListType complex type.class
JaxbHbmMapType
Java class for MapType complex type.class
JaxbHbmPrimitiveArrayType
Java class for PrimitiveArrayType complex type.class
JaxbHbmSetType
Java class for SetType complex type.class
PluralAttributeInfoIdBagAdapter
Adaptive implementation of thePluralAttributeInfo
for<idbag/>
mappings which do not support all the configuration available on other collection mappings.class
PluralAttributeInfoPrimitiveArrayAdapter
-
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)
-