| This class generates the SimpleORM mapping files for a (in this example)
Sybase schema.
Designed to run as an ANT task with the following system paramters:
- database.url=jdbc:interbase://localhost/C:/Source/Java/ORM/SimpleORM/simpleorm/temp/test.gdb
- database.username=sysdba
- database.password=masterkey
- database.driver=interbase.interclient.Driver
- database.schema=
- database.catelog=
- quickstart.file=.
- quickstart.packagename=simpleorm.dbtest
- quickstart.getters_and_setters=true
- quickstart.use_one_package=true
- quickstart.INiceNameFormatter=simpleorm.quickstart.DefaultFormatter
To run.
- Insure that log4j.jar is in your classpath, along with your JDBC driver.
- Set the system properties.
- Create an instance of SimpleORMGenerate
- Call method execute()
author: Richard Schmidt Original version Joe McDaniel. version: $Id: $ |