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 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
Singleton access
-