]
Ramesh Reddy commented on TEIID-5349:
-------------------------------------
If you want to submit a PR for the feature we can take look at merging it.
JPA translator support for Enums
--------------------------------
Key: TEIID-5349
URL:
https://issues.jboss.org/browse/TEIID-5349
Project: Teiid
Issue Type: Feature Request
Reporter: Harold Campbell
Assignee: Steven Hawkins
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.