On Wed, 03 Feb 2010 16:10:39 -0300, Steve Ebersole <steve(a)hibernate.org>
wrote:
Nope. I gave up after that. I had the far more pressing jpa feature
of
"load an entity by another entity's id" to implement :D
Yeah I know what you mean, implementing the right property access type for
the
meta model generator in case of mixed configuration (annotations + xml) is
a real
pita.
If you can work that out, that would be an alternative as well.
Obviously not invasive at all.
It would be the nicer way of doing it since non-invasive. A shame that
there is
so often a rub with the simple ideas :(
--Hardy