Uses of Interface
javax.jdo.datastore.JDOConnection
-
Packages that use JDOConnection Package Description javax.jdo This package contains the JDO specification interfaces and classes. -
-
Uses of JDOConnection in javax.jdo
Methods in javax.jdo that return JDOConnection Modifier and Type Method Description JDOConnection
PersistenceManager. getDataStoreConnection()
If this method is called while a datastore transaction is active, the object returned will be enlisted in the current transaction.
-