Anomalie #1648
Can not use enumeration in model and QueryHelperTransformer
| Status: | Résolu | Start date: | 08/01/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Florian DESBOIS | % Done: | 100% |
|
| Category: | generation | Spent time: | - | |
| Target version: | 2.6.2 |
Description
Properties for field of type Enum are not generated, thus generated QueryHelper doesn't compile
Related issues
History
Updated by Brendan Le Ny 10 months ago
- Status changed from Nouveau to Assigné
- Assignee set to Florian DESBOIS
- % Done changed from 0 to 100
Updated by Tony Chemit 10 months ago
- Target version changed from 2.6.1 to 306
Updated by Tony Chemit 8 months ago
- Status changed from Assigné to Résolu
Updated by Tony Chemit 8 months ago
- Target version changed from 306 to 2.6.2
Updated by Florian DESBOIS 8 months ago
For the moment you must add "entity" stereotype to avoid problem with this transformer.
I think that it's not really resolved. It will not properly worked, enumeration must be ignored in this case.