From: Vance K. <va...@us...> - 2006-02-06 03:26:14
|
User: vancek Date: 06/02/05 19:25:58 Modified: andromda-ejb3/src/main/resources/META-INF/andromda namespace.xml Log: removed entityAccessType property definition Revision Changes Path 1.12 +0 -15 cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/namespace.xml Index: namespace.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/namespace.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -r1.11 -r1.12 --- namespace.xml 1 Feb 2006 08:39:45 -0000 1.11 +++ namespace.xml 6 Feb 2006 03:25:58 -0000 1.12 @@ -380,21 +380,6 @@ </ul> </documentation> </property> - <property name="entityAccessType"> - <default>PROPERTY</default> - <documentation> - The value of the - <code>AccessType</code> - element of an annotation of the entity that - determines whether to use properties or fields to - access the entity state. Currenly, AndroMDA support - the PROPERTY value ONLY. Possible values are: - <ul> - <li>PROPERTY</li> - <li>FIELD</li> - </ul> - </documentation> - </property> <property name="entityDefaultCascade"> <default>NONE</default> <documentation> |