]
Harold Campbell commented on TEIID-5349:
----------------------------------------
I can try. Is there another translator which deals with an enum like thing I can use as an
example?
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.