Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.queryframework
Class EJBQLCall

java.lang.Object
  extended by oracle.toplink.queryframework.EJBQLCall
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Call

public class EJBQLCall
extends java.lang.Object
implements java.io.Serializable, Call

Purpose: Used as an abstraction of a database invocation. A call is an EJBQL string.

See Also:
Serialized Form

Constructor Summary
EJBQLCall()
          Create a new EJBQLCall.
EJBQLCall(java.lang.String ejbqlString)
          Create a new EJBQLCall with an ejbqlString
 
Method Summary
 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(oracle.toplink.internal.sessions.AbstractSession 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

EJBQLCall

public EJBQLCall()
Create a new EJBQLCall.


EJBQLCall

public EJBQLCall(java.lang.String ejbqlString)
Create a new EJBQLCall with an ejbqlString

Method Detail

getQuery

public DatabaseQuery getQuery()
Back reference to query, unfortunately required for events.


isFinished

public boolean isFinished()
Return whether all the results of the call have been returned.

Specified by:
isFinished in interface Call

populateQuery

public void populateQuery(oracle.toplink.internal.sessions.AbstractSession session)
Populate the query using the information retrieved from parsing the EJBQL.


Copyright © 1998, 2010, Oracle. All Rights Reserved.