Uses of Class
org.hibernate.sql.ConditionFragment

Packages that use ConditionFragment
org.hibernate.sql   
 

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)