Package org.hibernate.resource.jdbc.spi
Interface JdbcObserver
- All Known Implementing Classes:
JdbcObserverImpl
Deprecated, for removal: This API element is subject to removal in a future version.
It is no longer possible to plug custom implementations
of this SPI. It will be removed.
- Author:
- Steve Ebersole
-
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.default voidDeprecated, for removal: This API element is subject to removal in a future version.default voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
jdbcConnectionAcquisitionStart
void jdbcConnectionAcquisitionStart()Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcConnectionAcquisitionEnd
Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcConnectionReleaseStart
void jdbcConnectionReleaseStart()Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcConnectionReleaseEnd
void jdbcConnectionReleaseEnd()Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcPrepareStatementStart
void jdbcPrepareStatementStart()Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcPrepareStatementEnd
void jdbcPrepareStatementEnd()Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcExecuteStatementStart
void jdbcExecuteStatementStart()Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcExecuteStatementEnd
void jdbcExecuteStatementEnd()Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcExecuteBatchStart
void jdbcExecuteBatchStart()Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcExecuteBatchEnd
void jdbcExecuteBatchEnd()Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcReleaseRegistryResourcesStart
default void jdbcReleaseRegistryResourcesStart()Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcReleaseRegistryResourcesEnd
default void jdbcReleaseRegistryResourcesEnd()Deprecated, for removal: This API element is subject to removal in a future version.
-