> > - A DataSourceConnection (DSC) was created to wrap both DataSource and > Connection. >
Is it possible to supply my own implementation? This could be used to implement sessions and transaction brackets. In other projects, I had a ConnectionProvider for this which either wrapped a normal sql.Connection or a DataSource (where it would request and return the connection) or something else.
