站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

ConditionFragment (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.sql
Class ConditionFragment

java.lang.Object
  extended byorg.hibernate.sql.ConditionFragment

public class ConditionFragment
extends Object

Author:
Gavin King

Constructor Summary
ConditionFragment()
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionFragment

public ConditionFragment()
Method Detail

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