Oracle® Fusion Middleware Java Persistence API (JPA) Extensions Reference for Oracle TopLink
ContentsOpens a new window
Page 182 of 251

ddl-generation.output-mode

Use eclipselink.ddl-generation.output-mode to specify where TopLink generates and writes the DDL.

Values

Table 5-30Opens a new window 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-17Opens a new window for information on how to use this persistence property.

See Also

For more information, see: