|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.maru.liquid.core.hibernate.SessionFactoryImpl
public class SessionFactoryImpl
HibernateのSessionFacotryへのブリッジ
フィールドの概要 | |
---|---|
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 |
フィールドの詳細 |
---|
private org.hibernate.SessionFactory _sessionFactory
コンストラクタの詳細 |
---|
public SessionFactoryImpl()
メソッドの詳細 |
---|
public org.hibernate.SessionFactory getFactory()
SessionFactory
の記述:
SessionFactory
内の getFactory
public org.hibernate.Session openSession()
SessionFactory
の記述:
SessionFactory
内の openSession
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |