Package org.hibernate.resource.jdbc.spi
Interface JdbcObserver
-
- All Known Implementing Classes:
JdbcObserverImpl
@Deprecated(since="5.4", forRemoval=true) public interface JdbcObserver
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default 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.default voidjdbcReleaseRegistryResourcesEnd()Deprecated, for removal: This API element is subject to removal in a future version.default voidjdbcReleaseRegistryResourcesStart()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
jdbcConnectionAcquisitionStart
void jdbcConnectionAcquisitionStart()
Deprecated, for removal: This API element is subject to removal in a future version.
-
jdbcConnectionAcquisitionEnd
void jdbcConnectionAcquisitionEnd(Connection connection)
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.
-
-