Details
-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: DATA
-
Labels:None
Description
When I am inside my own interface definition for a Spring Data repository, it would be nice to get code templates via content-assist that quickly generate complete findBy... methods for me. The content-assist could analyse the domain class for which the repository is defined and then provide the commonly used findBy... methods (including parameters). In that case, I don't need to write everything down myself...