org.specrunner.hibernate3
Interface ISessionFactoryProvider


public interface ISessionFactoryProvider

A session factory provider, to be used with 'type' attribute of PluginSessionFactory.

Author:
Thiago Santos

Method Summary
 org.hibernate.SessionFactory getSessioFactory()
          Get the system session factory.
 

Method Detail

getSessioFactory

org.hibernate.SessionFactory getSessioFactory()
                                              throws Exception
Get the system session factory.

Returns:
The session factory.
Throws:
Exception - On session factory lookup error.


Copyright © 2016. All rights reserved.