public interface

ConnectionWrapper

org.hibernate.jdbc.ConnectionWrapper

Class Overview

Interface implemented by JDBC connection wrappers in order to give access to the underlying wrapped connection.

Summary

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

Public Methods

public abstract Connection getWrappedConnection ()

Get a reference to the wrapped connection.

Returns
  • The wrapped connection.