Use eclipselink.create-ddl-jdbc-file-name
to specify the name of the DDL file generated by EclipseLink that contains the SQL statements to create tables for JPA entities.
Values
Table 5-27 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 |
Usage
If eclipselink.ddl-generation
is set to create-tables
or drop-and-create-tables
, EclipseLink writes this file to the location specified by eclipselink.application-location
.
Examples
See Example 5-17 for information on how to use this property in the persistence.xml
file.
See Also
For more information, see: