Changelog 1.1.0 - Refactoring of code generation - New wizard for generating SQL insert scripts through DTP - New wizard to generate multiple classes at once based on a common ground - API change: ch.sahits.codegen.java.util.Logging -> ch.sahits.codegen.core.Logging - API change: ch.sahits.codegen.java.util.ProjectClassLoader -> ch.sahits.codegen.core.java.ProjectClassLoader - New Extension point ch.sahits.codegen.java.connectionpage for customized db connection information (e.g. simple suppling of the connection data as implemented in 1.0.0, through DTP or EclipseLink, ...) - Refactoring: Eleminating of the Enumeration EDBGenerationCode in favor of a dynamic constant definition DynamicDBGenerationCode to represent elements designated by the extension point ch.sahits.codegen.java.connectionpage - New plug-in to retrieve the database connection data through datatools. - New plug-in to create an SQL insert script based on a tables data. - Help pages for Sahits plug-ins - Context sensitive help for all pages of the wizard by Sahits