1. Persisting to SQL Server 2008 using stored procedures, JPA and Hibernate stackoverflow.comWe 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.comI 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 ... |
3. Calling a stored procedure from java persistence forum.hibernate.org |
4. stored procedure returning a non persisted entity forum.hibernate.org |