Uses of Interface
net.sf.jpacriteria.operator.Operator

Packages that use Operator
net.sf.jpacriteria.operator   
net.sf.jpacriteria.restriction   
 

Uses of Operator in net.sf.jpacriteria.operator
 

Classes in net.sf.jpacriteria.operator that implement Operator
 class BinaryLogicalOperator
           
 class BinaryOperator
           
 class OperatorImpl
           
 class PrefixOperator
           
 class SuffixOperator
           
 

Uses of Operator in net.sf.jpacriteria.restriction
 

Methods in net.sf.jpacriteria.restriction with parameters of type Operator
static Restriction Restrictions.restrict(java.lang.String name, Operator operator, Parameter value)
           
 

Constructors in net.sf.jpacriteria.restriction with parameters of type Operator
BinaryReferenceRestriction(java.lang.String property, Operator operator, Reference reference)
           
BinaryRestriction(java.lang.String property, Operator operator, java.lang.Object value)
           
BinaryRestriction(java.lang.String property, Operator operator, Parameter parameter)
           
BinarySubCriteriaRestriction(java.lang.String property, Operator operator, Criteria subCriteria)
           
ReferenceRestriction(Reference reference, Operator operator, java.lang.Object value)
           
ReferenceRestriction(Reference reference, Operator operator, Parameter parameter)
           
 



Copyright © 2007. All Rights Reserved.