Postgres « Stored Procedure « JPA Q&A





1. HELP NEWBIE! Postgres and stored procedures    forum.hibernate.org

Is anyone able to perform an using a stored procedure in PostrgeSQL 8.2? I am using Hibernate 3.2.3.GA and just about stumped. 1) With the following mapping definition: Code: {call insert_data(cast(? as timestamp without time zone), cast(? as timestamp without time zone), cast(? as real), cast(? as ...

2. Postgres Stored Procedures    forum.hibernate.org