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 |
java.sql.Connection |
getWrappedConnection()
Get a reference to the wrapped connection. |
getWrappedConnection
java.sql.Connection getWrappedConnection()
- Get a reference to the wrapped connection.
- Returns:
- The wrapped connection.
Copyright © 2008 Hibernate.org. All Rights Reserved.