Class NestedConnection

All Implemented Interfaces:
AutoCloseable, Connection, Wrapper

public class NestedConnection extends AbstractDelegatingConnection
A wrapper around a connection that exists in a broader transaction.

We want to disallow any transaction control like commit(), rollback() etc as well as close()

Since:
v7.0