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

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


net.sf.hibernate.expression
Class Disjunction

java.lang.Object
  extended bynet.sf.hibernate.expression.AbstractCriterion
      extended bynet.sf.hibernate.expression.Junction
          extended bynet.sf.hibernate.expression.Disjunction
All Implemented Interfaces:
Criterion

public class Disjunction
extends Junction

Author:
Gavin King

Constructor Summary
Disjunction()
           
 
Methods inherited from class net.sf.hibernate.expression.Junction
add, getTypedValues, toSqlString, toString
 
Methods inherited from class net.sf.hibernate.expression.AbstractCriterion
getColumns, getType, getTypedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Disjunction

public Disjunction()