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.
The moose likes JDBC and the fly likes Tool to convert table definition to java file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Tool to convert table definition to java file" Watch "Tool to convert table definition to java file" New topic
Author

Tool to convert table definition to java file

yo nara
Ranch Hand

Joined: Apr 03, 2002
Posts: 35
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
What you are locking for is almost a persistence framework .
Hereyou will find some useful information about your request.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tool to convert table definition to java file
 
Similar Threads
date mapping problem in Hibernet
How to get a Table Schema from oracle database to Java Programs...?
getting java.sql.Timestamp exception
Communication between Oracle Objects and Java Program
Getting Errror ORA-00904: invalid column name