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
  • Support <return-property> in <return-collection>, HHH-381
  • Support XML based named result set mappings, HHH-597
  • Support joins in DetachedCriterias when used for subselecting
  • Keep readonly entities in soft references TODO-162

 

  • Maybe attribute-level query space granularity
  • Maybe add bulk insert … select
  • Maybe finish StatelessSession stuff for customer
  • Maybe transform(), HHH-175

 

So there are three main broad areas here:

 

  • native SQL enhancements
  • bulk HQL functionality
  • performance tuning for “large” sessions

 

Along with a couple of other small things.

 

Thoughts?

Reply via email to