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

B32476-04

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, oracle.toplink.internal.databaseaccess.DatasourceCall, EISInteraction, EJBQLCall, IndexedInteraction, MappedInteraction, PLSQLStoredProcedureCall, QueryStringInteraction, SQLCall, StoredFunctionCall, StoredProcedureCall, XMLCall, XMLDataCall, XMLDataDeleteCall, XMLDataInsertCall, XMLDataReadCall, XMLDataUpdateCall, XMLDataWriteCall, XMLDeleteCall, XMLDoesExistCall, XMLInsertCall, XMLInteraction, XMLReadAllCall, XMLReadCall, XMLUpdateCall, XMLWriteCall, XQueryInteraction

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, 2012, Oracle. All Rights Reserved.