Interface ManagedConnectionWithExecutionContext

  • All Superinterfaces:
    org.datanucleus.store.connection.ManagedConnection

    public interface ManagedConnectionWithExecutionContext
    extends org.datanucleus.store.connection.ManagedConnection
    Managed connection that knows its execution context.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.datanucleus.ExecutionContext getExecutionContext()
      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
    • Method Detail

      • getExecutionContext

        org.datanucleus.ExecutionContext getExecutionContext()
        Get execution context of connection
        Returns:
        execution context.