In HB 2.1b5, a synonym for the proxy attribute was introduced, you can now set lazy="true" and it does the proxy thing.
But, I had to patch up the hibernate xdoclet files to accept the new attribute.
One of the things I noticed was that all the other class-level attributes are set not to inherit (ie. superclasses="false"), even the schema attribute (which I would have thought it would have been useful to inherit).
In our project, we want to define that all classes are proxied. So we'd like to set the attribute on our domain model base class and just let it be inherited everywhere.
So my questions is, who is updating the xdoclet hibernate module for Hibernate 2.1? Should I be asking this question on the xdoclet developer list or something?
Cheers,
Shorn.
|