All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.datanucleus.store.rdbms.ManagedConnectionWithExecutionContext Maven / Gradle / Ivy

The newest version!
package org.datanucleus.store.rdbms;

import org.datanucleus.ExecutionContext;
import org.datanucleus.store.connection.ManagedConnection;

/**
 * Managed connection that knows its execution context.
 */
public interface ManagedConnectionWithExecutionContext extends ManagedConnection
{
    /**
     * Get execution context of connection
     * @return execution context.
     */
    ExecutionContext getExecutionContext();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy