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
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-
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
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