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