Uses of Interface
org.dizitart.no2.common.module.NitritePlugin
-
Packages that use NitritePlugin Package Description org.dizitart.no2.common.mapper org.dizitart.no2.common.module org.dizitart.no2.index org.dizitart.no2.store -
-
Uses of NitritePlugin in org.dizitart.no2.common.mapper
Subinterfaces of NitritePlugin in org.dizitart.no2.common.mapper Modifier and Type Interface Description interfaceEntityConverter<T>TheEntityConverterinterface is used to convert an entity of typeEntityConverterinto a databaseDocumentand vice versa.interfaceNitriteMapperAn interface that provides a method to try converting an object of one type to an object of another type.Classes in org.dizitart.no2.common.mapper that implement NitritePlugin Modifier and Type Class Description classSimpleNitriteMapperANitriteMapperbased onEntityConverterimplementation. -
Uses of NitritePlugin in org.dizitart.no2.common.module
Methods in org.dizitart.no2.common.module that return types with arguments of type NitritePlugin Modifier and Type Method Description Set<NitritePlugin>NitriteModule. plugins()Returns the set ofNitritePluginencapsulated by this module.Methods in org.dizitart.no2.common.module with parameters of type NitritePlugin Modifier and Type Method Description static NitriteModuleNitriteModule. module(NitritePlugin... plugins)Creates aNitriteModulewith a set ofNitritePlugins. -
Uses of NitritePlugin in org.dizitart.no2.index
Subinterfaces of NitritePlugin in org.dizitart.no2.index Modifier and Type Interface Description interfaceNitriteIndexerAn abstract class representing a Nitrite indexer plugin. -
Uses of NitritePlugin in org.dizitart.no2.store
Subinterfaces of NitritePlugin in org.dizitart.no2.store Modifier and Type Interface Description interfaceNitriteStore<Config extends StoreConfig>Represents a storage interface for Nitrite database.Classes in org.dizitart.no2.store that implement NitritePlugin Modifier and Type Class Description classAbstractNitriteStore<Config extends StoreConfig>An abstract implementation of theNitriteStoreinterface that provides common functionality for Nitrite data stores.
-