ddl-generation.output-mode

Use eclipselink.ddl-generation.output-mode to specify where TopLink 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

both

DDL will be generated and written to both the database and a file.

database

(Default) DDL will be generated and written to the database only.

sql-script

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: