net.sf.jpacriteria.restriction
Class ComplexLogicalRestriction

java.lang.Object
  extended by net.sf.jpacriteria.restriction.RestrictionImpl
      extended by net.sf.jpacriteria.restriction.ComplexLogicalRestriction
All Implemented Interfaces:
java.io.Serializable, CriteriaBlock, Restriction

public class ComplexLogicalRestriction
extends RestrictionImpl

Version:
$Id: ComplexLogicalRestriction.java,v 1.2 2007/03/25 20:59:37 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
ComplexLogicalRestriction(Restriction restriction1, BinaryLogicalOperator operator, Restriction restriction2)
           
 
Method Summary
 void build(CriteriaBuffer buffer)
           
 
Methods inherited from class net.sf.jpacriteria.restriction.RestrictionImpl
and, not, or
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexLogicalRestriction

public ComplexLogicalRestriction(Restriction restriction1,
                                 BinaryLogicalOperator operator,
                                 Restriction restriction2)
Method Detail

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.