接口 JdbcObserver

  • 所有已知实现类:
    JdbcObserverImpl

    @Deprecated
    public interface JdbcObserver
    已过时。
    It is no longer possible to plug custom implementations of this SPI. It will be removed.
    作者:
    Steve Ebersole
    • 方法详细资料

      • jdbcConnectionAcquisitionStart

        void jdbcConnectionAcquisitionStart()
        已过时。
      • jdbcConnectionAcquisitionEnd

        void jdbcConnectionAcquisitionEnd​(Connection connection)
        已过时。
      • jdbcConnectionReleaseStart

        void jdbcConnectionReleaseStart()
        已过时。
      • jdbcConnectionReleaseEnd

        void jdbcConnectionReleaseEnd()
        已过时。
      • jdbcPrepareStatementStart

        void jdbcPrepareStatementStart()
        已过时。
      • jdbcPrepareStatementEnd

        void jdbcPrepareStatementEnd()
        已过时。
      • jdbcExecuteStatementStart

        void jdbcExecuteStatementStart()
        已过时。
      • jdbcExecuteStatementEnd

        void jdbcExecuteStatementEnd()
        已过时。
      • jdbcExecuteBatchStart

        void jdbcExecuteBatchStart()
        已过时。
      • jdbcExecuteBatchEnd

        void jdbcExecuteBatchEnd()
        已过时。
      • jdbcReleaseRegistryResourcesStart

        default void jdbcReleaseRegistryResourcesStart()
        已过时。
      • jdbcReleaseRegistryResourcesEnd

        default void jdbcReleaseRegistryResourcesEnd()
        已过时。