Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » jdbc » [javadoc | source]
org.hibernate.jdbc
public interface: ConnectionWrapper [javadoc | source] Interface implemented by JDBC connection wrappers in order to give access to the underlying wrapped connection.
Method from org.hibernate.jdbc.ConnectionWrapper Summary:
getWrappedConnection
Method from org.hibernate.jdbc.ConnectionWrapper Detail:
 public Connection getWrappedConnection()
    Get a reference to the wrapped connection.