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


application-location

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.

Table 5-1 Valid Values for application-location

Value Description

value

Directly location.



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: