"Gavin King" <[EMAIL PROTECTED]>
Sent: Monday, October 28, 2002 1:33 AM
Subject: Re: [Hibernate] Metadata, codegenerator et.al...
> > > Any suggestions on formats/semantics of it all ? (property and
attribute
> > are
> > > dubious names in
>
forgot to send it to the list instead of directly so here you go :)
- Original Message -
From: "Max Rydahl Andersen" <[EMAIL PROTECTED]>
To: "Gavin King" <[EMAIL PROTECTED]>
Sent: Sunday, October 27, 2002 3:33 PM
Subject: Re: [Hibernate] Metadata, co
> But now we do not NEED the proxies so it is better now, but not perfect
> (since someone might
> like to have proxies :)
You still need proxies for polymorphic persistence. Check out the latest
doco on the website for an explanation..
> Any suggestions on formats/semantics of it all ? (pr
> This is because the proxy generation depends on java reflection and java
> reflection requires .class files.
> But if you are using proxies in the hbm.xml file then the generated code
> cannot compile because it is using the not-yet generated proxy interfaces
> :) - its a chicken-egg problem :)