パッケージの使用
com.github.mygreen.sqlmapper.core.event
-
com.github.mygreen.sqlmapper.core.eventを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.core.audit エンティティの監査情報を設定する機能を提供します。com.github.mygreen.sqlmapper.core.event 各処理のイベント機能を提供します。 -
com.github.mygreen.sqlmapper.core.auditにより使用されるcom.github.mygreen.sqlmapper.core.eventのクラス クラス 説明 PreBatchInsertEvent エンティティに対するバッチ挿入前のイベントです。PreBatchUpdateEvent エンティティに対するバッチ更新前のイベントです。PreInsertEvent エンティティに対する挿入前のイベントです。PreUpdateEvent エンティティに対する更新前のイベントです。 -
com.github.mygreen.sqlmapper.core.eventにより使用されるcom.github.mygreen.sqlmapper.core.eventのクラス クラス 説明 AbstractEntityBatchEvent エンティティのバッチ処理に対するイベントの親クラス。AbstractEntityEvent エンティティの処理に対するイベントの親クラスです。