Hello,

what about to overwrite the extension:
org::fornax::cartridges::uml::javabasic::m2t::DataType::isSet(uml::MultiplicityElement
element)

If the new implementation return false allways a list should be generated.
You can do this in a non invasive way by using aop.

Or you can use the preProcessor (or a own component) to write a model to
model transformation. 
Set all relevant order or unique properties.

Note: Only one of the bouth properties 'unique' or 'ordered' is used.
You can configure it with setting this property:
#Desides if a collaction is realized as 'set' or a 'list'
#Collections with UML-Flag 'isOrdered' is mapped to List and mapped to Set
else
list.set.property = 'order'
#Collections with UML-Flag 'isUnique' is mapped to Set and mapped to List
else
#list.set.property = 'unique'

Did I help you?

Regards
Darius

-- 
View this message in context: 
http://www.nabble.com/Hibernate---Always-generate-List--tp22929008s17564p22934263.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to