2.5. JDO Standard Properties

2.5.1. javax.jdo.PersistenceManagerFactoryClass

The JDO specification describes many standard configuration properties, all of which Kodo supports. These properties are covered in Section 7.2, “PersistenceManagerFactory Properties” of the JDO Overview. Kodo also defines its own specification-neutral alternatives to the JDO properties. You may use either Kodo properties or standard JDO properties in your JDO configuration files.

There is one JDO property for which Kodo does not have a native equivalent. The javax.jdo.PersistenceManagerFactoryClass property is used by the JDOHelper to bootstrap the JDO implementation.

2.5.1. javax.jdo.PersistenceManagerFactoryClass

Property name: javax.jdo.PersistenceManagerFactoryClass

Default: -

Description: The name of the javax.jdo.PersistenceManagerFactory implementation that JDOHelper.getPersistenceManagerFactory should create. For Kodo, this should always be kodo.jdo.PersistenceManagerFactoryImpl.

 

Skip navigation bar   Back to Top