Class NullJdbcType

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

public class NullJdbcType extends Object implements JdbcType
Descriptor for binding nulls with Types.NULL
See Also:
  • Field Details

    • INSTANCE

      public static final NullJdbcType INSTANCE
      Singleton access
  • Constructor Details

    • NullJdbcType

      public NullJdbcType()
  • Method Details