インタフェースの使用
com.github.mygreen.sqlmapper.core.audit.AuditorProvider
-
AuditorProviderを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.core.audit エンティティの監査情報を設定する機能を提供します。 -
-
com.github.mygreen.sqlmapper.core.auditでのAuditorProviderの使用
AuditorProviderとして宣言されているcom.github.mygreen.sqlmapper.core.auditのフィールド 修飾子とタイプ フィールド 説明 protected AuditorProvider<?>AuditingEntityListener. auditorProvider監査人情報を提供する。AuditorProviderを返すcom.github.mygreen.sqlmapper.core.auditのメソッド 修飾子とタイプ メソッド 説明 AuditorProvider<?>AuditingEntityListener. getAuditorProvider()監査人情報を提供する。AuditorProvider型のパラメータを持つcom.github.mygreen.sqlmapper.core.auditのメソッド 修飾子とタイプ メソッド 説明 voidAuditingEntityListener. setAuditorProvider(AuditorProvider<?> auditorProvider)監査人情報を提供する。
-