SQL To Java Converter (DAO Code Generator) - Generate Java DAO code from SQL. Convert a SQL/DDL statement to Java DAO code. Generated code uses Spring JDBC Template.
How It Works:
It first validate the create table SQL statement. It parse the SQL
statement and check the sysntax of the SQL statement. While it parse the
SQL statement, it collect information about the database entity, its
attribute and attributes datatype with data length. Then from entity
defination, tool generates the DAO, Service and Bean classes along with
properties and DDLs.
Steps to follow:
- Enter create table SQL statement in the text box.
- Provide the base package of the java classes
- Check 'Remove Group Name' check box if you like the trim the
group name from the Java class names.