Entity « Stored Procedure « JPA Q&A





1. Non-Entity Related Stored Procedures in Hibernate    forum.hibernate.org

I'm using Hibernate to programmatically generate my database using the SchemeExport class, and it works great. That said, I'm an annotation junkie, and basically have one very sparse hibernate.cfg.xml to connect to my datasource, which happens to be Postgres. Hence, I may have limited experience with the following... I need to be able to insert a stored procedure, provided by someone ...