クラス InformationEntityEventListener
java.lang.Object
org.iplass.mtp.impl.information.InformationEntityEventListener
- すべての実装されたインタフェース:
EntityEventListener
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.entity.EntityEventListener
afterDelete, afterInsert, afterPurge, afterRestore, afterUpdate, beforeDelete, beforeUpdate, beforeValidate, onLoad
-
コンストラクタの詳細
-
InformationEntityEventListener
public InformationEntityEventListener()
-
-
メソッドの詳細
-
beforeInsert
インタフェースからコピーされた説明:EntityEventListener追加処理前に呼び出されます。 リターン値がfalseの場合、後続処理(実際の追加処理)を実行しません(例外は発生しません。処理が成功したかのように動作します)。- 定義:
beforeInsertインタフェース内EntityEventListener- パラメータ:
entity-context-- 戻り値:
-