Class ManagedConnection

java.lang.Object
org.exoplatform.services.jdbc.impl.ManagedConnection
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper

public class ManagedConnection extends Object implements Connection
This classes wraps a jdbc connection in order to prevent any forbidden actions such as explicit commit/rollback.
Version:
$Id$
Author:
Nicolas Filotto