Uses of Interface
org.datanucleus.store.connection.ConnectionManager
-
Packages that use ConnectionManager Package Description org.datanucleus.store Package handling the storage of classes to the datastore, and the management of the datastore.org.datanucleus.store.connection Package defining the connection to the datastore.org.datanucleus.store.federation Package providing management for federation of datastores. -
-
Uses of ConnectionManager in org.datanucleus.store
Fields in org.datanucleus.store declared as ConnectionManager Modifier and Type Field Description protected ConnectionManagerAbstractStoreManager. connectionMgrConnectionManagerMethods in org.datanucleus.store that return ConnectionManager Modifier and Type Method Description ConnectionManagerAbstractStoreManager. getConnectionManager()ConnectionManagerStoreManager. 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 ConnectionManager Modifier and Type Class Description classConnectionManagerImplManager 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 Modifier and Type Method Description ConnectionManagerFederatedStoreManager. getConnectionManager()
-