From: Vance K. <va...@us...> - 2006-01-26 07:02:55
|
User: vancek Date: 06/01/25 23:02:49 Modified: andromda-ejb3/src/main/resources/META-INF/andromda profile.xml Log: added ASSOCIATION_COLLECTION_TYPE element for @andromda.persistence.collection.type tagged value Revision Changes Path 1.9 +14 -0 cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/profile.xml Index: profile.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/profile.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -w -r1.8 -r1.9 --- profile.xml 25 Jan 2006 02:54:49 -0000 1.8 +++ profile.xml 26 Jan 2006 07:02:47 -0000 1.9 @@ -661,6 +661,20 @@ Association End </appliedOnElement> </element> + <element name="ASSOCIATION_COLLECTION_TYPE"> + <documentation> + Used to define the mapping for EJB3 collections. + This value overrides the + <a href="namespace.html#associationCollectionType">namespace property</a>. + </documentation> + <value>@andromda.persistence.collection.type</value> + <appliedOnElement>Association ends between <![CDATA[<<Entity>>]]> classes</appliedOnElement> + <allowedValues> + <value>set</value> + <value>map</value> + <value>list</value> + </allowedValues> + </element> <element name="SERVICE_TYPE"> <documentation> Used at the class level of a service bean to |