Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
-
Packages that use JaxbEntityMappings Package Description org.hibernate.boot.jaxb.hbm.transform org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbEntityMappings in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return JaxbEntityMappings Modifier and Type Method Description static JaxbEntityMappingsHbmXmlTransformer. transform(JaxbHbmHibernateMapping hbmXmlMapping, Origin origin, HbmXmlTransformer.Options options)Main entry into hbm.xml transformation -
Uses of JaxbEntityMappings in org.hibernate.boot.jaxb.mapping
Methods in org.hibernate.boot.jaxb.mapping that return JaxbEntityMappings Modifier and Type Method Description JaxbEntityMappingsObjectFactory. createJaxbEntityMappings()Create an instance ofJaxbEntityMappings
-