|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.toplink.queryframework.EJBQLCall
Purpose: Used as an abstraction of a database invocation. A call is an EJBQL string.
| Constructor Summary | |
EJBQLCall()PUBLIC Create a new EJBQLCall. |
|
EJBQLCall(java.lang.String ejbqlString)PUBLIC Create a new EJBQLCall with an ejbqlString |
|
| Method Summary | |
java.lang.Object |
clone()INTERNAL: Return a clone of the call. |
DatabaseQuery |
getQuery()Back reference to query, unfortunately required for events. |
boolean |
isFinished()Return whether all the results of the call have been returned. |
void |
populateQuery(Session session)Populate the query using the information retrieved from parsing the EJBQL. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EJBQLCall()
public EJBQLCall(java.lang.String ejbqlString)
| Method Detail |
public java.lang.Object clone()
Callclone in interface Callpublic DatabaseQuery getQuery()
public boolean isFinished()
isFinished in interface Callpublic void populateQuery(Session session)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||