注釈型 UpdatedBy
-
@Retention(RUNTIME) @Target(FIELD) @Documented public @interface UpdatedBy
エンティティの更新が誰にされたかを表すプロパティであることを定義します。プロパティに値を設定するには、
AuditorProviderの実装をSpringのコンテナに登録する必要があります。AuditingEntityListenerにより処理されます。- 作成者:
- T.TSUCHIE
@Retention(RUNTIME) @Target(FIELD) @Documented public @interface UpdatedBy
プロパティに値を設定するには、AuditorProvider の実装をSpringのコンテナに登録する必要があります。
AuditingEntityListener により処理されます。