application-location

Use eclipselink.application-location to specify the file system directory in which TopLink 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: