Class ColumnValueBinding

java.lang.Object
org.hibernate.sql.model.ast.ColumnValueBinding

public class ColumnValueBinding extends Object
Represents the binding of a value to a column. Can be used to uniformly model value assignments wrt inserts, updates and upserts.
API Note:
Practically speaking, the value can only be a JDBC parameter or a literal.