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