net.sf.jpacriteria.restriction
Class RestrictionImpl

java.lang.Object
  extended by net.sf.jpacriteria.restriction.RestrictionImpl
All Implemented Interfaces:
java.io.Serializable, CriteriaBlock, Restriction
Direct Known Subclasses:
BinaryReferenceRestriction, BinaryRestriction, BinarySubCriteriaRestriction, ComplexLogicalRestriction, InRestriction, LikeRestriction, NotRestriction, ReferenceRestriction, SuffixRestriction

public abstract class RestrictionImpl
extends java.lang.Object
implements Restriction, java.io.Serializable

Version:
$Id: RestrictionImpl.java,v 1.3 2007/04/04 13:55:54 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
RestrictionImpl()
           
 
Method Summary
 Restriction and(Restriction restriction)
           
 Restriction not()
           
 Restriction or(Restriction restriction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jpacriteria.builder.CriteriaBlock
build
 

Constructor Detail

RestrictionImpl

public RestrictionImpl()
Method Detail

not

public Restriction not()
Specified by:
not in interface Restriction

and

public Restriction and(Restriction restriction)
Specified by:
and in interface Restriction

or

public Restriction or(Restriction restriction)
Specified by:
or in interface Restriction


Copyright © 2007. All Rights Reserved.