2.2. Runtime Configuration

In JDO, PersistenceManagerFactorys are usually obtained through the JDOHelper.getPersistenceManagerFactory(Properties) method. Kodo JDO's runtime settings can be entirely specified via the properties passed to this method. Kodo JDO also includes a comprehensive system of property defaults and overrides:

[Note]Note

Internally, the Kodo JDO runtime environment and development tools manipulate property settings through SolarMetric's general Configuration interface, and in particular its JDOConfiguration and JDBCConfiguration subclasses. For advanced customization, Kodo JDO's PersistenceManagerFactory implementation and its development tools allow you to access these interfaces directly. See the Javadoc for details.