Class Binding
java.lang.Object
org.hibernate.engine.jdbc.mutation.spi.Binding
-
Constructor Summary
ConstructorsConstructorDescriptionBinding
(String columnName, Object value, JdbcValueDescriptor valueDescriptor) -
Method Summary
Modifier and TypeMethodDescriptionboolean
The name of the column to which this value is "bound"int
The JDBC parameter positiongetValue()
The value to be bound to the parameter<T> ValueBinder<T>
The binder to be used in binding this valueint
hashCode()
toString()
-
Constructor Details
-
Binding
-
-
Method Details
-
getColumnName
The name of the column to which this value is "bound" -
getValue
The value to be bound to the parameter -
getValueDescriptor
-
getValueBinder
The binder to be used in binding this value -
getPosition
public int getPosition()The JDBC parameter position -
hashCode
public int hashCode() -
equals
-
toString
-