public class JdbcObserverImpl extends java.lang.Object implements JdbcObserver
| Constructor and Description |
|---|
JdbcObserverImpl(SharedSessionContractImplementor session) |
| Modifier and Type | Method and Description |
|---|---|
void |
jdbcConnectionAcquisitionEnd(java.sql.Connection connection) |
void |
jdbcConnectionAcquisitionStart() |
void |
jdbcConnectionReleaseEnd() |
void |
jdbcConnectionReleaseStart() |
void |
jdbcExecuteBatchEnd() |
void |
jdbcExecuteBatchStart() |
void |
jdbcExecuteStatementEnd() |
void |
jdbcExecuteStatementStart() |
void |
jdbcPrepareStatementEnd() |
void |
jdbcPrepareStatementStart() |
void |
jdbcReleaseRegistryResourcesEnd() |
void |
jdbcReleaseRegistryResourcesStart() |
public JdbcObserverImpl(SharedSessionContractImplementor session)
public void jdbcConnectionAcquisitionStart()
jdbcConnectionAcquisitionStart in interface JdbcObserverpublic void jdbcConnectionAcquisitionEnd(java.sql.Connection connection)
jdbcConnectionAcquisitionEnd in interface JdbcObserverpublic void jdbcConnectionReleaseStart()
jdbcConnectionReleaseStart in interface JdbcObserverpublic void jdbcConnectionReleaseEnd()
jdbcConnectionReleaseEnd in interface JdbcObserverpublic void jdbcPrepareStatementStart()
jdbcPrepareStatementStart in interface JdbcObserverpublic void jdbcPrepareStatementEnd()
jdbcPrepareStatementEnd in interface JdbcObserverpublic void jdbcExecuteStatementStart()
jdbcExecuteStatementStart in interface JdbcObserverpublic void jdbcExecuteStatementEnd()
jdbcExecuteStatementEnd in interface JdbcObserverpublic void jdbcExecuteBatchStart()
jdbcExecuteBatchStart in interface JdbcObserverpublic void jdbcExecuteBatchEnd()
jdbcExecuteBatchEnd in interface JdbcObserverpublic void jdbcReleaseRegistryResourcesStart()
jdbcReleaseRegistryResourcesStart in interface JdbcObserverpublic void jdbcReleaseRegistryResourcesEnd()
jdbcReleaseRegistryResourcesEnd in interface JdbcObserverCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.