public class MappingAuditableBeanWrapperFactory extends ObjectSE
MappingContext から取得したマッピング情報を使用して監査構成を検出し、最終的に監査値の設定を呼び出す AuditableBeanWrapper を作成する AuditableBeanWrapperFactory。| コンストラクターと説明 |
|---|
MappingAuditableBeanWrapperFactory(PersistentEntities entities) 指定された PersistentEntities を使用して新しい MappingAuditableBeanWrapperFactory を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
<T> OptionalSE<AuditableBeanWrapper<T>> | getBeanWrapperFor(T source) 指定されたオブジェクトが監査情報を備えている場合は、 AuditableBeanWrapper を返します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic MappingAuditableBeanWrapperFactory(PersistentEntities entities)
PersistentEntities を使用して新しい MappingAuditableBeanWrapperFactory を作成します。entities - null であってはなりません。public <T> OptionalSE<AuditableBeanWrapper<T>> getBeanWrapperFor(T source)
AuditableBeanWrapper を返します。AuditableBeanWrapperFactory 内の getBeanWrapperFor source - 監査候補者。AuditableBeanWrapper。Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.