站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

ConnectionWrapper (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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 Detail

getWrappedConnection

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

Returns:
The wrapped connection.