Package org.opennms.netmgt.config.dao.common.api
-
Interface Summary Interface Description OverrideableDao<T> This interface exists to satisfy test cases that need to explicitly provide a configuration directly to the DAO.ReadableDao<T> A config DAO that supports only reading and reloading.ReloadableConfigContainer<T> A container that provides access to configuration that is backed by some persistent source.SaveableConfigContainer<T> An extension ofReloadableConfigContainer
that also supports writing the managed configuration back to the persistent source.WriteableDao<T> The writeable version ofReadableDao
. -
Class Summary Class Description ConfigDaoConstants