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