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