Class UserIdAnnotationHandler

java.lang.Object
nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport
nablarch.core.db.statement.autoproperty.UserIdAnnotationHandler
All Implemented Interfaces:
AutoPropertyHandler

public class UserIdAnnotationHandler extends FieldAnnotationHandlerSupport
UserIdアノテーションが設定されているフィールドにユーザIDを設定するクラス。
ユーザIDは、ThreadContextから取得した値を設定する。
See Also:
  • Constructor Details

    • UserIdAnnotationHandler

      public UserIdAnnotationHandler()
  • Method Details

    • handle

      public void handle(Object obj)
      指定されたオブジェクトにユーザIDを設定する。
      Parameters:
      obj - オブジェクト