connection-pool.read

Use eclipselink.connection-pool.read to configure a read connection pool for non-transaction read queries.

Values

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

Table 5-25 Valid Values for connection-pool.read

Value Description
   

Usage

By default, TopLink does not use a separate read connection pool; the default pool is used for read queries.

Examples

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

Example 5-15 Using connection-pool.read 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"