当前页面: 
在线文档首页 > 
Hibernate 2.1.8 正式版 API 英文文档
ConditionFragment (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.sql
Class ConditionFragment
java.lang.Object
   net.sf.hibernate.sql.ConditionFragment
net.sf.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()
-