Results 1 to 4 of 4

Thread: Alternative to Java 'BeanPropertyRowMapper' in Spring.NET?

  1. #1
    Join Date
    Nov 2011
    Posts
    3

    Default Alternative to Java 'BeanPropertyRowMapper' in Spring.NET?

    What is the alternative to Java 'BeanPropertyRowMapper' in Spring.NET.Alternative to Java 'BeanPropertyRowMapper' in Spring.NET Data Namespace

  2. #2
    Join Date
    Apr 2011
    Posts
    55

    Default

    I just implement the IRowMapper<T> interface directly. Is this ok you?

  3. #3
    Join Date
    Nov 2011
    Posts
    3

    Default

    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?

  4. #4
    Join Date
    Apr 2011
    Posts
    55

    Default

    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.

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
  •