Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
Trunk
-
None
-
None
Description
While studying groovy DSL possibilities i stumbled upon missing descriptors in Intellij gdsl.
Cleaning intellij and eclipse descriptors, i checked all implementations and find out that findAll do not exist anymore, surely thanks to EntityQuery improvement.
I wondered then why there remain a findOne method, since EntityQuery is here.
I propose to deprecate it for next release (18.??) and remove it from next one.