Package org.hibernate.tool.hbm2ddl
Interface ConnectionHelper
Deprecated.
Contract for delegates responsible for managing connection used by the
hbm2ddl tools.
-
Method Details
-
prepare
Deprecated.Prepare the helper for use.- Parameters:
needsAutoCommit
- Should connection be forced to auto-commit if not already.- Throws:
SQLException
-
getConnection
Deprecated.Get a reference to the connection we are using.- Returns:
- The JDBC connection.
- Throws:
SQLException
-
release
Deprecated.Release any resources held by this helper.- Throws:
SQLException
-
SchemaManagementTool
and friends.