Class ObjectNullAsNullTypeJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.ObjectJdbcType
org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
All Implemented Interfaces:
Serializable, JdbcType

public class ObjectNullAsNullTypeJdbcType extends ObjectJdbcType
Descriptor for binding objects, but binding nulls with Types.NULL
Author:
Christian Beikov
See Also:
  • Field Details

  • Constructor Details

    • ObjectNullAsNullTypeJdbcType

      public ObjectNullAsNullTypeJdbcType(int jdbcTypeCode)
  • Method Details