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


drop-ddl-jdbc-file-name

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


Values

Table 5-33 describes this persistence property's values.

Table 5-33 Valid Values for drop-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-location + eclipselink.create-ddl-jdbc-file-name is valid for your operating system.



Usage

If eclipselink.ddl-generation is set to 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: