]
Steven Hawkins updated TEIID-5349:
----------------------------------
Issue Type: Enhancement (was: Feature Request)
Component/s: Misc. Connectors
Fix Version/s: 11.0
10.3.2
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.