Uses of Class
org.hibernate.type.descriptor.jdbc.ObjectJdbcType
-
Packages that use ObjectJdbcType Package Description org.hibernate.type.descriptor.jdbc Defines handling of the standard JDBC-defined 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. INSTANCESingleton access
-