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