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-6729f514658d5874221481/] That @Repository annotation, like @Component and @Service, allows you to tell Spring {...}