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