jp.maru.liquid.core.hibernate
クラス ReleaseSessionInterceptor

java.lang.Object
  上位を拡張 jp.maru.liquid.core.hibernate.ReleaseSessionInterceptor
すべての実装されたインタフェース:
ModuleInterceptor

public class ReleaseSessionInterceptor
extends java.lang.Object
implements ModuleInterceptor

モジュール処理後にSessionをクローズするModuleInterceptor

バージョン:
1.0
作成者:
Kohji Tsujita

コンストラクタの概要
ReleaseSessionInterceptor()
           
 
メソッドの概要
 void postProcess()
          モジュール実行後にコールされる
 void preProcess()
          モジュールの実行前にコールされる
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ReleaseSessionInterceptor

public ReleaseSessionInterceptor()
メソッドの詳細

preProcess

public void preProcess()
インタフェース ModuleInterceptor の記述:
モジュールの実行前にコールされる

定義:
インタフェース ModuleInterceptor 内の preProcess

postProcess

public void postProcess()
インタフェース ModuleInterceptor の記述:
モジュール実行後にコールされる

定義:
インタフェース ModuleInterceptor 内の postProcess