| Package | Description | 
|---|---|
| org.hibernate.sql | 
 
        This package defines helper classes for rendering SQL
        fragments and SQL statements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConditionFragment | 
ConditionFragment.setCondition(String[] lhs,
            String rhs)  | 
ConditionFragment | 
ConditionFragment.setCondition(String[] lhs,
            String[] rhs)  | 
ConditionFragment | 
ConditionFragment.setOp(String op)
Sets the op. 
 | 
ConditionFragment | 
ConditionFragment.setTableAlias(String tableAlias)
Sets the tableAlias. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DisjunctionFragment | 
DisjunctionFragment.addCondition(ConditionFragment fragment)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.