Uses of Interface
net.sf.jpacriteria.restriction.Restriction

Packages that use Restriction
net.sf.jpacriteria   
net.sf.jpacriteria.restriction   
 

Uses of Restriction in net.sf.jpacriteria
 

Fields in net.sf.jpacriteria declared as Restriction
protected  Restriction BasicCriteriaImpl.having
           
protected  Restriction BasicCriteriaImpl.where
           
 

Methods in net.sf.jpacriteria that return Restriction
 Restriction CompiledCriteriaImpl.getHaving()
           
 Restriction BasicCriteriaImpl.getHaving()
           
 Restriction BasicCriteria.getHaving()
           
 Restriction CompiledCriteriaImpl.getWhere()
           
 Restriction BasicCriteriaImpl.getWhere()
           
 Restriction BasicCriteria.getWhere()
           
 

Methods in net.sf.jpacriteria with parameters of type Restriction
 Criteria CompiledCriteriaImpl.having(Restriction restriction, Restriction... restrictions)
           
 Criteria CompiledCriteriaImpl.having(Restriction restriction, Restriction... restrictions)
           
 T BasicCriteriaImpl.having(Restriction restriction, Restriction... restrictions)
           
 T BasicCriteriaImpl.having(Restriction restriction, Restriction... restrictions)
           
 T BasicCriteria.having(Restriction restriction, Restriction... restrictions)
           
 T BasicCriteria.having(Restriction restriction, Restriction... restrictions)
           
 Criteria CompiledCriteriaImpl.where(Restriction where, Restriction... restrictions)
           
 Criteria CompiledCriteriaImpl.where(Restriction where, Restriction... restrictions)
           
 T BasicCriteriaImpl.where(Restriction restriction, Restriction... restrictions)
           
 T BasicCriteriaImpl.where(Restriction restriction, Restriction... restrictions)
           
 T BasicCriteria.where(Restriction where, Restriction... restrictions)
           
 T BasicCriteria.where(Restriction where, Restriction... restrictions)
           
 

Uses of Restriction in net.sf.jpacriteria.restriction
 

Classes in net.sf.jpacriteria.restriction that implement Restriction
 class BinaryReferenceRestriction
           
 class BinaryRestriction
           
 class BinarySubCriteriaRestriction
           
 class ComplexLogicalRestriction
           
 class InRestriction
           
 class LikeRestriction
           
 class NotRestriction
           
 class ReferenceRestriction
           
 class RestrictionImpl
           
 class SuffixRestriction
           
 

Methods in net.sf.jpacriteria.restriction that return Restriction
 Restriction RestrictionImpl.and(Restriction restriction)
           
 Restriction Restriction.and(Restriction restriction)
           
static Restriction Restrictions.and(Restriction restriction, Restriction... restrictions)
           
static Restriction SimpleRestrictions.eq(java.lang.Object value)
           
static Restriction ReferenceRestrictions.eq(Reference reference, java.lang.Object value)
           
static Restriction SubCriteriaRestrictions.eq(java.lang.String property, Criteria subCriteria)
           
static Restriction SimpleRestrictions.eq(java.lang.String property, java.lang.Object value)
           
static Restriction ReferenceRestrictions.eq(java.lang.String property, Reference reference)
           
static Restriction Restrictions.falseRestriction(java.lang.String name)
           
static Restriction ReferenceRestrictions.ge(Reference reference, java.lang.Object value)
           
static Restriction SubCriteriaRestrictions.ge(java.lang.String property, Criteria subCriteria)
           
static Restriction SimpleRestrictions.ge(java.lang.String property, java.lang.Object value)
           
static Restriction ReferenceRestrictions.ge(java.lang.String property, Reference reference)
           
static Restriction ReferenceRestrictions.gt(Reference reference, java.lang.Object value)
           
static Restriction SubCriteriaRestrictions.gt(java.lang.String property, Criteria subCriteria)
           
static Restriction SimpleRestrictions.gt(java.lang.String property, java.lang.Object value)
           
static Restriction ReferenceRestrictions.gt(java.lang.String property, Reference reference)
           
static Restriction SimpleRestrictions.ilike(java.lang.String property, java.lang.String value)
           
static Restriction SimpleRestrictions.in(java.lang.String property, java.util.Collection values)
           
static Restriction SubCriteriaRestrictions.in(java.lang.String property, Criteria subCriteria)
           
static Restriction SimpleRestrictions.in(java.lang.String property, java.lang.Object... values)
           
static Restriction ReferenceRestrictions.in(java.lang.String property, Reference reference)
           
static Restriction SimpleRestrictions.isNotNull(java.lang.String property)
           
static Restriction SimpleRestrictions.isNull(java.lang.String property)
           
static Restriction ReferenceRestrictions.le(Reference reference, java.lang.Object value)
           
static Restriction SubCriteriaRestrictions.le(java.lang.String property, Criteria subCriteria)
           
static Restriction SimpleRestrictions.le(java.lang.String property, java.lang.Object value)
           
static Restriction ReferenceRestrictions.le(java.lang.String property, Reference reference)
           
static Restriction SimpleRestrictions.like(java.lang.String property, java.lang.String value)
           
static Restriction ReferenceRestrictions.lt(Reference reference, java.lang.Object value)
           
static Restriction SubCriteriaRestrictions.lt(java.lang.String property, Criteria subCriteria)
           
static Restriction SimpleRestrictions.lt(java.lang.String property, java.lang.Object value)
           
static Restriction ReferenceRestrictions.lt(java.lang.String property, Reference reference)
           
static Restriction ReferenceRestrictions.neq(Reference reference, java.lang.Object value)
           
static Restriction SubCriteriaRestrictions.neq(java.lang.String property, Criteria subCriteria)
           
static Restriction SimpleRestrictions.neq(java.lang.String property, java.lang.Object value)
           
static Restriction ReferenceRestrictions.neq(java.lang.String property, Reference reference)
           
 Restriction RestrictionImpl.not()
           
 Restriction Restriction.not()
           
static Restriction Restrictions.not(Restriction r)
           
 Restriction RestrictionImpl.or(Restriction restriction)
           
 Restriction Restriction.or(Restriction restriction)
           
static Restriction Restrictions.or(Restriction restriction, Restriction... restrictions)
           
static Restriction Restrictions.restrict(java.lang.String name, Operator operator, Parameter value)
           
static Restriction Restrictions.trueRestriction(java.lang.String name)
           
 

Methods in net.sf.jpacriteria.restriction with parameters of type Restriction
 Restriction RestrictionImpl.and(Restriction restriction)
           
 Restriction Restriction.and(Restriction restriction)
           
static Restriction Restrictions.and(Restriction restriction, Restriction... restrictions)
           
static Restriction Restrictions.and(Restriction restriction, Restriction... restrictions)
           
static Restriction Restrictions.not(Restriction r)
           
 Restriction RestrictionImpl.or(Restriction restriction)
           
 Restriction Restriction.or(Restriction restriction)
           
static Restriction Restrictions.or(Restriction restriction, Restriction... restrictions)
           
static Restriction Restrictions.or(Restriction restriction, Restriction... restrictions)
           
 

Constructors in net.sf.jpacriteria.restriction with parameters of type Restriction
ComplexLogicalRestriction(Restriction restriction1, BinaryLogicalOperator operator, Restriction restriction2)
           
NotRestriction(Restriction restriction)
           
 



Copyright © 2007. All Rights Reserved.