EJB « Stored Procedure « JPA Q&A





1. stored procedures + distrib cache + ejb3 + hibernate    forum.hibernate.org

Hi, I'm trying to find out if it is possible to use stored procedures + distrib cache + ejb3 + hibernate. Scenario: the SF ejb3 should call jee5 (hibernate's) persistence manager native query which should do for example update through stored procedure which I have to use in my architecture. My question is if the cluster (based on hibernate's 2nd level ...

2. stored procedures + distrib cache + ejb3 + hibernate    forum.hibernate.org

Hi, I'm trying to find out if it is possible to use stored procedures + distrib cache + ejb3 + hibernate. Scenario: the SF ejb3 should call jee5 (hibernate's) persistence manager native query which should do for example update through stored procedure which I have to use in my architecture. My question is if the cluster (based on hibernate's 2nd level ...

3. EJB3 MySQL Stored Procedure Column Not Found    forum.hibernate.org

Hibernate Core - 3.2 Annotations - 3.3.1.GA Entity Manager - 3.3.2.GA Database - MySQL 5.0 I'm trying to map a call to a MySQL Stored procedure back to an entity in ejb 3 and am getting a really odd error. Can anyone shed some light? The stored procedure signature is: Code: CREATE PROCEDURE `sp_createIndustrySnapshot` (IN country VARCHAR(15), IN state ...