Has anyone tried to use Hibernate with C-JDBC? (
http://c-jdbc.objectweb.org/) As hibernate doesn't use (or encourage) stored procedures, it seems like it could be very effectively.
Specifically what I'm looking to do is use C-JDBC to a local hsql database, and use C-JDBC to merge that with a production database. Then all that static data like user types and other things can exist in a virtual database and be accessed invisibly using Hibernate.
Just curious if anybody has used these two or if any of this sounds like there will be unforeseen problems.