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. converterRegistrationsMethods in org.hibernate.boot.jaxb.mapping that return JaxbConverterRegistration Modifier and Type Method Description JaxbConverterRegistrationObjectFactory. createJaxbConverterRegistration()Create an instance ofJaxbConverterRegistrationMethods 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.
-