Package org.openhab.core.persistence
package org.openhab.core.persistence
-
ClassDescriptionThis class is used to define a filter for queries to a
PersistenceService
.Enumeration with all possible compare optionsEnumeration with all ordering optionsThis interface is used by persistence services to represent an item with a certain state at a given point in time.This class provides an interface to the aPersistenceService
to allow data to be stored at a specific time.This interface is used by persistence services to represent the full persisted state of an item, including the previous state, and last update and change timestamps.This class holds the configuration of a persistence strategy for specific items.This class provides information about an item that is stored in a persistence service.ThePersistenceManager
interface is used to communicate between external components (e.g.A persistence service which can be used to store data from openHAB.This is the interface for a central service that provides access toPersistenceService
s.A queryable persistence service which can be used to store and retrieve data from openHAB.