js wrote:
I have two questions regarding hmb2java for which I can find no answers so far:
- when I specify a proxy class in a .hbm file, how can I get hbm2java to generate the proxy interface for me? I get the "implements fooProxy" in the class foo, but not the fooProxy interface itself
- is it possible to have hbm2java generate an empty subclass of a mapped class to implement business logic there?
I'm switching back from hibernate synchronizer to hbm2java for several reasons and miss that now.
I have the same question regarding the generation of the interface specified in the proxy attribute. Is this possible????