Hide
In my model some Entity attributes require a date format others require a date-time format. The Spring cartridge allows only one default format - defaultDateFormat. What I need in addition is a defaultDateTimeFormat. Also since both type of attributes are of type Date we need some way to distinguish beetween Date and DateTime. Now I know there is a DateTime UML type in the AndroMDA profile, but it appears that this type has been mapped to java.sql.Timestamp. If I use this type then I get a compilation error when using managable entities. So the UML to Java mappings do need some more thought.
Show
In my model some Entity attributes require a date format others require a date-time format. The Spring cartridge allows only one default format - defaultDateFormat. What I need in addition is a defaultDateTimeFormat. Also since both type of attributes are of type Date we need some way to distinguish beetween Date and DateTime. Now I know there is a DateTime UML type in the AndroMDA profile, but it appears that this type has been mapped to java.sql.Timestamp. If I use this type then I get a compilation error when using managable entities. So the UML to Java mappings do need some more thought.