Uses of Class
org.hibernate.type.descriptor.jdbc.ObjectJdbcType
-
Packages that use ObjectJdbcType Package Description org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types. -
-
Uses of ObjectJdbcType in org.hibernate.type.descriptor.jdbc
Subclasses of ObjectJdbcType in org.hibernate.type.descriptor.jdbc Modifier and Type Class Description classObjectNullAsBinaryTypeJdbcTypeDescriptor for binding objects, but binding nulls with Types.VARBINARYclassObjectNullAsNullTypeJdbcTypeDescriptor for binding objects, but binding nulls with Types.NULLclassObjectNullResolvingJdbcTypeDescriptor for binding objects, but binding nulls with the resolved parameter typeFields in org.hibernate.type.descriptor.jdbc declared as ObjectJdbcType Modifier and Type Field Description static ObjectJdbcTypeObjectJdbcType. INSTANCEAn instance for the JDBC type codeJAVA_OBJECT.
-