java.lang.Object
org.hibernate.engine.jdbc.mutation.spi.Binding

public class Binding extends Object
Binding of a value for a PreparedStatement parameter by position.
  • Constructor Details

  • Method Details

    • getColumnName

      public String getColumnName()
      The name of the column to which this value is "bound"
    • getValue

      public Object getValue()
      The value to be bound to the parameter
    • getValueDescriptor

      public JdbcValueDescriptor getValueDescriptor()
    • getValueBinder

      public <T> ValueBinder<T> getValueBinder()
      The binder to be used in binding this value
    • getPosition

      public int getPosition()
      The JDBC parameter position
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object