I am using spring and hibernate and MySql in my application When i update in master table that id Deleted in child table how to solve this problem.
I doubt this has something to do with JDBC but with Hibernate. How are you persisting the objects in to tables? Are you able to persist any other objects? You should provide more details.