org.jooq.util
Class GenerationTool
java.lang.Object
org.jooq.util.GenerationTool
public class GenerationTool
- extends Object
The GenerationTool takes care of generating Java code from a database schema. It
takes its configuration parameters from a standard Java properties file,
using this format:
- jdbcDriver = [the JDBC driver to connect with. Make sure it is on the
classpath]
- jdbcURL = [the JDBC URL to connect with]
- jdbcUser = [the JDBC user to connect with]
- jdbcPassword = [the JDBC password to connect with]
- Author:
- Lukas Eder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerationTool
public GenerationTool()
main
public static void main(String[] args)
throws Exception
- Parameters:
args -
- Throws:
Exception
main
public static void main(Properties properties)
throws Exception
- Throws:
Exception
Copyright © 2011. All Rights Reserved.