As a developer I want to persist a Spring Fixture to a database using Hibernate
Define database test fixtures with Spring IoC
Brought to you by:
itchyknee
Using a previously defined Hibernate SessionFactory, persist all beans defined in a Spring Fixture to the database.
This may be done transparently for 'static' fixture definitions, but only after builder.build() is called for dyanamic.
Allow for future persistence strategies. E.g JPA EntityManagers.