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(java.lang.String[] lhs, java.lang.String rhs)ConditionFragmentConditionFragment. setCondition(java.lang.String[] lhs, java.lang.String[] rhs)ConditionFragmentConditionFragment. setOp(java.lang.String op)Sets the op.ConditionFragmentConditionFragment. setTableAlias(java.lang.String tableAlias)Sets the tableAlias.Methods in org.hibernate.sql with parameters of type ConditionFragment Modifier and Type Method Description DisjunctionFragmentDisjunctionFragment. addCondition(ConditionFragment fragment)
-