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