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


persistencexml

Use eclipselink.persistencexml to specify the full resource name in which to look for the persistence XML files. If omitted, EclipseLink uses the default location: META-INF/persistence.xml.


NoteNote:

Currently, this property is used only for the canonical model generator. In the future, it may be used for customizing weaving and application bootstrapping.



Values

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

Table 5-82 Valid Values for persistencexml

Value Description




Usage

This property is only used by EclipseLink when it is locating the configuration file. When used within an EJB/Spring container in container managed mode the locating and reading of this file is done by the container and will not use this configuration.


Examples


See Also

For more information, see: