Package org.hibernate.sql
Class ConditionFragment
- java.lang.Object
-
- org.hibernate.sql.ConditionFragment
-
public class ConditionFragment extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConditionFragment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConditionFragment
setCondition(java.lang.String[] lhs, java.lang.String rhs)
ConditionFragment
setCondition(java.lang.String[] lhs, java.lang.String[] rhs)
ConditionFragment
setOp(java.lang.String op)
Sets the op.ConditionFragment
setTableAlias(java.lang.String tableAlias)
Sets the tableAlias.java.lang.String
toFragmentString()
-
-
-
Method Detail
-
setOp
public ConditionFragment setOp(java.lang.String op)
Sets the op.- Parameters:
op
- The op to set
-
setTableAlias
public ConditionFragment setTableAlias(java.lang.String tableAlias)
Sets the tableAlias.- Parameters:
tableAlias
- The tableAlias to set
-
setCondition
public ConditionFragment setCondition(java.lang.String[] lhs, java.lang.String[] rhs)
-
setCondition
public ConditionFragment setCondition(java.lang.String[] lhs, java.lang.String rhs)
-
toFragmentString
public java.lang.String toFragmentString()
-
-