Package org.hibernate.internal
Class JdbcObserverImpl
java.lang.Object
org.hibernate.internal.JdbcObserverImpl
- All Implemented Interfaces:
JdbcObserver
@Deprecated(since="5.4",
forRemoval=true)
public final class JdbcObserverImpl
extends Object
implements JdbcObserver
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcObserverImpl(ConnectionObserverStatsBridge observer, SessionEventListenerManager eventListenerManager, Runnable abortBatch) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidjdbcConnectionAcquisitionEnd(Connection connection) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
JdbcObserverImpl
public JdbcObserverImpl(ConnectionObserverStatsBridge observer, SessionEventListenerManager eventListenerManager, Runnable abortBatch) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
jdbcConnectionAcquisitionStart
public void jdbcConnectionAcquisitionStart()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcConnectionAcquisitionStartin interfaceJdbcObserver
-
jdbcConnectionAcquisitionEnd
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcConnectionAcquisitionEndin interfaceJdbcObserver
-
jdbcConnectionReleaseStart
public void jdbcConnectionReleaseStart()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcConnectionReleaseStartin interfaceJdbcObserver
-
jdbcConnectionReleaseEnd
public void jdbcConnectionReleaseEnd()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcConnectionReleaseEndin interfaceJdbcObserver
-
jdbcPrepareStatementStart
public void jdbcPrepareStatementStart()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcPrepareStatementStartin interfaceJdbcObserver
-
jdbcPrepareStatementEnd
public void jdbcPrepareStatementEnd()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcPrepareStatementEndin interfaceJdbcObserver
-
jdbcExecuteStatementStart
public void jdbcExecuteStatementStart()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcExecuteStatementStartin interfaceJdbcObserver
-
jdbcExecuteStatementEnd
public void jdbcExecuteStatementEnd()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcExecuteStatementEndin interfaceJdbcObserver
-
jdbcExecuteBatchStart
public void jdbcExecuteBatchStart()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcExecuteBatchStartin interfaceJdbcObserver
-
jdbcExecuteBatchEnd
public void jdbcExecuteBatchEnd()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcExecuteBatchEndin interfaceJdbcObserver
-
jdbcReleaseRegistryResourcesStart
public void jdbcReleaseRegistryResourcesStart()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcReleaseRegistryResourcesStartin interfaceJdbcObserver
-
jdbcReleaseRegistryResourcesEnd
public void jdbcReleaseRegistryResourcesEnd()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcReleaseRegistryResourcesEndin interfaceJdbcObserver
-
JdbcObserveris deprecated