Results 1 to 3 of 3

Thread: Hibernate Template's bulkUpdate and Named Params

  1. #1
    Join Date
    Mar 2006
    Posts
    28

    Default Hibernate Template's bulkUpdate and Named Params

    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

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    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

  3. #3
    Join Date
    Mar 2006
    Posts
    28

    Default

    Thanks. We like named parameters because of the self documenting nature of them.
    Scott N

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •