Package org.datanucleus.store.odf
Class ConnectionFactoryImpl
- java.lang.Object
-
- org.datanucleus.store.connection.AbstractConnectionFactory
-
- org.datanucleus.store.odf.ConnectionFactoryImpl
-
- All Implemented Interfaces:
org.datanucleus.store.connection.ConnectionFactory
public class ConnectionFactoryImpl extends org.datanucleus.store.connection.AbstractConnectionFactoryImplementation of a ConnectionFactory for ODF.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConnectionFactoryImpl.ManagedConnectionImpl
-
Constructor Summary
Constructors Constructor Description ConnectionFactoryImpl(org.datanucleus.store.StoreManager storeMgr, String resourceType)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.datanucleus.store.connection.ManagedConnectioncreateManagedConnection(org.datanucleus.ExecutionContext ec, Map options)
-
-
-
Constructor Detail
-
ConnectionFactoryImpl
public ConnectionFactoryImpl(org.datanucleus.store.StoreManager storeMgr, String resourceType)Constructor.- Parameters:
storeMgr- Store ManagerresourceType- Type of resource (tx, nontx)
-
-
Method Detail
-
createManagedConnection
public org.datanucleus.store.connection.ManagedConnection createManagedConnection(org.datanucleus.ExecutionContext ec, Map options)
-
-