Uses of Class
org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
-
Packages that use OracleJsonBlobJdbcType Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types. -
-
Uses of OracleJsonBlobJdbcType in org.hibernate.dialect
Subclasses of OracleJsonBlobJdbcType in org.hibernate.dialect Modifier and Type Class Description class
OracleJsonJdbcType
Specialized type mapping forJSON
and the JSON SQL data type for Oracle. -
Uses of OracleJsonBlobJdbcType in org.hibernate.type.descriptor.jdbc
Fields in org.hibernate.type.descriptor.jdbc declared as OracleJsonBlobJdbcType Modifier and Type Field Description static OracleJsonBlobJdbcType
OracleJsonBlobJdbcType. INSTANCE
Singleton access
-