Matti Tahvonen created DELTASPIKE-1239:
------------------------------------------
Summary: Add ability to return QueryResult without predicate
Key: DELTASPIKE-1239
URL: https://issues.apache.org/jira/browse/DELTASPIKE-1239
Project: DeltaSpike
Issue Type: Improvement
Components: Data-Module
Reporter: Matti Tahvonen
A following method name in repository would be handy for dynamic sorting and
paging of all entities:
QueryResult<Person> findAllBy();
Currently the library don't know how to handle that and it requires one to add
@Query("from Person") annotation. It would be handy if the query annotation
could be left out.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)