Uses of Class
org.glassfish.ha.store.criteria.Criteria

Packages that use Criteria
org.glassfish.ha.store.api   
org.glassfish.ha.store.criteria   
 

Uses of Criteria in org.glassfish.ha.store.api
 

Methods in org.glassfish.ha.store.api with parameters of type Criteria
 java.util.Collection BackingStore.findByCriteria(Criteria<V> criteria, StoreEntryEvaluator<K,V> eval)
          Find entries that satisfy the given Criteria.
 void BackingStore.removeByCriteria(Criteria<V> criteria, StoreEntryEvaluator<K,V> eval)
          Remove instances that meet the criteria.
 java.util.Collection BackingStore.synchronizeKeys(Criteria<V> criteria, StoreEntryEvaluator<K,V> eval, boolean eagerFetch)
          Cache the keys for the entries that satisfy the given Criteria.
 

Uses of Criteria in org.glassfish.ha.store.criteria
 

Methods in org.glassfish.ha.store.criteria that return Criteria
 Criteria<V> ExpressionBuilder.setCriteria(Expression<java.lang.Boolean> expr)
           
 



Copyright © 2010. All Rights Reserved.