]
Steven Hawkins resolved TEIID-5349.
-----------------------------------
Resolution: Done
Thanks Harold that looks good. Merged and added to 10.3.x as well for the 10.3.2 release
in about 4 weeks.
JPA translator support for Enums
--------------------------------
Key: TEIID-5349
URL:
https://issues.jboss.org/browse/TEIID-5349
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Reporter: Harold Campbell
Assignee: Steven Hawkins
Fix For: 11.0, 10.3.2
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.