Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Packages that use JaxbHbmPrimitiveArrayType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmPrimitiveArrayType in org.hibernate.boot.jaxb.hbm.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmPrimitiveArrayType Modifier and Type Method Description JaxbHbmPrimitiveArrayType
ObjectFactory. createJaxbHbmPrimitiveArrayType()
Create an instance ofJaxbHbmPrimitiveArrayType
-
Uses of JaxbHbmPrimitiveArrayType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmPrimitiveArrayType Modifier and Type Method Description static void
AttributesHelper. processPrimitiveArrayAttribute(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmPrimitiveArrayType primitiveArrayAttributeJaxbMapping)
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmPrimitiveArrayType Constructor Description PluralAttributeSourcePrimitiveArrayImpl(MappingDocument sourceMappingDocument, JaxbHbmPrimitiveArrayType jaxbArrayMapping, AttributeSourceContainer container)
-