Uses of Interface
org.springframework.extensions.jcr.SessionFactory

Packages that use SessionFactory
org.springframework.extensions.jcr   
org.springframework.extensions.jcr.jackrabbit   
org.springframework.extensions.jcr.support   
 

Uses of SessionFactory in org.springframework.extensions.jcr
 

Classes in org.springframework.extensions.jcr that implement SessionFactory
 class JcrSessionFactory
          Jcr Session Factory.
 

Methods in org.springframework.extensions.jcr that return SessionFactory
 SessionFactory JcrAccessor.getSessionFactory()
           
 

Methods in org.springframework.extensions.jcr with parameters of type SessionFactory
static javax.jcr.Session SessionFactoryUtils.doGetSession(SessionFactory sessionFactory, boolean allowCreate)
          Get a JCR Session for the given Repository.
static javax.jcr.Session SessionFactoryUtils.getSession(SessionFactory sessionFactory, boolean allowCreate)
          Get a JCR Session for the given Repository.
static boolean SessionFactoryUtils.isSessionThreadBound(javax.jcr.Session session, SessionFactory sessionFactory)
          Return whether the given JCR Session is thread-bound that is, bound to the current thread by Spring's transaction facilities (which is used as a thread-bounding utility class).
static void SessionFactoryUtils.releaseSession(javax.jcr.Session session, SessionFactory sessionFactory)
          Close the given Session, created via the given repository, if it is not managed externally (i.e.
 void JcrAccessor.setSessionFactory(SessionFactory sessionFactory)
           
 

Constructors in org.springframework.extensions.jcr with parameters of type SessionFactory
JcrTemplate(SessionFactory sessionFactory)
           
 

Uses of SessionFactory in org.springframework.extensions.jcr.jackrabbit
 

Classes in org.springframework.extensions.jcr.jackrabbit that implement SessionFactory
 class JackrabbitSessionFactory
          Jackrabbit specific JcrSessionFactory which allows registration of node types in Content node types format.
 

Methods in org.springframework.extensions.jcr.jackrabbit that return SessionFactory
 SessionFactory LocalTransactionManager.getSessionFactory()
           
 

Methods in org.springframework.extensions.jcr.jackrabbit with parameters of type SessionFactory
 void LocalTransactionManager.setSessionFactory(SessionFactory sessionFactory)
           
 

Constructors in org.springframework.extensions.jcr.jackrabbit with parameters of type SessionFactory
LocalTransactionManager(SessionFactory sessionFactory)
          Create a new JcrTransactionManager instance.
 

Uses of SessionFactory in org.springframework.extensions.jcr.support
 

Methods in org.springframework.extensions.jcr.support that return SessionFactory
 SessionFactory OpenSessionInViewInterceptor.getSessionFactory()
          Return the JCR JcrSessionFactory that should be used to create Sessions.
 SessionFactory JcrDaoSupport.getSessionFactory()
          Return the Jcr SessionFactory used by this DAO.
protected  SessionFactory OpenSessionInViewFilter.lookupSessionFactory()
          Look up the SessionFactory that this filter should use.
protected  SessionFactory OpenSessionInViewFilter.lookupSessionFactory(javax.servlet.http.HttpServletRequest request)
          Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
 

Methods in org.springframework.extensions.jcr.support with parameters of type SessionFactory
 void OpenSessionInViewInterceptor.setSessionFactory(SessionFactory sf)
          Set the JCR JcrSessionFactory that should be used to create Sessions.
 void JcrDaoSupport.setSessionFactory(SessionFactory sessionFactory)
          Set the JCR SessionFactory to be used by this DAO.
 



Copyright © 2009. All Rights Reserved.