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 JdbcObserver
public void jdbcConnectionAcquisitionEnd(java.sql.Connection connection)
jdbcConnectionAcquisitionEnd
in interface JdbcObserver
public void jdbcConnectionReleaseStart()
jdbcConnectionReleaseStart
in interface JdbcObserver
public void jdbcConnectionReleaseEnd()
jdbcConnectionReleaseEnd
in interface JdbcObserver
public void jdbcPrepareStatementStart()
jdbcPrepareStatementStart
in interface JdbcObserver
public void jdbcPrepareStatementEnd()
jdbcPrepareStatementEnd
in interface JdbcObserver
public void jdbcExecuteStatementStart()
jdbcExecuteStatementStart
in interface JdbcObserver
public void jdbcExecuteStatementEnd()
jdbcExecuteStatementEnd
in interface JdbcObserver
public void jdbcExecuteBatchStart()
jdbcExecuteBatchStart
in interface JdbcObserver
public void jdbcExecuteBatchEnd()
jdbcExecuteBatchEnd
in interface JdbcObserver
public void jdbcReleaseRegistryResourcesStart()
jdbcReleaseRegistryResourcesStart
in interface JdbcObserver
public void jdbcReleaseRegistryResourcesEnd()
jdbcReleaseRegistryResourcesEnd
in interface JdbcObserver
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.