File
Doc
Category
Size
Date
Package
ConnectionWrapper.java
API Doc
Hibernate 3.2.5
410
Fri Nov 03 09:23:02 GMT 2006
org.hibernate.jdbc
ConnectionWrapper
public interface ConnectionWrapper
Interface implemented by JDBC connection wrappers in order to give access to the underlying wrapped connection.
author
Steve Ebersole
Fields Summary
Constructors Summary
Methods Summary
public
java.sql.Connection
getWrappedConnection
()
Get a reference to the wrapped connection.
return
The wrapped connection.
Java Code Source