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


connection-pool.sequence

Use eclipselink.connection-pool.sequence to have the connection pool allocate generated IDs.


Values

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

Table 5-26 Valid Values for connection-pool.sequence

Value Description




Usage

This is only required for TABLE sequencing. By default, EclipseLink does not use a separate sequence connection pool; the default pool is used for sequencing.


Examples

Example 5-16 shows how to use this property in the persistence.xml file.

Example 5-16 Using connection-pool.sequence in persistence.xml

 


See Also

For more information, see: