インタフェース EntityInterceptor

既知の実装クラスのリスト:
EntityInterceptorAdapter

public interface EntityInterceptor
Entity操作のInterceptor。
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    intercept(EntityInvocation<?> invocation)
    各Entity操作(登録、更新、、、)によって、 各EntityInvocationのサブクラスのインスタンスを引数に呼び出される。
  • メソッドの詳細

    • intercept

      Object intercept(EntityInvocation<?> invocation)
      各Entity操作(登録、更新、、、)によって、 各EntityInvocationのサブクラスのインスタンスを引数に呼び出される。
      パラメータ:
      invocation -
      戻り値: