|
|||||||||||
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()
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 |
public Condition getCondition()
public SortOrder getSortOrder()
public java.lang.String getClasstype()
public int getMaxResults()
public int getStartIndex()
public void prepareExecution() throws PersistenceException
PersistenceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |