|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionHelper
Contract for delegates responsible for managing connection used by the hbm2ddl tools.
| Method Summary | |
|---|---|
Connection |
getConnection()
Get a reference to the connection we are using. |
void |
prepare(boolean needsAutoCommit)
Prepare the helper for use. |
void |
release()
Release any resources held by this helper. |
| Method Detail |
|---|
void prepare(boolean needsAutoCommit)
throws SQLException
needsAutoCommit - Should connection be forced to auto-commit
if not already.
SQLException
Connection getConnection()
throws SQLException
SQLException
void release()
throws SQLException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||