public class

AssignmentSpecification

extends Object
java.lang.Object
   ↳ org.hibernate.hql.ast.tree.AssignmentSpecification

Class Overview

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.

Summary

Public Constructors
AssignmentSpecification(AST eq, Queryable persister)
Public Methods
boolean affectsTable(String tableName)
ParameterSpecification[] getParameters()
String getSqlAssignmentFragment()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AssignmentSpecification (AST eq, Queryable persister)

Public Methods

public boolean affectsTable (String tableName)

public ParameterSpecification[] getParameters ()

public String getSqlAssignmentFragment ()