org.jooq.util
Class GenerationTool

java.lang.Object
  extended by 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:

Author:
Lukas Eder

Constructor Summary
GenerationTool()
           
 
Method Summary
static void main(Properties properties)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerationTool

public GenerationTool()
Method Detail

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.