The new updated version of the Hibernate Tools project includes
significant updates to the Eclipse editors, plugings, and wizards, as
well as a unified and convenient Ant task for integration of the
tools in your regular builds. See the What's New overview or download
directly.
http://www
As you all know, I am still just not sold on this.
Can you try and explain why not ? ;)
Keeping adding syntatic sugar to hql (like new list, new map) sounds
to rigid when it could be done pretty nicely with something like
the result transformer...and it allow users to do whatever they want
wi
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 h
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:
I am against changing the concept here. I think the original conception
is the only one that truly makes sense.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Ebersole
Sent: Wednesday, 8 June 2005 10:36 AM
To: Emmanuel Bernard; hibernate-devel@lists
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
We were just talking about the delete use case last night in relation to
bulk deletes. I think it really comes down to how we want to
conceptualize the filters. Initially they were envisioned solely as a
mechanism for filtering returned data. What we are talking about here
is a serious expansion
I get some feedbacks from users using filters. Some of them seems to be
*keen on* enhancing the filter capability to all session operations
- load/get
- save/update
- delete
It makes sense for permissioned data as a global filtering. The thing is
that it needs to lower Hibernate capability (wor