org.specrunner.hibernate
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. |
getSessioFactory
org.hibernate.SessionFactory getSessioFactory()
throws Exception
- Get the system session factory.
- Returns:
- The session factory.
- Throws:
Exception - On session factory lookup error.
Copyright © 2014. All rights reserved.