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

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


org.hibernate.sql
Class DisjunctionFragment

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

public class DisjunctionFragment
extends Object

A disjunctive string of conditions

Author:
Gavin King

Constructor Summary
DisjunctionFragment()
           
 
Method Summary
 DisjunctionFragment addCondition(ConditionFragment fragment)
           
 String toFragmentString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisjunctionFragment

public DisjunctionFragment()
Method Detail

addCondition

public DisjunctionFragment addCondition(ConditionFragment fragment)

toFragmentString

public String toFragmentString()