What is the alternative to Java 'BeanPropertyRowMapper' in Spring.NET.Alternative to Java 'BeanPropertyRowMapper' in Spring.NET Data Namespace
What is the alternative to Java 'BeanPropertyRowMapper' in Spring.NET.Alternative to Java 'BeanPropertyRowMapper' in Spring.NET Data Namespace
I just implement the IRowMapper<T> interface directly. Is this ok you?
just think i could get a GENERIC mapper out of box as in the case of 'BeanPropertyRowMapper' in java. Or do you any implementation of a generic mapper?
Ah right I see. I'm not sure to be honest.
Coincidentally I am looking at calling some stored procs in a Spring.NET Nhibernate app, and have just decided to use the NHibernate support for stored procs (rather than the Spring.NET support) because I can then automap the result sets to DTOs using NHibernate.Transform.AliasToBeanResultTransformer.