6.2. JDO properties explained

The standard JDOHelper bootstrap properties are explained here. The property names are additionally listed in Appendix A for your quick reference.

It is permissible for implementations to support additional properties with names that are not standard. Details of these will be provided in the appropriate product documentation.

					javax.jdo.PersistenceManagerFactoryClass
				

This is the fully package-qualified class name of the JDO implementation’s class implementing the PersistenceManagerFactory interface.

					javax.jdo.option.Optimistic
				

If this property is set to true, the returned PersistenceManagerFactory will employ optimistic transaction management.

					javax.jdo.option.RetainValues
				

If this property is set to true, the ...

Get Java™ Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.