|
Class Summary |
| AbstractPluginFactory |
Common part of plugins with Spring like factory methods. |
| HibernateListener |
A Hibernate listener to monitor object insertions. |
| ObjectSelector |
Hibernate object selector. |
| 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 Hibernate 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. |