org.specrunner.hibernate
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.
 

Method Detail

getConfiguration

org.hibernate.cfg.Configuration getConfiguration()
                                                 throws Exception
Gets the system configuration.

Returns:
The configuration.
Throws:
Exception - On configuration lookup error.


Copyright © 2014. All rights reserved.