Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Packages that use JaxbHbmSetType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmSetType in org.hibernate.boot.jaxb.hbm.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmSetType Modifier and Type Method Description JaxbHbmSetType
ObjectFactory. createJaxbHbmSetType()
Create an instance ofJaxbHbmSetType
-
Uses of JaxbHbmSetType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmSetType Modifier and Type Method Description static void
AttributesHelper. processSetAttribute(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmSetType setAttributeJaxbMapping)
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmSetType Constructor Description PluralAttributeSourceSetImpl(MappingDocument sourceMappingDocument, JaxbHbmSetType jaxbSet, AttributeSourceContainer container)
-