- perform(IContext, Object, Object, RowAdapter, IResultSet) - Method in class org.specrunner.hibernate4.PluginDelete
-
- perform(IContext, Object, Object, RowAdapter, IResultSet) - Method in class org.specrunner.hibernate4.PluginUpdate
-
- PluginAll - Class in org.specrunner.hibernate4
-
Check if a given list of objects is the same in database.
- PluginAll() - Constructor for class org.specrunner.hibernate4.PluginAll
-
Create a output comparison.
- PluginConfiguration - Class in org.specrunner.hibernate4
-
Creates/recovers a configuration instance and add it to the global context.
- PluginConfiguration() - Constructor for class org.specrunner.hibernate4.PluginConfiguration
-
- PluginContains - Class in org.specrunner.hibernate4
-
Check if a given list of objects is present in database.
- PluginContains() - Constructor for class org.specrunner.hibernate4.PluginContains
-
Create a output comparison.
- PluginDelete - Class in org.specrunner.hibernate4
-
Update object in database.
- PluginDelete() - Constructor for class org.specrunner.hibernate4.PluginDelete
-
Create an update plugin.
- PluginHibernate - Class in org.specrunner.hibernate4
-
Generic Hibernate plugin.
- PluginHibernate() - Constructor for class org.specrunner.hibernate4.PluginHibernate
-
- PluginInsert - Class in org.specrunner.hibernate4
-
Allow create object instances an make them persistent using Hibernate by
using save.
- PluginInsert() - Constructor for class org.specrunner.hibernate4.PluginInsert
-
- PluginNotContains - Class in org.specrunner.hibernate4
-
Check if an object is not in object repository.
- PluginNotContains() - Constructor for class org.specrunner.hibernate4.PluginNotContains
-
Creates the plugin.
- PluginSchemaExport - Class in org.specrunner.hibernate4
-
Creates a schema based on Hibernate annotated classes.
- PluginSchemaExport() - Constructor for class org.specrunner.hibernate4.PluginSchemaExport
-
- PluginSessionFactory - Class in org.specrunner.hibernate4
-
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.
- PluginSessionFactory() - Constructor for class org.specrunner.hibernate4.PluginSessionFactory
-
- PluginUpdate - Class in org.specrunner.hibernate4
-
Update object in database.
- PluginUpdate() - Constructor for class org.specrunner.hibernate4.PluginUpdate
-
Create an update plugin.