Based on pointers I got here at so, I decided using spring framework for the database interaction in this java tool I want to build
I notice the web tutorials ask that I create an interface for every table in the database and then a class that implements that interface
Is this really a spring framework need? If so, what is the thought ? Since the interface seems so specific to the class, not sure what reusability could be achieved by defining the contract?
Thanks in advance!