Re: [hibernate-dev] Hibernate Search DSL ideas

2009-11-20 Thread Navin Surtani
On 20 Nov 2009, at 12:10, Emmanuel Bernard wrote: > I am very against the idea of runtime failures. That's the whole > point of a type safe fluent API. Yeah - understandable, the fewer exceptions thrown the better I guess. > I would rather put the effort on the framework side than on the >

Re: [hibernate-dev] Hibernate Search DSL ideas

2009-11-20 Thread Emmanuel Bernard
I am very against the idea of runtime failures. That's the whole point of a type safe fluent API. I would rather put the effort on the framework side than on the developer side. A string query language or a dynamic language is better if you are not bothered with helping the developer to write