net.sf.jpacriteria.restriction
Class NotRestriction

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

public class NotRestriction
extends RestrictionImpl

Version:
$Id: NotRestriction.java,v 1.1 2007/03/24 17:09:02 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
NotRestriction(Restriction restriction)
           
 
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

NotRestriction

public NotRestriction(Restriction restriction)
Method Detail

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.