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 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.default void
jdbcReleaseRegistryResourcesEnd()
Deprecated, for removal: This API element is subject to removal in a future version.default void
jdbcReleaseRegistryResourcesStart()
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.
-
-