From: Vance K. <va...@us...> - 2006-02-17 02:35:52
|
User: vancek Date: 06/02/16 18:35:51 Modified: andromda-ejb3/src/main/resources/META-INF/andromda namespace.xml Log: added entityDefaultTemporalType property defining the default value Revision Changes Path 1.14 +16 -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.13 retrieving revision 1.14 diff -u -w -r1.13 -r1.14 --- namespace.xml 13 Feb 2006 15:54:02 -0000 1.13 +++ namespace.xml 17 Feb 2006 02:35:51 -0000 1.14 @@ -568,6 +568,22 @@ storage of a string based enumeration literal. </documentation> </property> + <property name="entityDefaultTemporalType"> + <default>TIMESTAMP</default> + <documentation> + Specifies that the persistence property should + be persisted as a temporal type. + This is only specified on fields of type + <code>java.util.Date</code> or + <code>java.util.Calendar</code>. + Possible values are: + <ul> + <li>DATE</li> + <li>TIME</li> + <li>TIMESTAMP</li> + </ul> + </documentation> + </property> </propertyGroup> <propertyGroup name="Service Properties"> <property name="serviceViewType"> |