com.j_spaces.javax.cache
Interface CacheQuery


public interface CacheQuery

This CacheQuery used as argument for the following methods: CacheIteratorFactory CacheLoader.loadAll() The CacheQuery encapsulated the read,readMultiple ,take,taleMultiple template. The template object can be retrieved via the CacheQuery.getQuery and can be one of the following: SQLQuery - representing non null representing , SQL condition or more IGSEntry - representing null template

Since:
5.1
See Also:
CacheIteratorFactory

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

Method Detail

getQuery

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

Returns:
underlying Query Object (SQLQuery or IGSEntry).