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 TypeMethodDescriptionvoid
jdbcConnectionAcquisitionEnd
(Connection connection) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, 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:
jdbcConnectionAcquisitionStart
in interfaceJdbcObserver
-
jdbcConnectionAcquisitionEnd
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcConnectionAcquisitionEnd
in interfaceJdbcObserver
-
jdbcConnectionReleaseStart
public void jdbcConnectionReleaseStart()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcConnectionReleaseStart
in interfaceJdbcObserver
-
jdbcConnectionReleaseEnd
public void jdbcConnectionReleaseEnd()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcConnectionReleaseEnd
in interfaceJdbcObserver
-
jdbcPrepareStatementStart
public void jdbcPrepareStatementStart()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcPrepareStatementStart
in interfaceJdbcObserver
-
jdbcPrepareStatementEnd
public void jdbcPrepareStatementEnd()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcPrepareStatementEnd
in interfaceJdbcObserver
-
jdbcExecuteStatementStart
public void jdbcExecuteStatementStart()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcExecuteStatementStart
in interfaceJdbcObserver
-
jdbcExecuteStatementEnd
public void jdbcExecuteStatementEnd()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcExecuteStatementEnd
in interfaceJdbcObserver
-
jdbcExecuteBatchStart
public void jdbcExecuteBatchStart()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcExecuteBatchStart
in interfaceJdbcObserver
-
jdbcExecuteBatchEnd
public void jdbcExecuteBatchEnd()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcExecuteBatchEnd
in interfaceJdbcObserver
-
jdbcReleaseRegistryResourcesStart
public void jdbcReleaseRegistryResourcesStart()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcReleaseRegistryResourcesStart
in interfaceJdbcObserver
-
jdbcReleaseRegistryResourcesEnd
public void jdbcReleaseRegistryResourcesEnd()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcReleaseRegistryResourcesEnd
in interfaceJdbcObserver
-
JdbcObserver
is deprecated