Spring Framework
Spring component scan and StoredProcedureSpring component scan and StoredProcedure
Let’s say you wrap stored procedures with Spring’s StoredProcedure class like this: [crayon-6767ec9f718b7600562104/] That @Repository annotation, like @Component and @Service, allows you to tell Spring {...}