net.sf.jpacriteria.restriction
Class BinaryRestriction

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

public class BinaryRestriction
extends RestrictionImpl

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

Constructor Summary
BinaryRestriction(java.lang.String property, Operator operator, java.lang.Object value)
           
BinaryRestriction(java.lang.String property, Operator operator, Parameter parameter)
           
 
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

BinaryRestriction

public BinaryRestriction(java.lang.String property,
                         Operator operator,
                         Parameter parameter)

BinaryRestriction

public BinaryRestriction(java.lang.String property,
                         Operator operator,
                         java.lang.Object value)
Method Detail

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.