Database
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
This element wraps all the configuration elements that are used for the jooq-meta module, which reads the configured database meta data. In its simplest form, it can be left empty, when meaningful defaults will apply.
The two main elements in the <database/>
element are <name/>
and <properties>
, which specify the class to implement the database meta data source, and an optional list of key/value parameters, which are described in the next chapter
Subsequent elements are:
Table of contents
- 6.2.5.1.
- Database name and properties
- 6.2.5.2.
- RegexFlags
- 6.2.5.3.
- Includes and Excludes
- 6.2.5.4.
- Include object types
- 6.2.5.5.
- Record Version and Timestamp Fields
- 6.2.5.6.
- Synthetic objects
- 6.2.5.6.1.
- Synthetic identities
- 6.2.5.6.2.
- Synthetic primary keys
- 6.2.5.6.3.
- Synthetic unique keys
- 6.2.5.6.4.
- Synthetic foreign keys
- 6.2.5.7.
- Date as timestamp
- 6.2.5.8.
- Ignore procedure return values (deprecated)
- 6.2.5.9.
- Unsigned types
- 6.2.5.10.
- Catalog and schema mapping
- 6.2.5.11.
- Catalog and schema version providers
- 6.2.5.12.
- Custom ordering of generated code
- 6.2.5.13.
- Forced types
- 6.2.5.14.
- Table valued functions
The jOOQ User Manual : Code generation : Advanced generator configuration : Database | previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!