Is there any reason that HibernateTemplate's bulkUpdate method doesn't have an implementation using named parameters? Looks like it would be very easy to implement.
Is there any reason that HibernateTemplate's bulkUpdate method doesn't have an implementation using named parameters? Looks like it would be very easy to implement.
Scott N
A lot of methods were eliminated in order to simplify the API - indeed it is simple to implement but the question if there are enough users using it so it requires an out of the box implementation.
Costin Leau
SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
http://twitter.com/costinl
Please use [ c o d e ] [ / c o d e ] tags
Thanks. We like named parameters because of the self documenting nature of them.
Scott N