Re: [Hibernate] Scope of Hibernate 3.1

2005-06-09 Thread Max Rydahl Andersen
On Thu, 09 Jun 2005 14:13:27 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: No, this is the case. This part is not very explicit, but the intention is there. The type declaration will not be provided by the spec. thats stupid. No way at all of specifying the type ? I know that's its a

Re: [Hibernate] Scope of Hibernate 3.1

2005-06-09 Thread Emmanuel Bernard
No, this is the case. This part is not very explicit, but the intention is there. The type declaration will not be provided by the spec. Max Rydahl Andersen wrote: On Thu, 09 Jun 2005 11:28:46 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: "Late" detection of scalar types in native SQL

Re: [Hibernate] Scope of Hibernate 3.1

2005-06-09 Thread snpe
Sent: Wednesday, 8 June 2005 3:15 PM > To: Gavin King; hibernate-devel@lists.sourceforge.net > Subject: Re: [Hibernate] Scope of Hibernate 3.1 > > > Adding the ResultTransformer or similar to native sql and hql > (http://opensource.atlassian.com/projects/hibernate/browse/HHH-5

Re: [Hibernate] Scope of Hibernate 3.1

2005-06-09 Thread Max Rydahl Andersen
On Thu, 09 Jun 2005 11:28:46 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: "Late" detection of scalar types in native SQL when type is not explicited for this column. Needed to complete the EJB3 support. Did we not conclude that this was not the case in EJB3 ? I don't see this in the

Re: [Hibernate] Scope of Hibernate 3.1

2005-06-09 Thread Emmanuel Bernard
"Late" detection of scalar types in native SQL when type is not explicited for this column. Needed to complete the EJB3 support. Gavin King wrote: I’ve put some thought into the scope of work for Hibernate 3.1. Here’s what I came up with: * Finish bulk update/delete, including, HHH-352

Re: [Hibernate] Scope of Hibernate 3.1

2005-06-08 Thread Max Rydahl Andersen
with the different items. -max -Original Message- From: Max Andersen Sent: Wednesday, 8 June 2005 3:15 PM To: Gavin King; hibernate-devel@lists.sourceforge.net Subject: Re: [Hibernate] Scope of Hibernate 3.1 Adding the ResultTransformer or similar to native sql and hql (http

RE: [Hibernate] Scope of Hibernate 3.1

2005-06-08 Thread Gavin King
As you all know, I am still just not sold on this. -Original Message- From: Max Andersen Sent: Wednesday, 8 June 2005 3:15 PM To: Gavin King; hibernate-devel@lists.sourceforge.net Subject: Re: [Hibernate] Scope of Hibernate 3.1 Adding the ResultTransformer or similar to native sql and

Re: [Hibernate] Scope of Hibernate 3.1

2005-06-08 Thread Max Rydahl Andersen
Adding the ResultTransformer or similar to native sql and hql (http://opensource.atlassian.com/projects/hibernate/browse/HHH-587) Would complete the query result and entitymode possibilites. -max I've put some thought into the scope of work for Hibernate 3.1. Here's what I came up with:

[Hibernate] Scope of Hibernate 3.1

2005-06-08 Thread Gavin King
I’ve put some thought into the scope of work for Hibernate 3.1. Here’s what I came up with:   Finish bulk update/delete, including, HHH-352 Clean up tuple package and make it truly extensible Auto-detect {..} in queries, HHH-596 Support {coll.key}, etc, TODO-109