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.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 org.hibernate.sql with parameters of type ConditionFragment
 DisjunctionFragment DisjunctionFragment.addCondition(ConditionFragment fragment)