org.hibernate.jdbc

Interface ConnectionWrapper

public interface ConnectionWrapper

Interface implemented by JDBC connection wrappers in order to give access to the underlying wrapped connection.
Author:
Steve Ebersole

Method Summary

Connection
getWrappedConnection()
Get a reference to the wrapped connection.

Method Details

getWrappedConnection

public Connection getWrappedConnection()
Get a reference to the wrapped connection.
Returns:
The wrapped connection.