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