public class

ConditionFragment

extends Object
java.lang.Object
   ↳ org.hibernate.sql.ConditionFragment

Summary

Public Constructors
ConditionFragment()
Public Methods
ConditionFragment setCondition(String[] lhs, String rhs)
ConditionFragment setCondition(String[] lhs, String[] rhs)
ConditionFragment setOp(String op)
Sets the op.
ConditionFragment setTableAlias(String tableAlias)
Sets the tableAlias.
String toFragmentString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConditionFragment ()

Public Methods

public ConditionFragment setCondition (String[] lhs, String rhs)

public ConditionFragment setCondition (String[] lhs, String[] rhs)

public ConditionFragment setOp (String op)

Sets the op.

Parameters
op The op to set

public ConditionFragment setTableAlias (String tableAlias)

Sets the tableAlias.

Parameters
tableAlias The tableAlias to set

public String toFragmentString ()