Uses of Interface
org.hibernate.SessionFactory

Packages that use SessionFactory
org.hibernate   
org.hibernate.cfg   
org.hibernate.context   
org.hibernate.engine   
org.hibernate.impl   
org.hibernate.jmx   
 

Uses of SessionFactory in org.hibernate
 

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

Uses of SessionFactory in org.hibernate.cfg
 

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

Uses of SessionFactory in org.hibernate.context
 

Fields in org.hibernate.context declared as SessionFactory
protected  SessionFactory ThreadLocalSessionContext.CleanupSynch.factory
           
 

Methods in org.hibernate.context with parameters of type SessionFactory
static Session ThreadLocalSessionContext.unbind(SessionFactory factory)
          Unassociate a previously bound session from the current thread of execution.
static boolean ManagedSessionContext.hasBind(SessionFactory factory)
          Check to see if there is already a session associated with the current thread for the given session factory.
static Session ManagedSessionContext.unbind(SessionFactory factory)
          Unbinds the session (if one) current associated with the context for the given session.
 

Constructors in org.hibernate.context with parameters of type SessionFactory
ThreadLocalSessionContext.CleanupSynch(SessionFactory factory)
           
 

Uses of SessionFactory in org.hibernate.engine
 

Subinterfaces of SessionFactory in org.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 org.hibernate.impl
 

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

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

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

Uses of SessionFactory in org.hibernate.jmx
 

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

Methods in org.hibernate.jmx with parameters of type SessionFactory
 void StatisticsService.setSessionFactory(SessionFactory sf)
          Useful to init this MBean wo a JNDI session factory name