Uses of Class
net.sf.hibernate.sql.ConditionFragment

Packages that use ConditionFragment
net.sf.hibernate.sql   
 

Uses of ConditionFragment in net.sf.hibernate.sql
 

Methods in net.sf.hibernate.sql that return ConditionFragment
 ConditionFragment ConditionFragment.setOp(String op)
          Sets the op.
 ConditionFragment ConditionFragment.setTableAlias(String tableAlias)
          Sets the tableAlias.
 ConditionFragment ConditionFragment.setCondition(String[] lhs, String[] rhs)
           
 ConditionFragment ConditionFragment.setCondition(String[] lhs, String rhs)
           
 

Methods in net.sf.hibernate.sql with parameters of type ConditionFragment
 DisjunctionFragment DisjunctionFragment.addCondition(ConditionFragment fragment)