Class ProxyConnection

java.lang.Object
io.github.blyznytsiaorg.bibernate.connectionpool.ProxyConnection
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper

public class ProxyConnection extends Object implements Connection
ProxyConnection is a wrapper around a JDBC Connection that intercepts calls to create statements and provides additional functionality such as managing statement lifecycles and releasing connections back to a connection pool.
Since:
1.0
Author:
Blyzhnytsia Team
See Also: