Package | Description |
---|---|
org.datanucleus.store.connection |
Package defining the connection to the datastore.
|
org.datanucleus.store.federation |
Package providing management for federation of datastores.
|
org.datanucleus.store.valuegenerator |
Value Generation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractManagedConnection
Abstract implementation of a managed connection.
|
Modifier and Type | Field and Description |
---|---|
protected ManagedConnection |
AbstractEmulatedXAResource.mconn |
Modifier and Type | Method and Description |
---|---|
ManagedConnection |
ConnectionFactory.createManagedConnection(ExecutionContext ec,
Map<String,Object> transactionOptions)
Create the ManagedConnection.
|
ManagedConnection |
ConnectionManagerImpl.getConnection(boolean primary,
ExecutionContext ec,
Transaction txn) |
ManagedConnection |
ConnectionManager.getConnection(boolean primary,
ExecutionContext ec,
Transaction txn)
Accessor for a connection from the specified factory, for the specified ExecutionContext dependent on whether the connection will be enlisted.
|
default ManagedConnection |
ConnectionManager.getConnection(ExecutionContext ec)
Accessor for a connection for the specified ExecutionContext.
|
ManagedConnection |
ConnectionManagerImpl.getConnection(ExecutionContext ec,
Map options) |
ManagedConnection |
ConnectionManager.getConnection(ExecutionContext ec,
Map options)
Accessor for a connection for the specified ExecutionContext.
|
ManagedConnection |
ConnectionManagerImpl.getConnection(int isolationLevel) |
ManagedConnection |
ConnectionManager.getConnection(int isolationLevel)
Accessor for a connection for the specified transaction isolation level.
|
protected ManagedConnection |
ConnectionManagerImpl.getManagedConnection(boolean primary,
ExecutionContext ec)
Get a ManagedConnection from the cache.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ConnectionManagerImpl.putManagedConnection(boolean primary,
ExecutionContext ec,
ManagedConnection mconn)
Put a ManagedConnection into the cache.
|
Constructor and Description |
---|
AbstractEmulatedXAResource(ManagedConnection mconn) |
Modifier and Type | Method and Description |
---|---|
ManagedConnection |
FederatedStoreManager.getConnection(ExecutionContext ec) |
ManagedConnection |
FederatedStoreManager.getConnection(ExecutionContext ec,
Map options) |
ManagedConnection |
FederatedStoreManager.getConnection(int isolation_level) |
Modifier and Type | Method and Description |
---|---|
ManagedConnection |
ValueGenerationConnectionProvider.retrieveConnection()
Provides a Connection for a ValueGenerator.
|
Copyright © 2019. All rights reserved.