com.atlassian.crowd.embedded.hibernate2.batch
Interface Hibernate2SessionFactory

All Known Implementing Classes:
SpringHibernate2SessionFactory

public interface Hibernate2SessionFactory

Wrapper for interacting with hibernate and spring to retrieve the currently running session.


Method Summary
 net.sf.hibernate.Session getCurrentSession()
           
 

Method Detail

getCurrentSession

net.sf.hibernate.Session getCurrentSession()
Returns:
Return the current session or null of no session is currently active.


Copyright © 2003-2014 Atlassian. All Rights Reserved.