Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
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...