Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.queryframework
Interface Call

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable
All Known Subinterfaces:
SDKCall
All Known Implementing Classes:
AbstractSDKCall, oracle.toplink.internal.databaseaccess.DatabaseCall, EJBQLCall

public interface Call
extends java.lang.Cloneable, java.io.Serializable

Call defines the interface used primarily by TopLink queries and query mechanisms to perform the necessary actions (read, insert, update, delete) on the data store. A Call can collaborate with an Accessor to perform its responsibilities. The only explicit requirement of a Call is that it be able to supply the appropriate query mechanism for performing its duties. Otherwise, the Call is pretty much unrestricted as to how it should perform its responsibilities.

Since:
TOPLink/Java 3.0
See Also:
DatabaseQuery


Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.