|
A12.16-1 [JDOConnection getDataStoreConnection(); If this method is called while a datastore transaction is active, the object returned will be enlisted in the current transaction. If called in an optimistic transaction before flush has been called, or outside an active transaction, the object returned will not be enlisted in any transaction.]]
The tests use the jdbc Connection.
The test needs to work with the jdbc library from the standard JDK 1.3 (JDBC 2.0).
|