Use eclipselink.ddl-generation.output-mode
to specify where EclipseLink generates and writes the DDL.
Values
Table 5-30 describes this persistence property's values.
Table 5-30 Valid Values for ddl-generation.output-mode
Value | Description |
---|---|
|
DDL will be generated and written to both the database and a file.
|
|
(Default) DDL will be generated and written to the database only. |
|
DDL will be generated and written to a file only.
|
Usage
Examples
See Example 5-17 for information on how to use this persistence property.
See Also
For more information, see: