public interface JDOConnection
PersistenceManager
.Modifier and Type | Method | Description |
---|---|---|
void |
close() |
Returns this connection to the JDO implementation.
|
java.lang.Object |
getNativeConnection() |
Returns the native, datastore-specific connection that this
connection wraps.
|
java.lang.Object getNativeConnection()
PersistenceManager
's
connection into an invalid state.void close()
JDOUserException
is thrown.