GigaSpaces XAP 7.0 API

com.j_spaces.core.client
Interface Query<T>

All Known Implementing Classes:
ContinousQuery, RegExQuery, SQLQuery, View

public interface Query<T>

The Query Interface is the base interface for the SQLQuery and the RegExQuery classes.


Method Summary
 void setClassName(String className)
          Sets the template class name of an entry to be queried.
 void setQuery(String wherePart)
          Sets the Query WHERE statement (without the WHERE keyword).
 

Method Detail

setQuery

void setQuery(String wherePart)
Sets the Query WHERE statement (without the WHERE keyword).

Parameters:
wherePart - WHERE statement

setClassName

void setClassName(String className)
Sets the template class name of an entry to be queried.

Parameters:
className - The Entry class name to be set.

GigaSpaces XAP 7.0 API

Copyright © GigaSpaces.