|
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
DatasourceAccessor
oracle.toplink.sdk.SDKAccessor
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKAccessor
is a facile concrete subclass of DatasourceAccessor
. It is extensible for non-relational data access.
SDKCall
, SDKLogin
, Serialized FormConstructor Summary | |
SDKAccessor() Deprecated. Default Constructor. |
Method Summary | |
void |
basicBeginTransaction(Session session) Deprecated. Begin a transaction on the "data store". |
void |
basicCommitTransaction(Session session) Deprecated. Commit the transaction to the "data store". |
java.lang.Object |
basicExecuteCall(Call call, DatabaseRow translationRow, Session session) Deprecated. Execute the specified call with the specified parameter row. |
void |
basicRollbackTransaction(Session session) Deprecated. Rollback the transaction on the "data store". |
java.lang.String |
toString() Deprecated. Call #toString(PrintWriter) , to allow subclasses to insert additional information. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SDKAccessor()
Method Detail |
public void basicBeginTransaction(Session session) throws SDKDataStoreException
SDKDataStoreException
public void basicCommitTransaction(Session session) throws SDKDataStoreException
SDKDataStoreException
public void basicRollbackTransaction(Session session) throws SDKDataStoreException
SDKDataStoreException
public java.lang.Object basicExecuteCall(Call call, DatabaseRow translationRow, Session session) throws SDKDataStoreException
SDKDataStoreException
public java.lang.String toString()
#toString(PrintWriter)
, to allow subclasses to insert additional information.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |