| org.jpox.store.poid.PoidConnectionProvider
PoidConnectionProvider | public interface PoidConnectionProvider (Code) | | Connection provider for a PoidGenerator that requires connections to their
datastore.
version: $Revision: 1.2 $ |
releaseConnection | void releaseConnection()(Code) | | Releases the Connection. Inform to the provider that connection is no
longer in use
|
retrieveConnection | ManagedConnection retrieveConnection()(Code) | | Provides a Connection for a PoidGenerator. The returned connection should
be cast to the appropriate type for the datastore.
The connection |
|
|