Reputation: 21
I have to call a stored procedure in my project and it requires:
Is it ok(in architectural point of view, good pratice, abd so on) to create a @Repository class only for "mapping" this stored procedure "behaviour"?
I've created a @Reository class only for this soterd procedure because his "behaviour" is a lit bit long...but I'm not sure if it's the better approach
Upvotes: 0
Views: 63