PDA

View Full Version : Support For Generic IRowMapper<T> and IResultSetExtractor<T>


tufelix
11-02-2006, 01:57 PM
Hi Spring.NET Team!

Do you plan to implement generic IRowMapper<T> and IResultSetExtractor<T> interfaces and AdoTemplate implementation in spring 1.1 release?

thomas

Mark Pollack
11-14-2006, 12:44 AM
Hi,
Yes, I started working on this. I couldn't overload the current methods with generic arguments so had to do a bit more work. Should be there next week.... Hang in there...
Mark

Mark Pollack
11-25-2006, 04:57 AM
Hi,

Just to let you know I started on generic support. Take a look at the general 'Execute' callback API here (http://www.springframework.net/doc-latest/reference/html/ado.html#d0e8751). Comments welcome!

Mark