[fluent-nhib] Re: Adding FindAll() and Query() to IRepository?

2009-04-03 Thread Hudson Akridge
Agreed. It's not really practical past a couple of the most basic, generic commands a repository would issue (save, delete, findall, findbyid). Jon, you may want to look at the Repository pattern ( http://blogs.hibernatingrhinos.com/nhibernate/archive/2008/10/08/the-repository-pattern.aspx) and cre

[fluent-nhib] Re: Adding FindAll() and Query() to IRepository?

2009-04-03 Thread James Gregory
Same here. On Fri, Apr 3, 2009 at 2:24 PM, Paul Batum wrote: > The remaining few elements of fluent nhibernate that are unrelated to > configuration and mapping don't really get a whole lot of love from any of > the regular commiters. It does not surprise me that you found the provided > IReposi

[fluent-nhib] Re: Adding FindAll() and Query() to IRepository?

2009-04-03 Thread Paul Batum
The remaining few elements of fluent nhibernate that are unrelated to configuration and mapping don't really get a whole lot of love from any of the regular commiters. It does not surprise me that you found the provided IRepository interface to be insufficient. The fact that we provide one at all a

[fluent-nhib] Re: Adding FindAll() and Query() to IRepository?

2009-04-02 Thread Jon Kruger
There's an IRepository in Fluent NHibernate too. On Thu, Apr 2, 2009 at 11:06 AM, Martin Hornagold < martin.hornag...@marstangroup.com> wrote: > > Jon, > > I think you've got your frameworks mixed up. > IRepository is in S#arpArch :) > > -Original Message- > From: fluent-nhibernate@google

[fluent-nhib] Re: Adding FindAll() and Query() to IRepository?

2009-04-02 Thread Martin Hornagold
Jon, I think you've got your frameworks mixed up. IRepository is in S#arpArch :) -Original Message- From: fluent-nhibernate@googlegroups.com [mailto:fluent-nhibern...@googlegroups.com] On Behalf Of Jon Kruger Sent: 02 April 2009 16:04 To: Fluent NHibernate Subject: [fluent-nhib] Adding F