Package org.iplass.mtp.entity.interceptor
package org.iplass.mtp.entity.interceptor
-
ClassDescriptionEntity操作のInterceptor。EntityInterceptorのアダプタ。 InvocationType毎に別メソッドとして、デフォルト実装(何もせず後続処理呼び出し)を提供。Entity操作の呼び出しを表すインタフェース。 proceed()呼び出しで、後続処理(次のInterceptor呼び出しor実際のEntity操作)を呼び出す。Interceptor実装クラスで判断可能な、Entityの操作の種類。