Uses of Interface
org.openhab.core.model.persistence.persistence.PersistenceFactory
Packages that use PersistenceFactory
Package
Description
-
Uses of PersistenceFactory in org.openhab.core.model.persistence.persistence
Fields in org.openhab.core.model.persistence.persistence declared as PersistenceFactoryModifier and TypeFieldDescriptionstatic final PersistenceFactory
PersistenceFactory.eINSTANCE
The singleton instance of the factory.Methods in org.openhab.core.model.persistence.persistence that return PersistenceFactoryModifier and TypeMethodDescriptionPersistencePackage.getPersistenceFactory()
Returns the factory that creates the instances of the model. -
Uses of PersistenceFactory in org.openhab.core.model.persistence.persistence.impl
Classes in org.openhab.core.model.persistence.persistence.impl that implement PersistenceFactoryModifier and TypeClassDescriptionclass
An implementation of the model Factory.Methods in org.openhab.core.model.persistence.persistence.impl that return PersistenceFactoryModifier and TypeMethodDescriptionPersistencePackageImpl.getPersistenceFactory()
static PersistenceFactory
PersistenceFactoryImpl.init()
Creates the default factory implementation.