Uses of Class
org.hibernate.sql.ConditionFragment

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)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.