ehcache

Uses of Class
net.sf.ehcache.search.expression.BaseCriteria

Packages that use BaseCriteria
net.sf.ehcache.search.expression This package contains classes for search expression types (ie. 
 

Uses of BaseCriteria in net.sf.ehcache.search.expression
 

Subclasses of BaseCriteria in net.sf.ehcache.search.expression
 class AlwaysMatch
          Criteria that always return true
 class And
          A search criteria composed of the logical "and" of two or more other criteria
 class Between
          Range criteria
 class ComparableValue
          Abstract base class for criteria involving Comparable values
 class EqualTo
          A comparison operator meaning Java "equals to" condition
 class GreaterThan
          Greater than criteria
 class GreaterThanOrEqual
          Greater than or equal criteria
 class ILike
          A regular expression criteria that matches attribute string values.
 class InCollection
          Criteria for inclusion in a given Collection (presumably a Set) of values
 class IsNull
          Tests whether the value of attribute with given name is null
 class LessThan
          Less than criteria
 class LessThanOrEqual
          Less than or equal criteria
 class Not
          A search criteria composed of the logical "not" (ie.
 class NotEqualTo
          Criteria for plain "not equals to" condition
 class NotILike
          Inverse of ILike
 class NotNull
           
 class Or
          A search criteria composed of the logical "or" of two or more other criteria
 


ehcache

Copyright 2001-2015, Terracotta, Inc.