Uses of Class
org.hibernate.sql.ConditionFragment
-
Packages that use ConditionFragment Package Description org.hibernate.sql -
-
Uses of ConditionFragment in org.hibernate.sql
Methods in org.hibernate.sql that return ConditionFragment Modifier and Type Method Description ConditionFragmentConditionFragment. setCondition(String[] lhs, String rhs)ConditionFragmentConditionFragment. setCondition(String[] lhs, String[] rhs)ConditionFragmentConditionFragment. setOp(String op)Sets the op.ConditionFragmentConditionFragment. setTableAlias(String tableAlias)Sets the tableAlias.Methods in org.hibernate.sql with parameters of type ConditionFragment Modifier and Type Method Description DisjunctionFragmentDisjunctionFragment. addCondition(ConditionFragment fragment)
-