Results 1 to 2 of 2

Thread: RowMapper as bean

  1. #1
    Join Date
    Feb 2012
    Location
    Curitiba
    Posts
    6

    Post RowMapper as bean

    Hi to everyone. Please, forgive me for my first post.
    I've a basic question.
    Can I map a RowMapper implementation as bean e use this mapped bean in a several places?

    I'm not sure about this, because all code that I see in internet, books, etc, use an innerclass or anonymous implementation.

    Thanks

    Josivan

  2. #2
    Join Date
    Jan 2008
    Location
    Merion, Pa
    Posts
    65

    Default

    As long as your RowMapper implementation is thread safe, you should be able to do this.

Tags for this Thread

Posting Permissions

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