Class ObjectNullResolvingJdbcType

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

public class ObjectNullResolvingJdbcType extends ObjectJdbcType
Descriptor for binding objects, but binding nulls with the resolved parameter type
See Also:
  • Field Details

  • Constructor Details

    • ObjectNullResolvingJdbcType

      public ObjectNullResolvingJdbcType(int jdbcTypeCode)
  • Method Details