[nhusers] Re: Readable Criteria ?

2009-06-30 Thread Skafa
good answer, thanks. with the 4th beeing linq2nh on the ast? ;-) On 30 jun, 17:29, Fabio Maulo wrote: > QueryOver is QueryOver API ;)NH2 has 2 embedded ways to query your > domain. > NH3 will have 3 or 4. > And if somebody have time he can create the 5th or 6th using some specific > DSL as: > U

[nhusers] Re: Readable Criteria ?

2009-06-30 Thread Fabio Maulo
QueryOver is QueryOver API ;)NH2 has 2 embedded ways to query your domain. NH3 will have 3 or 4. And if somebody have time he can create the 5th or 6th using some specific DSL as: USANDO Persona COMO p DONDE p.Nombre CORRESPONDE "Lucia%" that mean FROM Person AS p WHERE p.Name LIKE "Lucia%" 2009/6

[nhusers] Re: Readable Criteria ?

2009-06-30 Thread Skafa
Fabio, looking good, especially that you don't need to cast to multiple times now. one thing tough: it's called QueryOver<> now. but isn't CriteriaOver<> more logical. as CreateQuery is HQL and CreateCriteria is.. well the Criteria API? On 30 jun, 00:43, Fabio Maulo wrote: > I'm proud to anno

[nhusers] Re: Readable Criteria ?

2009-06-30 Thread Kenneth Siewers Møller
This is excelent news... Then perhaps I can persuade our developers to give NHibernate a shot once more... We're heavy on Postgres, so there isn't really any alternative when talking about ORM's. But when some of our developers start to be amazed by Linq to SQL etc., it's hard to argue against it's

[nhusers] Re: Readable Criteria ?

2009-06-29 Thread James Gregory
That's great news, I look forward to seeing how he can transform the criteria. On Mon, Jun 29, 2009 at 11:54 PM, Fabio Maulo wrote: > 2009/6/29 James Gregory > >> Looks excellent! > > > Yes!! excellent work by Richard Brown. > Richard have accepted to be part of NH's team, few days after make p

[nhusers] Re: Readable Criteria ?

2009-06-29 Thread Fabio Maulo
2009/6/29 James Gregory > Looks excellent! Yes!! excellent work by Richard Brown. Richard have accepted to be part of NH's team, few days after make public his project, and rethink nhibernate lambda before include it in core. -- Fabio Maulo --~--~-~--~~~---~--~---

[nhusers] Re: Readable Criteria ?

2009-06-29 Thread James Gregory
Looks excellent! On Mon, Jun 29, 2009 at 11:43 PM, Fabio Maulo wrote: > I'm proud to announce the big steps NH3.0.0 is doing > http://fabiomaulo.blogspot.com/2009/06/nhibernate3-criteria. > > -- > Fabio Maulo > > > > --~--~-~--~~~---~--~~ You received this messag