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


persistenceunits

Use the eclipselink.persistenceunits to specify the set of persistence unit names that will be processed when generating the canonical model. By default, EclipseLink uses all persistence units available in all persistence XML files.


Values

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

Table 5-81 Valid Values for persistenceunits

Value Description

names

A comma separated list of persistence units

Note: When specifying multiple persistence units, you cannot include a comma ( , ) in the name of a persistence unit.



Usage


Examples


See Also

For more information, see: