GigaSpaces XAP 7.1 API

com.j_spaces.javax.cache
Interface CacheQuery


Deprecated.

@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

Since:
5.1
Version:
1.0

Method Summary
 Object getQuery()
          Deprecated. Returns the underlying Query Object.
 

Method Detail

getQuery

Object getQuery()
Deprecated. 
Returns the underlying Query Object. This object can take the form of SQLQuery, IGSEntry.

Returns:
underlying Query Object (SQLQuery or IGSEntry).

GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.