Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbJavaTypeRegistration
-
Packages that use JaxbJavaTypeRegistration Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbJavaTypeRegistration in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbJavaTypeRegistration Modifier and Type Field Description protected List<JaxbJavaTypeRegistration>
JaxbEntityMappings. javaTypeRegistrations
Methods in org.hibernate.boot.jaxb.mapping that return JaxbJavaTypeRegistration Modifier and Type Method Description JaxbJavaTypeRegistration
ObjectFactory. createJaxbJavaTypeRegistration()
Create an instance ofJaxbJavaTypeRegistration
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbJavaTypeRegistration Modifier and Type Method Description List<JaxbJavaTypeRegistration>
JaxbEntityMappings. getJavaTypeRegistrations()
Gets the value of the javaTypeRegistrations property.
-