|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface Query
| Method Summary | |
|---|---|
void |
accept(QueryVisitor queryVisitor)
Deprecated. |
void |
addField(Field field)
Deprecated. |
void |
addOrderField(Field orderByField)
Deprecated. |
void |
addType(Type type)
Deprecated. |
Direction |
getDirection()
Deprecated. |
List<Field> |
getFields()
Deprecated. |
Expression |
getFilterExpression()
Deprecated. |
Expression |
getJoinExpression()
Deprecated. |
int |
getLimit()
Deprecated. |
int |
getOffset()
Deprecated. |
List<Field> |
getOrderByFields()
Deprecated. |
List<Type> |
getTypes()
Deprecated. |
boolean |
hasDirection()
Deprecated. |
void |
setDirection(Direction direction)
Deprecated. |
void |
setFilterExpression(Expression filterExpression)
Deprecated. |
void |
setJoinExpression(Expression joinExpression)
Deprecated. |
void |
setLimit(int limit)
Deprecated. |
void |
setOffset(int offset)
Deprecated. |
| Method Detail |
|---|
void accept(QueryVisitor queryVisitor)
List<Field> getFields()
List<Field> getOrderByFields()
Direction getDirection()
Expression getFilterExpression()
List<Type> getTypes()
Expression getJoinExpression()
int getLimit()
int getOffset()
void addType(Type type)
void addField(Field field)
void addOrderField(Field orderByField)
void setDirection(Direction direction)
void setFilterExpression(Expression filterExpression)
void setJoinExpression(Expression joinExpression)
void setLimit(int limit)
void setOffset(int offset)
boolean hasDirection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||