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, TopLink 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:

  • "Connection Pools" in Understanding Oracle TopLink

  • "Connection Pooling" in Solutions Guide for Oracle TopLink

  • "connection-pool"