|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConditionFragment | |
---|---|
org.hibernate.sql | This package defines helper classes for rendering SQL fragments and SQL statements. |
Uses of ConditionFragment in org.hibernate.sql |
---|
Methods in org.hibernate.sql that return ConditionFragment | |
---|---|
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. |
Methods in org.hibernate.sql with parameters of type ConditionFragment | |
---|---|
DisjunctionFragment |
DisjunctionFragment.addCondition(ConditionFragment fragment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |