Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Packages that use JaxbHbmMapType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmMapType in org.hibernate.boot.jaxb.hbm.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmMapType Modifier and Type Method Description JaxbHbmMapType
ObjectFactory. createJaxbHbmMapType()
Create an instance ofJaxbHbmMapType
-
Uses of JaxbHbmMapType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmMapType Modifier and Type Method Description static void
AttributesHelper. processMapAttribute(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmMapType mapAttributesJaxbMapping)
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmMapType Constructor Description PluralAttributeSourceMapImpl(MappingDocument sourceMappingDocument, JaxbHbmMapType jaxbMap, AttributeSourceContainer container)
-