At every startup, Spring Data parses your repository methods, generates SQL, and creates implementations via reflection, which is convenient but slows startup, can mask SQL bugs, and makes debugging a ...