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

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


net.sf.hibernate.expression
Class Conjunction

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

public class Conjunction
extends Junction

Author:
Gavin King

Constructor Summary
Conjunction()
           
 
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

Conjunction

public Conjunction()