Persist « Stored Procedure « JPA Q&A





1. Persisting to SQL Server 2008 using stored procedures, JPA and Hibernate    stackoverflow.com

We are implementing a web page to maintain an organisational structure. The structure is stored in SQL Server 2008 and uses the new HierarchyID data type. Because we have had problems ...

2. Persistence: Calling Stored Procedures from Hibernate    coderanch.com

I did not find much resources for using stored procedures in hibernate, thought of sharing some of my work for feedback! It seems there are two major approaches of integrating persistence sytems with java based business tiers. The first one, architects first design databases (from entity-relationship view point) and design business tiers to adapt with those DB structures. Most of the ...