Uses of Interface
org.apache.camel.component.nitrite.operation.CollectionOperation
Packages that use CollectionOperation
Package
Description
-
Uses of CollectionOperation in org.apache.camel.component.nitrite.operation
Subinterfaces of CollectionOperation in org.apache.camel.component.nitrite.operation -
Uses of CollectionOperation in org.apache.camel.component.nitrite.operation.collection
Classes in org.apache.camel.component.nitrite.operation.collection that implement CollectionOperationModifier and TypeClassDescriptionclassFind Documents in collection by Filter.classRemove documents matching FilterclassUpdate documents matching Filter. -
Uses of CollectionOperation in org.apache.camel.component.nitrite.operation.common
Classes in org.apache.camel.component.nitrite.operation.common that implement CollectionOperationModifier 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.