org.hibernate.sql

Class ConditionFragment


public class ConditionFragment
extends java.lang.Object

Author:
Gavin King

Method Summary

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()

Method Details

setCondition

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

setCondition

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

setOp

public ConditionFragment setOp(String op)
Sets the op.
Parameters:
op - The op to set

setTableAlias

public ConditionFragment setTableAlias(String tableAlias)
Sets the tableAlias.
Parameters:
tableAlias - The tableAlias to set

toFragmentString

public String toFragmentString()