站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Interface net.sf.hibernate.SessionFactory (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Interface
net.sf.hibernate.SessionFactory

Packages that use SessionFactory
net.sf.hibernate   
net.sf.hibernate.cfg   
net.sf.hibernate.engine   
net.sf.hibernate.impl   
net.sf.hibernate.jca   
net.sf.hibernate.jmx   
net.sf.hibernate.odmg   
 

Uses of SessionFactory in net.sf.hibernate
 

Methods in net.sf.hibernate that return SessionFactory
 SessionFactory Session.getSessionFactory()
          Get the SessionFactory that created this instance.
 

Uses of SessionFactory in net.sf.hibernate.cfg
 

Methods in net.sf.hibernate.cfg that return SessionFactory
 SessionFactory Configuration.buildSessionFactory()
          Instantiate a new SessionFactory, using the properties and mappings in this configuration.
 

Uses of SessionFactory in net.sf.hibernate.engine
 

Subinterfaces of SessionFactory in net.sf.hibernate.engine
 interface SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
 

Uses of SessionFactory in net.sf.hibernate.impl
 

Classes in net.sf.hibernate.impl that implement SessionFactory
 class SessionFactoryImpl
          Concrete implementation of the SessionFactory interface.
 

Methods in net.sf.hibernate.impl that return SessionFactory
 SessionFactory SessionImpl.getSessionFactory()
           
 

Methods in net.sf.hibernate.impl with parameters of type SessionFactory
static void SessionFactoryObjectFactory.addInstance(String uid, String name, SessionFactory instance, Properties properties)
           
 

Uses of SessionFactory in net.sf.hibernate.jca
 

Classes in net.sf.hibernate.jca that implement SessionFactory
 class JCASessionFactoryImpl
           
 

Methods in net.sf.hibernate.jca that return SessionFactory
 SessionFactory JCASessionImpl.getSessionFactory()
           
 

Uses of SessionFactory in net.sf.hibernate.jmx
 

Classes in net.sf.hibernate.jmx that implement SessionFactory
 class SessionFactoryStub
          A flyweight for SessionFactory.
 

Uses of SessionFactory in net.sf.hibernate.odmg
 

Methods in net.sf.hibernate.odmg that return SessionFactory
 SessionFactory Database.getSessionFactory()
          Get the SessionFactory underlying this Database.
 

Methods in net.sf.hibernate.odmg with parameters of type SessionFactory
 void Database.open(SessionFactory factory)
          Specify the underlying SessionFactory.