Interface EntityInterceptor
- All Known Implementing Classes:
EntityInterceptorAdapter
public interface EntityInterceptor
Entity操作のInterceptor。
-
Method Summary
Modifier and TypeMethodDescriptionintercept
(EntityInvocation<?> invocation) 各Entity操作(登録、更新、、、)によって、 各EntityInvocationのサブクラスのインスタンスを引数に呼び出される。
-
Method Details
-
intercept
各Entity操作(登録、更新、、、)によって、 各EntityInvocationのサブクラスのインスタンスを引数に呼び出される。- Parameters:
invocation
-- Returns:
-