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