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

create-ddl-jdbc-file-name

Use eclipselink.create-ddl-jdbc-file-name to specify the name of the DDL file generated by TopLink that contains the SQL statements to create tables for JPA entities.

Values

Table 5-27Opens a new window describes this persistence property's values.

Table 5-27 Valid Values for create-ddl-jdbc-file-name

Value Description

File name

A file name valid for your operating system.

You can prefix the file name with a file path if a concatenation of eclipselink.application-locationOpens a new window + eclipselink.create-ddl-jdbc-file-nameOpens a new window is valid for your operating system.


Usage

If eclipselink.ddl-generationOpens a new window is set to create-tables or drop-and-create-tables, TopLink writes this file to the location specified by eclipselink.application-locationOpens a new window.

Examples

See Example 5-17Opens a new window for information on how to use this property in the persistence.xml file.

See Also

For more information, see: