インタフェース
org.seasar.doma.jdbc.entity.PreInsertContext の使用

PreInsertContext を使用しているパッケージ
org.seasar.doma.jdbc.entity エンティティに関するクラスやインタフェースを提供します。 
 

org.seasar.doma.jdbc.entity での PreInsertContext の使用
 

PreInsertContext 型のパラメータを持つ org.seasar.doma.jdbc.entity のメソッド
 void NullEntityListener.preInsert(E entity, PreInsertContext<E> context)
           
 void EntityType.preInsert(E entity, PreInsertContext<E> context)
          挿入処理の前処理を行います。
 void EntityListener.preInsert(E entity, PreInsertContext<E> context)
          挿入処理の前処理を行います。
 



Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.