Package org.specrunner.hibernate3

Interface Summary
IConfigurationProvider A configuration provider, to be used with 'type' attribute of PluginConfiguration.
ISessionFactoryProvider A session factory provider, to be used with 'type' attribute of PluginSessionFactory.
 

Class Summary
AbstractPluginFactory Common part of plugins with Spring like factory methods.
HibernateListener A Hibernate listener to monitor object insertions.
ObjectSelector Hibernate object selector.
PluginAll Check if a given list of objects is the same in database.
PluginConfiguration Creates/recovers a configuration instance and add it to the global context.
PluginContains Check if a given list of objects is present in database.
PluginDelete Update object in database.
PluginHibernate Generic Hibernate plugin.
PluginInsert Allow create object instances an make them persistent using Hibernate3 by using save.
PluginNotContains Check if an object is not in object repository.
PluginSchemaExport Creates a schema based on Hibernate annotated classes.
PluginSessionFactory Creates/recovers a SessionFactory instance and add it to the plugin global context, it can be done using three strategies: by setting 'configuration' attribute to a name used previously by a PluginConfiguration; by setting 'type' attribute to a class that implements IConfigurationProvider, i.e.
PluginUpdate Update object in database.
 



Copyright © 2016. All rights reserved.