Uses of Interface
org.apache.camel.component.nitrite.operation.RepositoryOperation
Packages that use RepositoryOperation
Package
Description
-
Uses of RepositoryOperation in org.apache.camel.component.nitrite.operation
Subinterfaces of RepositoryOperation in org.apache.camel.component.nitrite.operation -
Uses of RepositoryOperation in org.apache.camel.component.nitrite.operation.common
Classes in org.apache.camel.component.nitrite.operation.common that implement RepositoryOperationModifier and TypeClassDescriptionclassCreate index with IndexOptions on fieldclassDrop index on fieldclassExport full database to JSON and stores result in body - see Nitrite docs for details about formatclassGet attributes of collectionclassGet Document by _idclassImport full database from JSON in bodyclassInsert document to collection or object to ObjectRepository.classList indexes in collection and storesCollection<org.dizitart.no2.Index>in message bodyclassRebuild existing index on fieldclassUpdate document in collection or object in ObjectRepository.classUpsert (Insert or Update) document in collection or object in ObjectRepository. -
Uses of RepositoryOperation in org.apache.camel.component.nitrite.operation.repository
Classes in org.apache.camel.component.nitrite.operation.repository that implement RepositoryOperationModifier and TypeClassDescriptionclassFind objects in ObjectRepository by ObjectFilter.classRemove objects in ObjectRepository matched by ObjectFilterclassUpdate objects matching ObjectFilter.