Uses of Interface
org.dizitart.no2.store.NitriteStore
-
Packages that use NitriteStore Package Description org.dizitart.no2 org.dizitart.no2.common org.dizitart.no2.store -
-
Uses of NitriteStore in org.dizitart.no2
Methods in org.dizitart.no2 that return NitriteStore Modifier and Type Method Description NitriteStore<?>NitriteConfig. getNitriteStore()Returns theNitriteStoreassociated with this instance.NitriteStore<?>Nitrite. getStore()Returns theNitriteStoreinstance associated with this Nitrite database. -
Uses of NitriteStore in org.dizitart.no2.common
Methods in org.dizitart.no2.common that return NitriteStore Modifier and Type Method Description NitriteStore<?>PersistentCollection. getStore()Returns theNitriteStoreinstance for this collection. -
Uses of NitriteStore in org.dizitart.no2.store
Classes in org.dizitart.no2.store that implement NitriteStore Modifier and Type Class Description classAbstractNitriteStore<Config extends StoreConfig>An abstract implementation of theNitriteStoreinterface that provides common functionality for Nitrite data stores.Methods in org.dizitart.no2.store that return NitriteStore Modifier and Type Method Description NitriteStore<?>NitriteMap. getStore()Gets the parentNitriteStorewhere this map is stored.NitriteStore<?>StoreModule. getStore()Gets theNitriteStoreinstance from this module.Constructors in org.dizitart.no2.store with parameters of type NitriteStore Constructor Description StoreCatalog(NitriteStore<?> nitriteStore)Instantiates a newStoreCatalog.
-