Joined: Fri Feb 29, 2008 7:05 am Posts: 13 Location: New Delhi, India
|
Hi All,
I am using Quartz's JDBC job store in my application. Is there any easy way through which I can export the Quartz's schema to the underlying database using Spring-Hibernate configuration files. I am using Hibernate's Annotations to export the schema of the domain model.
If there exists such a solution for the schema, which does not represent core domain model & for which there is no need for ORM, please let me know. It will help a lot as app shall manage its db schema itself without the need to fire the ddl script before the app is run.
Any links to a similar problem's solution would help a lot.
Regards,
Nitin
|
|