クラスの使用
com.github.mygreen.sqlmapper.core.event.AbstractEntityBatchEvent
-
AbstractEntityBatchEventを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.core.event 各処理のイベント機能を提供します。 -
-
com.github.mygreen.sqlmapper.core.eventでのAbstractEntityBatchEventの使用
com.github.mygreen.sqlmapper.core.eventでのAbstractEntityBatchEventのサブクラス 修飾子とタイプ クラス 説明 classPostBatchDeleteEventエンティティに対するバッチ削除後のイベントです。classPostBatchInsertEventエンティティに対するバッチ挿入後のイベントです。classPostBatchUpdateEventエンティティに対するバッチ更新後のイベントです。classPreBatchDeleteEventエンティティに対するバッチ削除前のイベントです。classPreBatchInsertEventエンティティに対するバッチ挿入前のイベントです。classPreBatchUpdateEventエンティティに対するバッチ更新前のイベントです。
-