| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CacheQuery
The CacheQuery is used as part of the CacheLoader implementation. 
 
 The CacheQuery used to encapsulate the IJSpace read,readMultiple,take,takeMultiple operations template.
 The CacheQuery used as an argument when calling CacheIteratorFactory#iterator(CacheQuery) or when calling the CacheLoader.loadAll(Collection).
 The template object can be retrieved via the getQuery() method that many return: 
 SQLQuery - representing non null templates and SQL condition
 IGSEntry - representing null template
 
com.j_spaces.javax.cache.CacheIteratorFactory| Method Summary | |
|---|---|
 Object | 
getQuery()
Returns the underlying Query Object.  | 
| Method Detail | 
|---|
Object getQuery()
SQLQuery, IGSEntry.
SQLQuery or IGSEntry).
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||