Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Packages that use JaxbHbmListType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmListType in org.hibernate.boot.jaxb.hbm.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmListType Modifier and Type Method Description JaxbHbmListType
ObjectFactory. createJaxbHbmListType()
Create an instance ofJaxbHbmListType
-
Uses of JaxbHbmListType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmListType Modifier and Type Method Description static void
AttributesHelper. processListAttribute(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmListType listAttributeJaxbMapping)
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmListType Constructor Description PluralAttributeSourceListImpl(MappingDocument sourceMappingDocument, JaxbHbmListType jaxbListMapping, AttributeSourceContainer container)
-