JDO Method
in javax.jdo.PersistenceManagerFactory

void setConnectionFactory(
  Object connectionFactory
)


Set the data store connection factory. 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