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

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


org.hibernate.criterion
Class Disjunction

java.lang.Object
  extended byorg.hibernate.criterion.Junction
      extended byorg.hibernate.criterion.Disjunction
All Implemented Interfaces:
Criterion, Serializable

public class Disjunction
extends Junction

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
protected Disjunction()
           
 
Methods inherited from class org.hibernate.criterion.Junction
add, getOp, getTypedValues, toSqlString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Disjunction

protected Disjunction()