类 AssignmentSpecification


  • public class AssignmentSpecification
    extends Object
    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.
    作者:
    Steve Ebersole
    • 构造器详细资料

      • AssignmentSpecification

        public AssignmentSpecification​(antlr.collections.AST eq,
                                       Queryable persister)
    • 方法详细资料

      • affectsTable

        public boolean affectsTable​(String tableName)
      • getSqlAssignmentFragment

        public String getSqlAssignmentFragment()