public class ConnectionFactoryImpl
extends org.datanucleus.store.connection.AbstractConnectionFactory
Modifier and Type | Class and Description |
---|---|
class |
ConnectionFactoryImpl.ManagedConnectionImpl
Implementation of a ManagedConnection for LDAP.
|
Constructor and Description |
---|
ConnectionFactoryImpl(org.datanucleus.store.StoreManager storeMgr,
String resourceType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.datanucleus.store.connection.ManagedConnection |
createManagedConnection(org.datanucleus.ExecutionContext ec,
Map txnOptionsIgnored)
Obtain a connection from the Factory.
|
public ConnectionFactoryImpl(org.datanucleus.store.StoreManager storeMgr, String resourceType)
storeMgr
- Store ManagerresourceType
- Type of resource (tx, nontx)public org.datanucleus.store.connection.ManagedConnection createManagedConnection(org.datanucleus.ExecutionContext ec, Map txnOptionsIgnored)
ec
- ExecutionContext that this connection is for (or null)txnOptionsIgnored
- Any options for creating the connectionManagedConnection
Copyright © 2020. All rights reserved.