| org.jpox.store.JPOXConnection
JPOXConnection | public interface JPOXConnection (Code) | | Access to the underlying DataStore Connection.
version: $Revision: 1.2 $ |
Method Summary | |
public void | close() Method to close the connection, handing it back to JPOX. | public Object | getNativeConnection() Accessor for the underlying connection. |
close | public void close()(Code) | | Method to close the connection, handing it back to JPOX.
|
getNativeConnection | public Object getNativeConnection()(Code) | | Accessor for the underlying connection.
The native connection |
|
|