Michelle Lawson wrote:
I see an example of what I believe is an attempt to do
what I want on http://www.hibernate.org/118.html#A11

but how would one do this with xdoclet??

On the method in question, use the @hibernate.set tag to specify the set, @hibernate.collection-key to specify the key, and @hibernate.collection-composite-element to specify the composite element class. Then in the composite class, place @hibernate.property and @hibernate.many-to-one tags on the appropriate methods.

The hibernate tags are documented at http://xdoclet.sourceforge.net/xdoclet/tags/hibernate-tags.html.

Paul



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to