User: cmicali
Date: 07/07/31 21:14:12
Modified: andromda-nspring/src/main/resources/META-INF/andromda
namespace.xml
Log:
- Updated cart versions to 1.2-SNAPSHOT
- Changed base/impl scheme to partial classes
- Updated NH cartridge to NHibernate v1.2
Revision Changes Path
1.5 +6 -6 cartridges/andromda-nspring/src/main/resources/META-INF/andromda/namespace.xml
Index: namespace.xml
===================================================================
RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nspring/src/main/resources/META-INF/andromda/namespace.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- namespace.xml 9 Jan 2007 10:53:18 -0000 1.4
+++ namespace.xml 1 Aug 2007 04:14:11 -0000 1.5
@@ -148,23 +148,23 @@
</documentation>
</property>
<property name="daoBaseNamePattern">
- <default>{0}DaoBase</default>
+ <default>{0}Dao</default>
<documentation>
The pattern to use when constructing the base DAO's name.
<em>{0}</em> is used to represent the entity name
in the model, so if you specified a value of
- <code>{0}DaoBase</code> all the entities generated
- would have a suffix of "DaoBase".
+ <code>{0}Dao</code> all the entities generated
+ would have a suffix of "Dao".
</documentation>
</property>
<property name="daoImplementationNamePattern">
- <default>{0}DaoImpl</default>
+ <default>{0}Dao</default>
<documentation>
The pattern to use when constructing the DAO's
implementation name. <em>{0}</em> is used to represent
the entity name in the model, so if you specified a value of
- <code>{0}DaoImpl</code> all the entities generated
- would have a suffix of "DaoImpl".
+ <code>{0}Dao</code> all the entities generated
+ would have a suffix of "Dao".
</documentation>
</property>
<property name="ejbJndiNamePrefix" required="false">
|