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