I am working in an application which is already developed by some one. There is lot of tables get participated/affected for a single operation.
I cannot go through all DAO classes and check whether table is used for that particular flow or not...
Is there any way to find the affected tables for a request/response.
Am using Java-Spring framework, JDBC template.
Your answers will save my huge time. Thanks in advance.