Evolution #1679
add missing constants for field on TopiaEntity
| Status: | Résolu | Start date: | 08/18/2011 | |
|---|---|---|---|---|
| Priority: | Bas | Due date: | ||
| Assignee: | Tony Chemit | % Done: | 100% |
|
| Category: | topia-persistence | Spent time: | 0.20 hour | |
| Target version: | 2.6.2 | Estimated time: | 0.50 hour |
Description
In interface TopiaEntity, there are already 3 constants for the name of the properties of a topia entity
String TOPIA_ID = "topiaId";
String TOPIA_CREATE_DATE = "topiaCreateDate";
String TOPIA_VERSION = "topiaVersion";
Some are missing and should be added:
String COMPOSITE = "composite";
String AGGREGATE = "aggregate";
And for legacy-mode:
String TOPIA_CONTEXT = "topiaContext";
History
Updated by Tony Chemit 8 months ago
- Category set to topia-persistence
- Status changed from Nouveau to Assigné
- Assignee set to Tony Chemit
- Target version changed from 99 to 2.6.2
- Estimated time set to 0.50
Updated by Tony Chemit 8 months ago
- Status changed from Assigné to Résolu
- % Done changed from 0 to 100