| org.jpox.ConnectionFactory
ConnectionFactory | public interface ConnectionFactory (Code) | | Factory for connections to the datastore.
To be implemented by all StoreManagers.
version: $Revision: 1.13 $ |
createManagedConnection | ManagedConnection createManagedConnection(ObjectManager om, Map transactionOptions)(Code) | | Create the ManagedConnection.
Only used by ConnectionManager so do not call this.
Parameters: om - ObjectManager (if any) Parameters: transactionOptions - the Transaction options this connection will be enlisted to, null if non existent The ManagedConnection. |
|
|