public abstract class AbstractJdbcConnectionContextImpl extends Object implements JdbcConnectionContext
| Constructor and Description |
|---|
AbstractJdbcConnectionContextImpl(JdbcConnectionAccess jdbcConnectionAccess,
SqlStatementLogger sqlStatementLogger,
boolean needsAutoCommit) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
void |
logSqlStatement(String sqlStatement) |
protected void |
reallyRelease() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreleasepublic AbstractJdbcConnectionContextImpl(JdbcConnectionAccess jdbcConnectionAccess, SqlStatementLogger sqlStatementLogger, boolean needsAutoCommit)
public Connection getConnection()
getConnection in interface JdbcConnectionContextpublic void logSqlStatement(String sqlStatement)
logSqlStatement in interface JdbcConnectionContextprotected void reallyRelease()
Copyright © 2001-2016 Red Hat, Inc. All Rights Reserved.