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