Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.queryframework
Interface Call

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable
All Known Subinterfaces:
SDKCall
All Known Implementing Classes:
AbstractSDKCall, 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


Skip navigation links

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