Use eclipselink.application-location to specify the file system directory in which EclipseLink writes (outputs) DDL files.
Values
Table 5-1 describes this persistence property's values.
Usage
You may set this option only if eclipselink.ddl-generation.output-mode is sql-script or both.
Examples
Example 5-1 shows how to use this persistence property extension in the persistence.xml file.
Example 5-1 Using application-location in persistence.xml
<property name="eclipselink.application-location" value="c:/YOURDIRECTORY/"/>
See Also
For more information, see: