Class UserIdAnnotationHandler
java.lang.Object
nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport
nablarch.core.db.statement.autoproperty.UserIdAnnotationHandler
- All Implemented Interfaces:
AutoPropertyHandler
UserIdアノテーションが設定されているフィールドにユーザIDを設定するクラス。
ユーザIDは、
ユーザIDは、
ThreadContext
から取得した値を設定する。- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport
FieldAnnotationHandlerSupport.FieldHolder<T extends Annotation>
-
Constructor Summary
-
Method Summary
Methods inherited from class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport
getFieldList, setFieldAnnotationCache
-
Constructor Details
-
UserIdAnnotationHandler
public UserIdAnnotationHandler()
-
-
Method Details
-
handle
指定されたオブジェクトにユーザIDを設定する。- Parameters:
obj
- オブジェクト
-