| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueryExpression
A non-specific definition of a subpiece of a query. Each implementation of a Repository will have it's own representation of what a query is. These objects are meant to be immutable and are used as a bridge between building an entire query and the execution of it.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Method Summary | |
|---|---|
|  java.lang.String | getQueryOperation()Returns a textual representation of the type of query operation the class performs. | 
|  java.lang.String | getQueryRepresentation()Returns a human readable representation of the query operation | 
|  boolean | isNoop()If this QueryExpression has no effect on the results of the query of which this is a part. | 
|  void | setNoop(boolean pNoop)set this QueryExpression to be a no-operation expression. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.lang.String getQueryOperation()
java.lang.String getQueryRepresentation()
boolean isNoop()
void setNoop(boolean pNoop)
pNoop - | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||