Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Packages that use JaxbHbmIdBagCollectionType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmIdBagCollectionType in org.hibernate.boot.jaxb.hbm.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmIdBagCollectionType Modifier and Type Method Description JaxbHbmIdBagCollectionType
ObjectFactory. createJaxbHbmIdBagCollectionType()
Create an instance ofJaxbHbmIdBagCollectionType
-
Uses of JaxbHbmIdBagCollectionType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmIdBagCollectionType Modifier and Type Method Description static void
AttributesHelper. processIdBagAttribute(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmIdBagCollectionType idBagAttributeJaxbMapping)
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmIdBagCollectionType Constructor Description PluralAttributeSourceIdBagImpl(MappingDocument mappingDocument, JaxbHbmIdBagCollectionType idBagMapping, AttributeSourceContainer container)
-