TableGen Features
Features
Release 1.8 is mainly a bug fix release. The data types should now
conform to the official sun specs, the variables are protected,
and all the generated code now appears in a single package
- Classes to represent every table in a database.
See generated methods for facilities provided.
- Inbuilt javadoc documentation.
- Connection pooling for maximum efficiency.
- Automatic connection recovery.
- user defined package name
- tablegen properties file for defining the database, username etc.
- Optional switching of key/index/foreign key support
(all ByIndex or ByKey methods)
- Support for most major databases (see table above).
- Optional subset of tables generated.
- JavaBeans compatible code.