|
GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void setQuery(String wherePart)
wherePart - WHERE statementvoid setClassName(String className)
className - The Entry class name to be set.
|
GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||