Re: ContinuumStore refactoring

2008-02-22 Thread Emmanuel Venisse
On Fri, Feb 22, 2008 at 10:45 AM, Rahul Thakur <[EMAIL PROTECTED]> wrote: > > >> 2) Criteria vs Named Queries: I am not convinced (yet) that Named > >> queries are the way to go. I did some digging around, they are indeed > >> best practices for JPA but I think the decision merits other > >> con

Re: ContinuumStore refactoring

2008-02-22 Thread Rahul Thakur
2) Criteria vs Named Queries: I am not convinced (yet) that Named queries are the way to go. I did some digging around, they are indeed best practices for JPA but I think the decision merits other consideration(s). I still believe the Criteria Queries will help us define a cleaner Store interf

Re: ContinuumStore refactoring

2008-02-22 Thread Emmanuel Venisse
As I already explained, I'm in favor of named queries On Fri, Feb 22, 2008 at 2:54 AM, Rahul Thakur <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to go ahead and pick up something towards the next Continuum > iteration. I am thinking refactoring ContinuumStore interface as was > earlier discussed