net.sf.jpacriteria.restriction
Class BinaryReferenceRestriction

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

public class BinaryReferenceRestriction
extends RestrictionImpl

Version:
$Id: BinaryReferenceRestriction.java,v 1.2 2007/04/02 10:39:28 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
BinaryReferenceRestriction(java.lang.String property, Operator operator, Reference reference)
           
 
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

BinaryReferenceRestriction

public BinaryReferenceRestriction(java.lang.String property,
                                  Operator operator,
                                  Reference reference)
Method Detail

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.