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

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

public class SessionFactoryImpl
extends java.lang.Object
implements SessionFactory

HibernateのSessionFacotryへのブリッジ

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

フィールドの概要
private  org.hibernate.SessionFactory _sessionFactory
           
 
コンストラクタの概要
SessionFactoryImpl()
           
 
メソッドの概要
 org.hibernate.SessionFactory getFactory()
          SessionFactoryを返す
 org.hibernate.Session openSession()
          Hibernate Sessionを返す
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_sessionFactory

private org.hibernate.SessionFactory _sessionFactory
コンストラクタの詳細

SessionFactoryImpl

public SessionFactoryImpl()
メソッドの詳細

getFactory

public org.hibernate.SessionFactory getFactory()
インタフェース SessionFactory の記述:
SessionFactoryを返す

定義:
インタフェース SessionFactory 内の getFactory
戻り値:
SessionFactory

openSession

public org.hibernate.Session openSession()
インタフェース SessionFactory の記述:
Hibernate Sessionを返す

定義:
インタフェース SessionFactory 内の openSession
戻り値:
Session