org.specrunner.hibernate3
Interface IConfigurationProvider
public interface IConfigurationProvider
A configuration provider, to be used with 'type' attribute of
PluginConfiguration.
- Author:
- Thiago Santos
|
Method Summary |
org.hibernate.cfg.Configuration |
getConfiguration()
Gets the system configuration. |
getConfiguration
org.hibernate.cfg.Configuration getConfiguration()
throws Exception
- Gets the system configuration.
- Returns:
- The configuration.
- Throws:
Exception - On configuration lookup error.
Copyright © 2016. All rights reserved.