クラスの使用
com.github.mygreen.sqlmapper.core.event.PreBatchInsertEvent
-
PreBatchInsertEventを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.core.audit エンティティの監査情報を設定する機能を提供します。 -
-
com.github.mygreen.sqlmapper.core.auditでのPreBatchInsertEventの使用
PreBatchInsertEvent型のパラメータを持つcom.github.mygreen.sqlmapper.core.auditのメソッド 修飾子とタイプ メソッド 説明 voidAuditingEntityListener. onPreBatchInsert(PreBatchInsertEvent event)バッチ処理による挿入前にエンティティに監査情報を設定します。
-