Cayenne should support enum types in qualifier statements/expression handling
-----------------------------------------------------------------------------
Key: CAY-1213
URL: https://issues.apache.org/jira/browse/CAY-1213
Project: Cayenne
Issue Type: Improvement
Components: Cayenne Core Library
Affects Versions: 3.0M5
Reporter: Robert Zeigler
Assignee: Robert Zeigler
Currently, cayenne doesn't support java enums in its expression syntax and, by
extension, in qualifier statements. This makes it impossible to use an enum
type as a class descriminator for inheritance.
Enum expressions would look like:
propertyName = some.package.Type.CONSTANT
to make it consistent with JPA.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.