Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Packages that use JaxbHbmHibernateMapping Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.jaxb.hbm.transform org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of JaxbHbmHibernateMapping in org.hibernate.boot.jaxb.hbm.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmHibernateMapping Modifier and Type Method Description JaxbHbmHibernateMappingObjectFactory. createJaxbHbmHibernateMapping()Create an instance ofJaxbHbmHibernateMapping -
Uses of JaxbHbmHibernateMapping in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform with parameters of type JaxbHbmHibernateMapping Modifier and Type Method Description static JaxbEntityMappingsHbmXmlTransformer. transform(JaxbHbmHibernateMapping hbmXmlMapping, Origin origin, HbmXmlTransformer.Options options)Main entry into hbm.xml transformationConstructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type JaxbHbmHibernateMapping Constructor Description HbmXmlTransformer(JaxbHbmHibernateMapping hbmXmlMapping, Origin origin, HbmXmlTransformer.Options options) -
Uses of JaxbHbmHibernateMapping in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type JaxbHbmHibernateMapping Modifier and Type Method Description voidAdditionalMappingContributions. contributeBinding(JaxbHbmHibernateMapping hbmJaxbBinding)Deprecated.hbm.xmlmapping file support is deprecated.
-