Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.7.2
-
None
Description
http://deltaspike.apache.org/documentation/data.html lists the format for methods:
(Entity|List<Entity>) (prefix)(Property[Comparator])
Here java.util.Optional is missing:
"(Entity|Optional<Entity>|List<Entity>) (prefix)(Property[Comparator]){Operator Property [Comparator]}
Or in more concrete words:
• The query method must either return an entity or an java.util.Optional or a list of entities.
• It must start with the findBy prefix ..."