Interface JdbcObserver


  • @Deprecated
    public interface JdbcObserver
    Deprecated.
    It is no longer possible to plug custom implementations of this SPI. It will be removed.
    • Method Detail

      • jdbcConnectionAcquisitionStart

        void jdbcConnectionAcquisitionStart()
        Deprecated.
      • jdbcConnectionAcquisitionEnd

        void jdbcConnectionAcquisitionEnd​(java.sql.Connection connection)
        Deprecated.
      • jdbcConnectionReleaseStart

        void jdbcConnectionReleaseStart()
        Deprecated.
      • jdbcConnectionReleaseEnd

        void jdbcConnectionReleaseEnd()
        Deprecated.
      • jdbcPrepareStatementStart

        void jdbcPrepareStatementStart()
        Deprecated.
      • jdbcPrepareStatementEnd

        void jdbcPrepareStatementEnd()
        Deprecated.
      • jdbcExecuteStatementStart

        void jdbcExecuteStatementStart()
        Deprecated.
      • jdbcExecuteStatementEnd

        void jdbcExecuteStatementEnd()
        Deprecated.
      • jdbcExecuteBatchStart

        void jdbcExecuteBatchStart()
        Deprecated.
      • jdbcExecuteBatchEnd

        void jdbcExecuteBatchEnd()
        Deprecated.
      • jdbcReleaseRegistryResourcesStart

        default void jdbcReleaseRegistryResourcesStart()
        Deprecated.
      • jdbcReleaseRegistryResourcesEnd

        default void jdbcReleaseRegistryResourcesEnd()
        Deprecated.