[hibernate-dev] Re: [Hibernate-JIRA] Commented: (HSEARCH-115) Add a default value for indexing null value

2008-04-22 Thread Sanne Grinovero
some inline comments: 2008/4/22, Hardy Ferentschik <[EMAIL PROTECTED]>: > On Tue, 22 Apr 2008 03:29:18 +0200, Sanne Grinovero > <[EMAIL PROTECTED]> wrote: > > > > A new proposal: > > I got inspired by the "3VL" considerations described in Emmanuel's > > link to wikipedia, and think backwar

Re: [hibernate-dev] Re: [Hibernate-JIRA] Commented: (HSEARCH-115) Add a default value for indexing null value

2008-04-22 Thread Emmanuel Bernard
Interesting. Quite heavy though. The things I like is that you can build a 'is null' operator on top of this internal model. And you don't have to pray for the analyzer to do the right thing. The think I dislike is that it makes the raw query quite unintuitive and heavy (but I guess a three-

Re: [hibernate-dev] Re: [Hibernate-JIRA] Commented: (HSEARCH-115) Add a default value for indexing null value

2008-04-22 Thread Hardy Ferentschik
On Tue, 22 Apr 2008 03:29:18 +0200, Sanne Grinovero <[EMAIL PROTECTED]> wrote: A new proposal: I got inspired by the "3VL" considerations described in Emmanuel's link to wikipedia, and think backwards compatibility is nice: add a "@IndexNullMarker" on the property, this will add an additional

Re: [hibernate-dev] Invoking hbm2java without using Ant

2008-04-22 Thread Max Rydahl Andersen
Look in the source code of the ant tasks or simply the unit tests that uses JDBCReader. -max > As part of the reverse engineering code generation functionality, I am trying > to find a solution on how to invoke hbm2java from a java class without using > ant. > > I read the documentation on Ant t