> > <property name="bar" type="serializable" ....>
> > <meta attribute="description">
> > JavaDoc comment for getBar()
> > </meta>
> > <meta attribute="java-type">java.lang.Object</meta>
> > </property>
> > .....
>
> But this one ? Isn't this a bit "cloudy"....
> If I understand this correctly you want that if "java-type"
> is provided the codegenerator should use that type instead of
> the type specified in the property....Just curious, when is
> that usefull ?
For example:
<property name="date" type="date"/>
currently generates:
public java.sql.Date getDate();
what if you wanted
public java.util.Date getDate();
Hey, I just thought of another <meta> that would be *very* useful:
<property name="bar" type="String" ....>
<meta name="scope">protected</meta>
<meta attribute="description">
JavaDoc comment for getBar()
</meta>
</property>
surprised I didn't think of that before....
********** CAUTION - Disclaimer **********
This message may contain privileged and confidential
information. If you are not the intended recipient of this
message (or responsible for delivery of the message to
such person) you are hereby notified that any use,
dissemination, distribution or reproduction of this message
is prohibited. If you have received this message in error,
you should destroy it and kindly notify the sender by reply
e-mail. Please advise immediately if you or your employer
do not consent to Internet e-mail for messages of this kind.
Opinions, conclusions and other information in this
message that do not relate to the official business of
Expert Information Services Pty Ltd ("The Company")
shall be understood as neither given nor endorsed by it.
The Company advises that this e-mail and any attached
files should be scanned to detect viruses. The Company
accepts no liability for loss or damage (whether caused
by negligence or not) resulting from the use of any
attached files.
**EIS******** End of Disclaimer **********
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel