|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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()
Gets the classtype attribute of the Query object |
Condition |
getCondition()
Gets the condition attribute of the Query object |
int |
getMaxResults()
Gets the maxCount attribute of the Query object |
SortOrder |
getSortOrder()
Gets the sortOrder attribute of the Query object |
int |
getStartIndex()
Gets the startIndex attribute of the Query object |
void |
prepareExecution()
Description of the Method |
| Method Detail |
public Condition getCondition()
public SortOrder getSortOrder()
public java.lang.String getClasstype()
public int getMaxResults()
public int getStartIndex()
public void prepareExecution()
throws PersistenceException
PersistenceException - Description of the Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||