Save This Page
Home » hibernate-core-src-20081106 » org.hibernate » hql » ast » tree » [javadoc | source]
org.hibernate.hql.ast.tree
public class: AssignmentSpecification [javadoc | source]
java.lang.Object
   org.hibernate.hql.ast.tree.AssignmentSpecification
Encapsulates the information relating to an individual assignment within the set clause of an HQL update statement. This information is used during execution of the update statements when the updates occur against "multi-table" stuff.
Constructor:
 public AssignmentSpecification(AST eq,
    Queryable persister) 
Method from org.hibernate.hql.ast.tree.AssignmentSpecification Summary:
affectsTable,   getParameters,   getSqlAssignmentFragment
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.hql.ast.tree.AssignmentSpecification Detail:
 public boolean affectsTable(String tableName) 
 public ParameterSpecification[] getParameters() 
 public String getSqlAssignmentFragment()