Framework for generating model and persistence A.P.I. Provides tools for dumping configuration from relational database. A quickstart is available too.
Useful resources : github pages documentation | project home page | docgen home | release notes | Doagen Maven Plugin Site
About javadoc
Javadoc are far from being complete, but you can find latest version at https://www.fugerit.org
Note that, being an open source project hosted on maven central, you can find release javadoc on javadoc.io
Description This project provides code generation API, especially for persistence (DAO). But can be used to generate other item too. There are two basic feature supplied by the library :
- DAO Configuration dump, this is optional, it provides a configuration dump for the 'DAO Generation' feature.
- DAO Generation, this is the main feature, it generates various items based on a configuration file, named 'daogen-config.xml' (see a sample daogen-config-xml)
fj-daogen-base the core module
This modules contains core functionalities of the library : 'DAO Configuration dump' and 'DAO Generation'
fj-daogen-maven-plugin a maven plugin for the fj-daogen-base functionalities
This plugin contains simple mojos for handling dao generation and dao configuration dump. ù
fj-daogen-sample a demo project for fj-daogen-base and fj-daogen-maven-plugin
This projects can be used as a demo for the main features (dao generation and configuration dump) of the other modules.
fj-daogen-tool tool wrapper
Simple tool wrapper for dao generation and configuration dump features.