Re: [appfuse-user] How to call a stored procedure

2008-03-12 Thread Aakhunaten
I did. There arent too many clear examples like where do I put the ? Anyways, I finally found out that Hibernate's Postgres dialect does not support resultsets from stored procedures :( I guess I will go with iBatis. praveen mraible wrote: > > Have you tried reading Hibernate's documen

Re: [appfuse-user] How to call a stored procedure

2008-03-12 Thread Matt Raible
Have you tried reading Hibernate's documentation? http://www.hibernate.org/hib_docs/reference/en/html/querysql.html#sp_query Matt On 3/11/08, Aakhunaten <[EMAIL PROTECTED]> wrote: > > I am using AppFuse 2.0.1 with Hibernate and PostgreSQL. I am not able to make > calls to stored procedures. I

[appfuse-user] How to call a stored procedure

2008-03-11 Thread Aakhunaten
I am using AppFuse 2.0.1 with Hibernate and PostgreSQL. I am not able to make calls to stored procedures. I tried @NamedQueries and @NamedNativeQuery, no luck. Maybe I am doing something wrong, maybe thats not even the right approach. In one of my earlier projects with AppFuse, i used iBatis coz i