I have recently started working in Java and J2EE and have theoritical knowledge of concepts related to JDBC and hibernate. I am given a task at my work to convert the existing hibernate connectivity to plain JDBC. Can anybody suggest the simplest way to do it.Actually all tables that i have to work on are created. But I am not able to locate them.Please help.
I have recently started working in Java and J2EE and have theoritical knowledge of
Share
You can use all the POJO you already have from Hibernate Mapping and refactor them following some data pattern such as Active Record.