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, getTypedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Conjunction

public Conjunction()