See: Description
Interface | Description |
---|---|
ConnectionFactory |
Factory for connections to the datastore.
|
ConnectionManager |
Manager of connections for a StoreManager, allowing ManagedConnection pooling, enlistment in transaction.
|
ManagedConnection |
Wrapper for a connection to the datastore, allowing management.
|
ManagedConnectionResourceListener |
Listener for the relation between a ManagedConnection and a resource using that ManagedConnection.
|
Class | Description |
---|---|
AbstractConnectionFactory |
Abstract implementation of a ConnectionFactory for a DataNucleus-supported datastore.
|
AbstractEmulatedXAResource |
Abstract base for any emulated XAResource implementations for the store plugins.
|
AbstractManagedConnection |
Abstract implementation of a managed connection.
|
ConnectionManagerImpl |
Manager of connections for a datastore, allowing caching of ManagedConnections, enlistment in transaction.
|
Enum | Description |
---|---|
ConnectionResourceType |
Resource type of the connection.
|
Copyright © 2019. All rights reserved.