nosql.connection-factory

Use eclipselink.nosql.connection-factory to specify the JNDI name of a JCA ConnectionFactory or a JCA ConnectionFactory class name that connects to the NoSQL data-source.

Values

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

Table 5-68 Valid Values for nosql.connection-factory

Value Description
   

Usage

This property allows the JCA ConnectionFactory to be used with a NoSql or EIS adapter for a NoSQL datasource (that is, a non-relationship datasource such as a legacy database, NoSQL database, XML database, transactional and messaging systems, or ERP systems).

Examples

Example 5-66 Using nosql.connection-factory in persistence.xml


Example 5-67 Using nosql.connection-factory in a Property Map


See Also

For more information, see:

  • "@NoSql"

  • "nosql.property"

  • "Using NoSQL Databases" in Understanding Oracle TopLink

  • "Using TopLink with Nonrelational Databases" in Solutions Guide for Oracle TopLink

.