|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Query
Queries consist of conditions and optionally of sort orders. A Query is represented by Query instance. QueryFactory creates an Query instance. To create an Query instance, it takes an Condition instance and optionally an SortOrder instance.
| Method Summary | |
|---|---|
java.lang.String |
getClasstype()
Returns the classtype of the Query object |
Condition |
getCondition()
Returns the condition attribute of the Query object |
int |
getMaxResults()
Gets the maxCount attribute of the Query object |
SortOrder |
getSortOrder()
Returns the sortOrder attribute of the Query object |
int |
getStartIndex()
Gets the startIndex attribute of the Query object |
void |
prepareExecution()
For internal use only. |
| Method Detail |
|---|
Condition getCondition()
SortOrder getSortOrder()
java.lang.String getClasstype()
int getMaxResults()
int getStartIndex()
void prepareExecution()
throws PersistenceException
PersistenceException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||