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.
		
			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.