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 class
ObjectNullAsBinaryTypeJdbcType
Descriptor for binding objects, but binding nulls with Types.VARBINARYclass
ObjectNullAsNullTypeJdbcType
Descriptor for binding objects, but binding nulls with Types.NULLclass
ObjectNullResolvingJdbcType
Descriptor 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 ObjectJdbcType
ObjectJdbcType. INSTANCE
An instance for the JDBC type codeJAVA_OBJECT
.
-