Use this page to specify the default information Dali will use when generating the entities from the database tables. You will be able to override this information for specific entities.
Property | Description | Default |
---|---|---|
XML Mapping File |
The name and location of the mapping file. |
|
Dynamic Class Defaults |
||
Package |
Default package name for dynamic classes |
|
Mapping defaults |
||
Key generator |
Default generation strategy for primary keys:
|
None |
Sequence name |
When using a Key generator, specify its name. Note: You can use the variables |
|
Associations fetch |
Specify the default fetch strategy for generated entities:
|
Default |
Collection properties type |
Specify the default collection type, for generated entities:
|
java.util.List |
Related tasks
Related reference