This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
hello suppose i am having a sql file with following defn create table employee( id number(4), name varchar2(20), salary varchar2(20) ); is there any tool which will convert this file to a java file which is having the methods to add delete and update the rows and also the set and get methods to set or get the column values. thnx in advance.
Horst Naujoks
Greenhorn
Joined: Jul 12, 2002
Posts: 12
posted
0
What you are locking for is almost a persistence framework . Hereyou will find some useful information about your request.