org.hibernate.sql
Class ConditionFragment
java.lang.Object
org.hibernate.sql.ConditionFragment
public class ConditionFragment
- extends Object
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConditionFragment
public ConditionFragment()
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
setCondition
public ConditionFragment setCondition(String[] lhs,
String[] rhs)
setCondition
public ConditionFragment setCondition(String[] lhs,
String rhs)
toFragmentString
public String toFragmentString()
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.