Interface EntityInterceptor

All Known Implementing Classes:
EntityInterceptorAdapter

public interface EntityInterceptor
Entity操作のInterceptor。
  • Method Summary

    Modifier and Type
    Method
    Description
    intercept(EntityInvocation<?> invocation)
    各Entity操作(登録、更新、、、)によって、 各EntityInvocationのサブクラスのインスタンスを引数に呼び出される。
  • Method Details

    • intercept

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