|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated 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 calling the CacheLoader.loadAll(Collection)
.
The template object can be retrieved via the getQuery()
method that may return:
SQLQuery
- representing non null templates and SQL condition
IGSEntry
- representing null template
Method Summary | |
---|---|
Object |
getQuery()
Deprecated. Returns the underlying Query Object. |
Method Detail |
---|
Object getQuery()
SQLQuery
, IGSEntry
.
SQLQuery
or IGSEntry
).
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |