7.4. Properties and Supported Options

In addition to supplying PersistenceManagers, the PersistenceManagerFactory also supplies metadata about the current JDO implementation. The getProperties method returns a Properties instance containing, at a minimum, the following keys:

The supportedOptions method returns a Collection of Strings enumerating the JDO options supported by the implementation. The following option names are recognized:

Vendors may include Strings for other query languages they support as well.

Note

Kodo JDO currently supports all options except javax.jdo.option.NullCollection and javax.jdo.option.ChangeApplicationIdentity.