JDO Method
in javax.jdo.PersistenceManagerFactory

void setConnectionFactory2(
  Object connectionFactory
)


Set the second data store connection factory. This is needed for managed environments to get nontransactional connections for optimistic transactions. JDO implementations will support specific connection factories. The connection factory interfaces are not part of the JDO specification.
Parameters:
connectionFactory - the data store connection factory.
Since:
JDO 1.0