Java Persistence API (JPA) Extensions Reference for EclipseLink, Release 2.5
  Go To Table Of Contents
 Search
 PDFComments
Comments


ddl-generation.output-mode

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

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: