Re: [hibernate-dev] Wishing to work on Hibernate's DDL capabilities

2009-06-11 Thread Francis Galiegue
2009/6/11 Max Rydahl Andersen : > Splitting out dml/ddl so one could build something like a "structural > compare of configurations" to create a better > migration would be interesting; That's one of the aspects I was thinking about when I proposed a DDL/DML separation. HQL only requires the DML p

[hibernate-dev] Re: New stuff with HS

2009-06-11 Thread Emmanuel Bernard
hey On Jun 11, 2009, at 09:52, Navin Surtani wrote: Heya guys, Hope all's going well with you ... Was speaking to Manik about what needs to be done with Infinispan - not been doing any work on this for a while since I've had exams which are done now - and he was just telling me that you

[hibernate-dev] Using hiberate with DB2 Stored Procedures

2009-06-11 Thread McDowell, Paula
Hi, all. I'm new to hibernate, and I'm having a hard time finding examples on how to define a mapping for a stored procedure. I'm mainly confused on the "call" portion. {? = call GETFUNDINGTYPES ()} It may sound si