| Class | Description |
|---|---|
| ApplicationSettingJdo | |
| ApplicationSettingsServiceJdo |
An implementation of
ApplicationSettingsService that persists settings
as entities into a JDO-backed database. |
| ApplicationSettingsServiceJdoHidden |
An implementation intended to be hidden in the UI, and delegated to by other services.
|
| SettingAbstractJdo |
Factors out common implementation; however this is annotated with
PersistenceCapable,
so that each subclass is its own root entity. |
| UserSettingJdo | |
| UserSettingJdoPK | |
| UserSettingsServiceJdo |
An implementation of
UserSettingsService that persists settings
as entities into a JDO-backed database. |
| UserSettingsServiceJdoHidden |
An implementation intended to be hidden in the UI, and delegated to by other services.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.