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 -
-
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 JaxbEntityMappings
HbmXmlTransformer. 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 JaxbEntityMappings
ObjectFactory. 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)
-