Uses of Interface
org.datanucleus.store.connection.ConnectionManager
Packages that use ConnectionManager
Package
Description
Package handling the storage of classes to the datastore, and the management of the datastore.
Package defining the connection to the datastore.
Package providing management for federation of datastores.
-
Uses of ConnectionManager in org.datanucleus.store
Fields in org.datanucleus.store declared as ConnectionManagerModifier and TypeFieldDescriptionprotected ConnectionManager
AbstractStoreManager.connectionMgr
ConnectionManagerMethods in org.datanucleus.store that return ConnectionManagerModifier and TypeMethodDescriptionAbstractStoreManager.getConnectionManager()
StoreManager.getConnectionManager()
Accessor for the connection manager for this store manager. -
Uses of ConnectionManager in org.datanucleus.store.connection
Classes in org.datanucleus.store.connection that implement ConnectionManagerModifier and TypeClassDescriptionclass
Manager of connections for a datastore, allowing caching of ManagedConnections, enlistment in transaction. -
Uses of ConnectionManager in org.datanucleus.store.federation
Methods in org.datanucleus.store.federation that return ConnectionManager