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.sinceJdbcObserveris deprecated
-
-
Constructor Summary
Constructors Constructor Description JdbcObserverImpl(ConnectionObserverStatsBridge observer, SessionEventListenerManager eventListenerManager, Runnable abortBatch)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidjdbcConnectionAcquisitionEnd(Connection connection)Deprecated, for removal: This API element is subject to removal in a future version.voidjdbcConnectionAcquisitionStart()Deprecated, for removal: This API element is subject to removal in a future version.voidjdbcConnectionReleaseEnd()Deprecated, for removal: This API element is subject to removal in a future version.voidjdbcConnectionReleaseStart()Deprecated, for removal: This API element is subject to removal in a future version.voidjdbcExecuteBatchEnd()Deprecated, for removal: This API element is subject to removal in a future version.voidjdbcExecuteBatchStart()Deprecated, for removal: This API element is subject to removal in a future version.voidjdbcExecuteStatementEnd()Deprecated, for removal: This API element is subject to removal in a future version.voidjdbcExecuteStatementStart()Deprecated, for removal: This API element is subject to removal in a future version.voidjdbcPrepareStatementEnd()Deprecated, for removal: This API element is subject to removal in a future version.voidjdbcPrepareStatementStart()Deprecated, for removal: This API element is subject to removal in a future version.voidjdbcReleaseRegistryResourcesEnd()Deprecated, for removal: This API element is subject to removal in a future version.voidjdbcReleaseRegistryResourcesStart()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
JdbcObserverImpl
public JdbcObserverImpl(ConnectionObserverStatsBridge observer, SessionEventListenerManager eventListenerManager, Runnable abortBatch)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
jdbcConnectionAcquisitionStart
public void jdbcConnectionAcquisitionStart()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jdbcConnectionAcquisitionStartin interfaceJdbcObserver
-
jdbcConnectionAcquisitionEnd
public void jdbcConnectionAcquisitionEnd(Connection connection)
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
-
-