Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 2.0.0.M1
-
Fix Version/s: 2.0.0.M2
-
Component/s: None
-
Labels: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.