Module org.datanucleus.store.rdbms
Package org.datanucleus.store.rdbms
Interface ManagedConnectionWithExecutionContext
-
- All Superinterfaces:
org.datanucleus.store.connection.ManagedConnection
public interface ManagedConnectionWithExecutionContext extends org.datanucleus.store.connection.ManagedConnectionManaged connection that knows its execution context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.datanucleus.ExecutionContextgetExecutionContext()Get execution context of connection-
Methods inherited from interface org.datanucleus.store.connection.ManagedConnection
addListener, close, closeAfterTransactionEnd, closeOnRelease, commitOnRelease, getConnection, getXAResource, incrementUseCount, isLocked, lock, release, releaseSavepoint, removeListener, rollbackToSavepoint, setCloseOnRelease, setCommitOnRelease, setSavepoint, transactionFlushed, transactionPreClose, unlock
-
-