-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The JPA translator does not currently support enums. Whenever it encounters one it throws a TranslatorException because an enum is neither a simpleType nor an entity/embeddable.
It would be nice if the translator could support these mappings somehow.