Bugs item #1191774, was opened at 2005-04-28 10:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402704&aid=1191774&group_id=31602

Category: xdoclet
Group: v1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff (jkreska)
Assigned to: Nobody/Anonymous (nobody)
Summary: hibernate many-to-one with unique="true" gens map error

Initial Comment:
if you try and use the 'unique' parameter in a hibernate 
many-to-one mapping u end up with two entries in the 
generated mapping file.

<many-to-one
            name="TARequestType"
            
class="com.trulogica.truaccess.request.model.TAReque
stType"
            cascade="none"
            outer-join="auto"
            update="false"
            insert="false"
            unique="false"
            column="requestTypeId"
            unique="false"
        />

Not sure if this a bug or a feature :)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402704&aid=1191774&group_id=31602


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to