From: Vance K. <va...@us...> - 2006-01-18 08:55:13
|
User: vancek Date: 06/01/18 00:55:08 Modified: andromda-ejb3/src/main/resources/META-INF/andromda namespace.xml Log: added entityCompositePrimaryKeyNamePattern and persistenceContextUnitName properties Revision Changes Path 1.7 +14 -0 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.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- namespace.xml 17 Jan 2006 03:24:09 -0000 1.6 +++ namespace.xml 18 Jan 2006 08:55:07 -0000 1.7 @@ -323,6 +323,13 @@ class name. </documentation> </property> + <property name="entityCompositePrimaryKeyNamePattern"> + <default>{0}PK</default> + <documentation> + The pattern to use when constructing the composite + primary key class name. + </documentation> + </property> <property name="jndiNamePrefix" required="false"> <documentation> The prefix to give to the EJB JNDI names (this @@ -358,6 +365,13 @@ </ul> </documentation> </property> + <property name="persistenceContextUnitName" required="false"> + <documentation> + Specifies the default persistence context + unit name associated with the default Entity + Manager. + </documentation> + </property> <property name="entityAccessType"> <default>PROPERTY</default> <documentation> |