Class ObjectJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.ObjectJdbcType
All Implemented Interfaces:
Serializable, JdbcType
Direct Known Subclasses:
ObjectNullAsBinaryTypeJdbcType, ObjectNullAsNullTypeJdbcType, ObjectNullResolvingJdbcType

public class ObjectJdbcType extends Object implements JdbcType
Descriptor for binding objects using any JDBC type code.
See Also:
  • Field Details

  • Constructor Details

    • ObjectJdbcType

      public ObjectJdbcType(int jdbcTypeCode)
      Construct an instance for handling the given JDBC type code.
      Parameters:
      jdbcTypeCode - any type code defined by Types.
  • Method Details