インタフェース EntityInterceptor
- 既知の実装クラスのリスト:
EntityInterceptorAdapter
public interface EntityInterceptor
Entity操作のInterceptor。
-
メソッドの概要
修飾子とタイプメソッド説明intercept
(EntityInvocation<?> invocation) 各Entity操作(登録、更新、、、)によって、 各EntityInvocationのサブクラスのインスタンスを引数に呼び出される。
-
メソッドの詳細
-
intercept
各Entity操作(登録、更新、、、)によって、 各EntityInvocationのサブクラスのインスタンスを引数に呼び出される。- パラメータ:
invocation
-- 戻り値:
-