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 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.