Re: [Hibernate] Scalar Values for createSQLQuery

2005-01-20 Thread Michael Gloegl
Hi, today I was in the mood to get a bit deeper into the whole Loader-Thing so I made a quick stab at implementing scalar value query support for createSqlQuery. Thats freaking great! I have it working so far for named queries, with the user specifying the types of the returned values:

Re: [Hibernate] Scalar Values for createSQLQuery

2005-01-20 Thread Max Rydahl Andersen
On Fri, 21 Jan 2005 01:11:11 +0100, Michael Gloegl <[EMAIL PROTECTED]> wrote: Hi everybody, today I was in the mood to get a bit deeper into the whole Loader-Thing so I made a quick stab at implementing scalar value query support for createSqlQuery. Thats freaking great! I have it working s

[Hibernate] Scalar Values for createSQLQuery

2005-01-20 Thread Michael Gloegl
Hi everybody, today I was in the mood to get a bit deeper into the whole Loader-Thing so I made a quick stab at implementing scalar value query support for createSqlQuery. I have it working so far for named queries, with the user specifying the types of the returned values: