Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Packages that use JaxbHbmBagCollectionType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmBagCollectionType in org.hibernate.boot.jaxb.hbm.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmBagCollectionType Modifier and Type Method Description JaxbHbmBagCollectionType
ObjectFactory. createJaxbHbmBagCollectionType()
Create an instance ofJaxbHbmBagCollectionType
-
Uses of JaxbHbmBagCollectionType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmBagCollectionType Modifier and Type Method Description static void
AttributesHelper. processBagAttribute(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmBagCollectionType bagAttributeJaxbMapping)
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmBagCollectionType Constructor Description PluralAttributeSourceBagImpl(MappingDocument sourceMappingDocument, JaxbHbmBagCollectionType jaxbBagMapping, AttributeSourceContainer container)
-