-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: collections in a component
PostPosted: Fri May 04, 2007 3:59 pm 
Newbie

Joined: Fri May 04, 2007 3:46 pm
Posts: 1
Hi All,

I'm tring to put a Set or Map in a component, but it never work. Can anyone show me an example? Thank you very much!

Here's my bad codes:

<class name="OpportunitySSRFVo" table="OPPORTUNITY">
<id name="id" column="OP_ID" >
</id>
<component name="info" class="OpportunityInfoVo" lazy="false" >
<property name="opportunityName" column="OPPORTUNITY_NAME" />
<set name="competitorIDs" lazy="false" inverse="true" outer-join="true" cascade="all" sort="natural" table="OPPORTUNITY_COMPETITOR">
<key column="OP_ID"/>
<element type="string" column="COMPETITOR_ID"/>
</set>
</component>
</class>


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.