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 org.hibernate.boot.model.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
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 -
Uses of JaxbEntityMappings in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbEntityMappings Modifier and Type Method Description List<JaxbEntityMappings>XMLContext. getAllDocuments()Methods in org.hibernate.boot.model.internal with parameters of type JaxbEntityMappings Modifier and Type Method Description List<String>XMLContext. addDocument(JaxbEntityMappings entityMappings)Add the JAXB binding to this context and return the list of added class names. -
Uses of JaxbEntityMappings in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type JaxbEntityMappings Modifier and Type Method Description voidAdditionalMappingContributions. contributeBinding(JaxbEntityMappings mappingJaxbBinding)Contribute mappings in the form of (extended)orm.xmlJAXB bindings
-