Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » tool » hbm2ddl » [javadoc | source]
org.hibernate.tool.hbm2ddl
class: SuppliedConnectionProviderConnectionHelper [javadoc | source]
java.lang.Object
   org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper

All Implemented Interfaces:
    ConnectionHelper

A ConnectionHelper implementation based on a provided ConnectionProvider . Essentially, ensures that the connection gets cleaned up, but that the provider itself remains usable since it was externally provided to us.
Constructor:
 public SuppliedConnectionProviderConnectionHelper(ConnectionProvider provider) 
Method from org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper Summary:
getConnection,   prepare,   release
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper Detail:
 public Connection getConnection() throws SQLException 
 public  void prepare(boolean needsAutoCommit) throws SQLException 
 public  void release() throws SQLException