Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Complete
-
2.0.0.M1
-
None
-
None
Description
Nowadays, when developers want to generate new finder using Spring Roo shell, they need to execute:
roo> finder list --class ~.domain.MyEntity
This command, will print all available finders to the specific entity.
After that, developers uses the following command to generate finder:
roo> finder add --class ~.domain.MyEntity --name findMyEntityByName
Would be great if instead of use finder list and then finder add command, developers could autocomplete finder names using TAB or CTRL + Space.