How can I create a XDoclet for the following part of my .hbm ?
...
<bag
name="foo"
lazy="true"
inverse="true"
cascade="none"
>
<key>
<column name="PART1_ID" />
<column name="PART2_ID" />
</key>
<one-to-many
class="FooClass"
/>
</bag>
...
I tried the following xdoclet tags, but it didn't work:
/**
* @hibernate.bag
* lazy="true"
* inverse="true"
* cascade="none"
* @hibernate.collection-key
* column="PART1_ID"
* @hibernate.collection-key
* column="PART2_ID"
* @hibernate.collection-one-to-many
* class="FooClass"
*
*/
public List getFoo() {
...
************************
Leonardo R. Nunes
Sumersoft Tecnologia
http://www.sumersoft.com
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user