Uses of Class
org.hibernate.type.descriptor.jdbc.XmlJdbcType
-
Packages that use XmlJdbcType Package Description org.hibernate.dialect org.hibernate.type.descriptor.jdbc Defines handling of the standard JDBC-defined types. -
-
Uses of XmlJdbcType in org.hibernate.dialect
Subclasses of XmlJdbcType in org.hibernate.dialect Modifier and Type Class Description class
OracleXmlJdbcType
-
Uses of XmlJdbcType in org.hibernate.type.descriptor.jdbc
Fields in org.hibernate.type.descriptor.jdbc declared as XmlJdbcType Modifier and Type Field Description static XmlJdbcType
XmlJdbcType. INSTANCE
Singleton access
-