-
Feb 7th, 2012, 06:12 AM
#1
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
-
Feb 10th, 2012, 12:34 PM
#2
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
-
Forum Rules