jp.maru.liquid.core.hibernate
インタフェース SessionFactory

既知の実装クラスの一覧:
SessionFactoryImpl

public interface SessionFactory

HibernateのSessionFacotryへのブリッジ

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

メソッドの概要
 org.hibernate.SessionFactory getFactory()
          SessionFactoryを返す
 org.hibernate.Session openSession()
          Hibernate Sessionを返す
 

メソッドの詳細

getFactory

org.hibernate.SessionFactory getFactory()
SessionFactoryを返す

戻り値:
SessionFactory

openSession

org.hibernate.Session openSession()
Hibernate Sessionを返す

戻り値:
Session