Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abbreviateFieldNames() - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
-
Configures whether to abbreviate field names for domain objects by configuring a
CamelCaseAbbreviatingFieldNamingStrategyon theMongoMappingContextinstance created. - abortTransaction() - Method in class org.springframework.data.mongodb.MongoTransactionManager.MongoTransactionObject
-
Rollback (abort) the transaction.
- abortTransaction() - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager.ReactiveMongoTransactionObject
-
Rollback (abort) the transaction.
- abs() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat returns the absolute value of the associated number. - absent(String) - Static method in class org.springframework.data.mongodb.gridfs.GridFsResource
-
Obtain an absent
GridFsResource. - absent(String) - Static method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
-
Obtain an absent
ReactiveGridFsResource. - absoluteValue() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$absexpression that takes the number of the previously mentioned field and returns the absolute value of it. - absoluteValueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
-
Creates new
ArithmeticOperators.Abs. - absoluteValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
-
Creates new
ArithmeticOperators.Abs. - absoluteValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
-
Creates new
ArithmeticOperators.Abs. - AbstractDeleteEvent<T> - Class in org.springframework.data.mongodb.core.mapping.event
-
Base class for delete events.
- AbstractDeleteEvent(Document, Class, String) - Constructor for class org.springframework.data.mongodb.core.mapping.event.AbstractDeleteEvent
-
Creates a new
AbstractDeleteEventfor the givenDocumentand type. - AbstractMongoClientConfiguration - Class in org.springframework.data.mongodb.config
-
Base class for Spring Data MongoDB configuration using JavaConfig with
MongoClient. - AbstractMongoClientConfiguration() - Constructor for class org.springframework.data.mongodb.config.AbstractMongoClientConfiguration
- AbstractMongoConverter - Class in org.springframework.data.mongodb.core.convert
-
Base class for
MongoConverterimplementations. - AbstractMongoConverter(GenericConversionService) - Constructor for class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
-
Creates a new
AbstractMongoConverterusing the givenGenericConversionService. - AbstractMongoEventListener<E> - Class in org.springframework.data.mongodb.core.mapping.event
-
Base class to implement domain class specific
ApplicationListeners. - AbstractMongoEventListener() - Constructor for class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
-
Creates a new
AbstractMongoEventListener. - AbstractMongoQuery - Class in org.springframework.data.mongodb.repository.query
-
Base class for
RepositoryQueryimplementations for Mongo. - AbstractMongoQuery(MongoQueryMethod, MongoOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
- AbstractReactiveMongoConfiguration - Class in org.springframework.data.mongodb.config
-
Base class for reactive Spring Data MongoDB configuration using JavaConfig.
- AbstractReactiveMongoConfiguration() - Constructor for class org.springframework.data.mongodb.config.AbstractReactiveMongoConfiguration
- AbstractReactiveMongoQuery - Class in org.springframework.data.mongodb.repository.query
-
Base class for reactive
RepositoryQueryimplementations for MongoDB. - AbstractReactiveMongoQuery(ReactiveMongoQueryMethod, ReactiveMongoOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
- accumulate(String) - Method in interface org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator.AccumulatorAccumulateBuilder
-
Set the
accumulatefunction that updates the state for each document. - accumulate(ScriptOperators.Accumulator) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$accumulator-expression. - accumulate(ScriptOperators.Function) - Method in interface org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator.AccumulatorAccumulateBuilder
-
Set the
accumulateScriptOperators.Functionthat updates the state for each document. - accumulateArgs(Object...) - Method in interface org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator.AccumulatorAccumulateArgsBuilder
-
Define additional
accumulateArgsfor theScriptOperators.Accumulator.AccumulatorAccumulateBuilder.accumulate(String)function. - accumulateArgs(List) - Method in interface org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator.AccumulatorAccumulateArgsBuilder
-
Define additional
accumulateArgsfor theScriptOperators.Accumulator.AccumulatorAccumulateBuilder.accumulate(String)function. - accumulatorBuilder() - Static method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators
-
Create a custom $accumulator operator in Javascript.
- AccumulatorOperatorFactory(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AccumulatorOperators.AccumulatorOperatorFactoryfor given fieldReference. - AccumulatorOperatorFactory(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AccumulatorOperators.AccumulatorOperatorFactoryfor givenAggregationExpression. - AccumulatorOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to accumulator aggregation operations.
- AccumulatorOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators
- AccumulatorOperators.AccumulatorOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- AccumulatorOperators.Avg - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$avg. - AccumulatorOperators.CovariancePop - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$covariancePop. - AccumulatorOperators.CovarianceSamp - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$covarianceSamp. - AccumulatorOperators.ExpMovingAvg - Class in org.springframework.data.mongodb.core.aggregation
-
AccumulatorOperators.ExpMovingAvgcalculates the exponential moving average of numeric values. - AccumulatorOperators.ExpMovingAvgBuilder - Interface in org.springframework.data.mongodb.core.aggregation
-
Builder for
AccumulatorOperators.ExpMovingAvg. - AccumulatorOperators.Max - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$max. - AccumulatorOperators.Median - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$median. - AccumulatorOperators.Min - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$min. - AccumulatorOperators.Percentile - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$percentile. - AccumulatorOperators.StdDevPop - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$stdDevPop. - AccumulatorOperators.StdDevSamp - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$stdDevSamp. - AccumulatorOperators.Sum - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$sum. - acos() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the inverse cosine of a numeric value. - acosh() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the inverse hyperbolic cosine of a numeric value. - acoshOf(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
-
Creates a new
AggregationExpressionthat calculates the inverse hyperbolic cosine of a value. - acoshOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
-
Creates a new
AggregationExpressionthat calculates the inverse hyperbolic cosine of a value. - acoshOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
-
Creates a new
AggregationExpressionthat calculates the inverse hyperbolic cosine of a value. - acosOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
-
Creates a new
AggregationExpressionthat calculates the inverse cosine of a value. - acosOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
-
Creates a new
AggregationExpressionthat calculates the inverse cosine of a value. - acosOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
-
Creates a new
AggregationExpressionthat calculates the inverse cosine of a value. - actionInline() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.With this option, no collection will be created, and the whole map-reduce operation will happen in RAM.
- actionMerge() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.This option will merge new data into the old output collection.
- actionReduce() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.If documents exists for a given key in the result set and in the old collection, then a reduce operation (using the specified reduce function) will be performed on the two values and the result will be written to the output collection.
- actionReplace() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.The output will be inserted into a collection which will atomically replace any existing collection with the same name.
- add(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
-
Add the given value.
- add(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat adds the given value to the associated number. - add(Object, String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat adds the given value (in units). - add(Object, DateOperators.TemporalUnit) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat adds the given value (in units). - add(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
-
Add the value stored at the given field.
- add(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat adds the value of fieldReference to the associated number. - add(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
-
Add the evaluation result of the given
AggregationExpression. - add(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat adds the resulting value of the givenAggregationExpressionto the associated number. - add(AggregationOperation) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationPipeline
-
Append the given
stageto the pipeline. - Add(List) - Constructor for class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
- addAllToMap(Bson, Map) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Add all entries from the given source
Mapto the target. - addCriteria(CriteriaDefinition) - Method in class org.springframework.data.mongodb.core.query.BasicQuery
- addCriteria(CriteriaDefinition) - Method in class org.springframework.data.mongodb.core.query.Query
-
Adds the given
CriteriaDefinitionto the currentQuery. - addCustomTypeKeyIfNecessary(TypeInformation, Object, Bson) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Adds custom type information to the given
Documentif necessary. - addField(Object, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation
-
Append the value for a specific field to the operation.
- addField(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation
-
Concatenate another field to add.
- addField(String) - Method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation.AddFieldsOperationBuilder
-
Define the field to add.
- addFields() - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Obtain an
builderinstance to create a newAddFieldsOperation. - AddFieldsOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Adds new fields to documents.
- AddFieldsOperation(Object, Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation
-
Create new instance of
AddFieldsOperation - AddFieldsOperation.AddFieldsOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
- AddFieldsOperation.AddFieldsOperationBuilder.ValueAppender - Interface in org.springframework.data.mongodb.core.aggregation
- addFieldSpec(TextIndexDefinition.TextIndexedFieldSpec) - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition
- addFieldSpecs(Collection) - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition
- addFieldWithValue(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation.AddFieldsOperationBuilder
- addFieldWithValueOf(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation.AddFieldsOperationBuilder
- addFilter(String) - Method in class org.springframework.data.mongodb.core.index.VectorIndex
-
Add a filter field.
- addFlag(Meta.CursorOption) - Method in class org.springframework.data.mongodb.core.query.Meta
-
Add
Meta.CursorOptioninfluencing behavior of theFindIterable. - additionalField() - Element in annotation interface org.springframework.data.mongodb.core.index.GeoSpatialIndexed
-
The name of the additional field to use for
GeoSpatialIndexType.GEO_HAYSTACKindexes - additionalItems(boolean) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- additionalItems(boolean) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
-
If set to false, no additional items besides
TypedJsonSchemaObject.ArrayJsonSchemaObject.items(Collection)are allowed. - additionalProperties(boolean) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- additionalProperties(boolean) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- additionalProperties(boolean) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
-
If set to false, additional fields besides
TypedJsonSchemaObject.ObjectJsonSchemaObject.properties(JsonSchemaProperty...)/TypedJsonSchemaObject.ObjectJsonSchemaObject.patternProperties(JsonSchemaProperty...)are not allowed. - additionalProperties(TypedJsonSchemaObject.ObjectJsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- additionalProperties(TypedJsonSchemaObject.ObjectJsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- additionalProperties(TypedJsonSchemaObject.ObjectJsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
-
If specified, additional fields must validate against the given schema.
- addMetaAttributes(Document, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Adds missing
$metarepresentation if required. - addModifier(Update.Modifier) - Method in class org.springframework.data.mongodb.core.query.Update.Modifiers
- addMultiFieldOperation(String, String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
- addToMap(Bson, String, Object) - Static method in class org.springframework.data.mongodb.util.BsonUtils
- addToPreviousOperation(Object) - Method in class org.springframework.data.mongodb.core.spel.ExpressionTransformationContextSupport
-
Adds the given value to the previous operation and returns it.
- addToPreviousOrReturn(Object) - Method in class org.springframework.data.mongodb.core.spel.ExpressionTransformationContextSupport
-
Adds the given value to the previous operation if one is present or returns the value to add as is.
- addToSet() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Generates a builder for an
$addToSet-expression for the current value. - addToSet(Object) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$add_to_set-expression for the given value. - addToSet(String) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$add_to_set-expression for the given field-reference. - addToSet(String) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using
$addToSetmodifier. - addToSet(String, Object) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
- addToSet(String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using the $addToSet update modifier.
- AddToSetBuilder(String) - Constructor for class org.springframework.data.mongodb.core.query.Update.AddToSetBuilder
- addValue(Object, String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
-
Add the number of units to a
start date. - addValueOf(String, String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
-
Add the number of units from a field to a
start date. - addValueOf(String, String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat adds the value stored at the given field (in units). - addValueOf(String, DateOperators.TemporalUnit) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat adds the value stored at the given field (in units). - addValueOf(AggregationExpression, String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
-
Add the number of units of the result of the given
expressionto astart date. - addValueOf(AggregationExpression, String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat adds the value of the givenexpression(in units). - addValueOf(AggregationExpression, DateOperators.TemporalUnit) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat adds the value of the givenexpression(in units). - addVector(String, Consumer) - Method in class org.springframework.data.mongodb.core.index.VectorIndex
-
Add a vector field and accept a
VectorIndex.VectorFieldBuildercustomizer. - aead_aes_256_cbc_hmac_sha_512_deterministic() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
-
Use AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic algorithm.
- AEAD_AES_256_CBC_HMAC_SHA_512_Deterministic - Static variable in class org.springframework.data.mongodb.core.EncryptionAlgorithms
- aead_aes_256_cbc_hmac_sha_512_random() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
-
Use AEAD_AES_256_CBC_HMAC_SHA_512-Random algorithm.
- AEAD_AES_256_CBC_HMAC_SHA_512_Random - Static variable in class org.springframework.data.mongodb.core.EncryptionAlgorithms
- AfterConvertCallback<T> - Interface in org.springframework.data.mongodb.core.mapping.event
-
Callback being invoked after a domain object is materialized from a
Documentwhen reading results. - AfterConvertEvent<E> - Class in org.springframework.data.mongodb.core.mapping.event
-
MongoMappingEventthrown after convert of a document. - AfterConvertEvent(Document, E, String) - Constructor for class org.springframework.data.mongodb.core.mapping.event.AfterConvertEvent
-
Creates new
AfterConvertEvent. - AfterDeleteEvent<T> - Class in org.springframework.data.mongodb.core.mapping.event
-
Event being thrown after a single or a set of documents has/have been deleted.
- AfterDeleteEvent(Document, Class, String) - Constructor for class org.springframework.data.mongodb.core.mapping.event.AfterDeleteEvent
-
Creates a new
AfterDeleteEventfor the givenDocument, type and collectionName. - AfterLoadEvent<T> - Class in org.springframework.data.mongodb.core.mapping.event
-
Event to be triggered after loading
Documents to be mapped onto a given type. - AfterLoadEvent(Document, Class, String) - Constructor for class org.springframework.data.mongodb.core.mapping.event.AfterLoadEvent
-
Creates a new
AfterLoadEventfor the givenDocument, type and collectionName. - afterPropertiesSet() - Method in class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
- afterPropertiesSet() - Method in class org.springframework.data.mongodb.MongoTransactionManager
- afterPropertiesSet() - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
- afterPropertiesSet() - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean
- afterPropertiesSet() - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactoryBean
- AfterSaveCallback<T> - Interface in org.springframework.data.mongodb.core.mapping.event
-
Entity callback triggered after save of a
Document. - AfterSaveEvent<E> - Class in org.springframework.data.mongodb.core.mapping.event
-
MongoMappingEventtriggered after save of a document. - AfterSaveEvent(E, Document, String) - Constructor for class org.springframework.data.mongodb.core.mapping.event.AfterSaveEvent
-
Creates new
AfterSaveEvent. - aggregate(Aggregation, Class, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Execute an aggregation operation.
- aggregate(Aggregation, Class, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- aggregate(Aggregation, Class, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Execute an aggregation operation.
- aggregate(Aggregation, Class, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- aggregate(Aggregation, String, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Execute an aggregation operation.
- aggregate(Aggregation, String, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- aggregate(Aggregation, String, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Execute an aggregation operation.
- aggregate(Aggregation, String, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- aggregate(Aggregation, String, Class, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- aggregate(TypedAggregation, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Execute an aggregation operation.
- aggregate(TypedAggregation, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- aggregate(TypedAggregation, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Execute an aggregation operation.
- aggregate(TypedAggregation, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- aggregate(TypedAggregation, String, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Execute an aggregation operation.
- aggregate(TypedAggregation, String, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- aggregate(TypedAggregation, String, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Execute an aggregation operation.
- aggregate(TypedAggregation, String, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- aggregateAndReturn(Class) - Method in interface org.springframework.data.mongodb.core.ExecutableAggregationOperation
-
Start creating an aggregation operation that returns results mapped to the given domain type.
- aggregateAndReturn(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- aggregateAndReturn(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveAggregationOperation
-
Start creating an aggregation operation that returns results mapped to the given domain type.
- aggregateAndReturn(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- aggregateStream(Aggregation, Class, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Execute an aggregation operation backed by a Mongo DB
AggregateIterable. - aggregateStream(Aggregation, Class, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- aggregateStream(Aggregation, String, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Execute an aggregation operation backed by a Mongo DB
AggregateIterable. - aggregateStream(Aggregation, String, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- aggregateStream(Aggregation, String, Class, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- aggregateStream(TypedAggregation, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Execute an aggregation operation backed by a Mongo DB
AggregateIterable. - aggregateStream(TypedAggregation, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- aggregateStream(TypedAggregation, String, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Execute an aggregation operation backed by a Mongo DB
AggregateIterable. - aggregateStream(TypedAggregation, String, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- Aggregation - Class in org.springframework.data.mongodb.core.aggregation
-
An
Aggregationis a representation of a list of aggregation steps to be performed by the MongoDB Aggregation Framework. - Aggregation - Annotation Interface in org.springframework.data.mongodb.repository
-
The
Aggregationannotation can be used to annotate aRepositoryquery method so that it runs theAggregation.pipeline()on invocation. - Aggregation(List) - Constructor for class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
Aggregationfrom the givenAggregationOperations. - Aggregation(List, AggregationOptions) - Constructor for class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
Aggregationfrom the givenAggregationOperations. - Aggregation(AggregationOperation...) - Constructor for class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
Aggregationfrom the givenAggregationOperations. - AggregationExpression - Interface in org.springframework.data.mongodb.core.aggregation
-
An
AggregationExpressioncan be used with field expressions in aggregation pipeline stages likeprojectandgroup. - AggregationExpressionCriteria - Class in org.springframework.data.mongodb.core.aggregation
- AggregationOperation - Interface in org.springframework.data.mongodb.core.aggregation
-
Represents one single operation in an aggregation pipeline.
- AggregationOperationContext - Interface in org.springframework.data.mongodb.core.aggregation
-
The context for an
AggregationOperation. - AggregationOptions - Class in org.springframework.data.mongodb.core.aggregation
-
Holds a set of configurable aggregation options that can be used within an aggregation pipeline.
- AggregationOptions(boolean, boolean, int) - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Creates a new
AggregationOptions. - AggregationOptions(boolean, boolean, Document) - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Creates a new
AggregationOptions. - AggregationOptions(boolean, boolean, Document, Collation) - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Creates a new
AggregationOptions. - AggregationOptions(boolean, boolean, Document, Collation, String) - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Creates a new
AggregationOptions. - AggregationOptions(DiskUse, boolean, Document) - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationOptions
- AggregationOptions(DiskUse, boolean, Document, Collation) - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationOptions
- AggregationOptions(DiskUse, boolean, Document, Collation, String) - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationOptions
- AggregationOptions.Builder - Class in org.springframework.data.mongodb.core.aggregation
-
A Builder for
AggregationOptions. - AggregationOptions.DomainTypeMapping - Enum Class in org.springframework.data.mongodb.core.aggregation
-
Aggregation pipeline Domain type mappings supported by the mapping layer.
- AggregationPipeline - Class in org.springframework.data.mongodb.core.aggregation
-
The
AggregationPipelineholds the collection ofaggregation stages. - AggregationPipeline() - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationPipeline
-
Create an empty pipeline
- AggregationPipeline(List) - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationPipeline
-
Create a new pipeline with given
stages. - AggregationResults<T> - Class in org.springframework.data.mongodb.core.aggregation
-
Collects the results of executing an aggregation operation.
- AggregationResults(List, Document) - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationResults
-
Creates a new
AggregationResultsinstance from the given mapped and raw results. - AggregationSpELExpression - Class in org.springframework.data.mongodb.core.aggregation
-
An
AggregationExpressionthat renders a MongoDB Aggregation Framework expression from the AST of a SpEL expression. - AggregationUpdate - Class in org.springframework.data.mongodb.core.aggregation
-
Abstraction for
db.collection.update()using an aggregation pipeline. - AggregationUpdate() - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
-
Create new
AggregationUpdate. - AggregationUpdate(List) - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
-
Create new
AggregationUpdatewith the given aggregation pipeline to apply. - AggregationUpdate.SetValueAppender - Interface in org.springframework.data.mongodb.core.aggregation
-
Fluent API AggregationUpdate builder.
- AggregationVariable - Interface in org.springframework.data.mongodb.core.aggregation
-
A special field that points to a variable
$$expression. - algorithm() - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions
- algorithm() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Encrypted
-
Set the algorithm to use.
- algorithm() - Element in annotation interface org.springframework.data.mongodb.core.mapping.ExplicitEncrypted
-
Define the algorithm to use.
- algorithm(String) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
-
Use the given algorithm identified via its name.
- alike(Example) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the given object as a pattern.
- all() - Method in interface org.springframework.data.mongodb.core.ExecutableAggregationOperation.TerminatingAggregation
-
Apply pipeline operations as specified and get all matching elements.
- all() - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingDistinct
-
Get all matching distinct field values.
- all() - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingFindNear
-
Find all matching elements and return them as
GeoResult. - all() - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingResults
-
Get all matching elements.
- all() - Method in interface org.springframework.data.mongodb.core.ExecutableMapReduceOperation.TerminatingMapReduce
-
Get the mapReduce results.
- all() - Method in interface org.springframework.data.mongodb.core.ExecutableRemoveOperation.TerminatingRemove
-
Remove all documents matching.
- all() - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingUpdate
-
Update all matching documents in the collection.
- all() - Method in interface org.springframework.data.mongodb.core.ReactiveAggregationOperation.TerminatingAggregationOperation
-
Apply pipeline operations as specified and stream all matching elements.
- all() - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingDistinct
-
Get all matching distinct field values.
- all() - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingFindNear
-
Find all matching elements and return them as
GeoResult. - all() - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingResults
-
Get all matching elements.
- all() - Method in interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.TerminatingMapReduce
-
Get the
Fluxemitting mapReduce results. - all() - Method in interface org.springframework.data.mongodb.core.ReactiveRemoveOperation.TerminatingRemove
-
Remove all documents matching.
- all() - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.TerminatingUpdate
-
Update all matching documents in the collection.
- all(Object...) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $all operator.
- all(Collection) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $all operator.
- all(Collection) - Method in interface org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingInsert
-
Insert a collection of objects.
- all(Collection) - Method in interface org.springframework.data.mongodb.core.ReactiveInsertOperation.TerminatingInsert
-
Insert a collection of objects.
- ALL - Enum constant in enum class org.springframework.data.mongodb.repository.query.MongoQueryExecution.DeleteExecution.Type
- allClear(int) - Method in interface org.springframework.data.mongodb.core.query.Criteria.BitwiseCriteriaOperators
-
Creates a criterion using $bitsAllClear matching documents where all given bit positions are clear (i.e. 0).
- allClear(String) - Method in interface org.springframework.data.mongodb.core.query.Criteria.BitwiseCriteriaOperators
-
Creates a criterion using $bitsAllClear matching documents where all given bit positions are clear (i.e. 0).
- allClear(List) - Method in interface org.springframework.data.mongodb.core.query.Criteria.BitwiseCriteriaOperators
-
Creates a criterion using $bitsAllClear matching documents where all given bit positions are clear (i.e. 0).
- allElementsInArrayTrue() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$allElementsTrueexpression that takes array of the previously mentioned field and returns true if no elements is false. - allElementsTrue() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
- allElementsTrue() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
AggregationExpressionthat tkes array of the previously mentioned field and returns true if no elements is false. - allOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- allOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- allOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- allOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- allOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
- allOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
-
The field value must match all specified schemas.
- allOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
- allOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.BooleanJsonSchemaObject
- allOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
- allOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
- allOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
- allOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
-
The field value must match all specified schemas.
- allOf(Set) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- allOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- allOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- allOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- allOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- allOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
- ALLOW - Enum constant in enum class org.springframework.data.mongodb.core.query.DiskUse
-
Allow disk writes.
- allowDiskUse() - Element in annotation interface org.springframework.data.mongodb.repository.Meta
-
When set to true, aggregation stages can write data to disk.
- allowDiskUse(boolean) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Defines whether to off-load intensive sort-operations to disk.
- allowDiskUse(boolean) - Method in class org.springframework.data.mongodb.core.query.Query
-
Enables writing to temporary files for aggregation stages and queries.
- allowSecondaryReads() - Method in class org.springframework.data.mongodb.core.query.Query
-
Allows querying of a replica.
- allSet(int) - Method in interface org.springframework.data.mongodb.core.query.Criteria.BitwiseCriteriaOperators
-
Creates a criterion using $bitsAllSet matching documents where all given bit positions are set (i.e. 1).
- allSet(String) - Method in interface org.springframework.data.mongodb.core.query.Criteria.BitwiseCriteriaOperators
-
Creates a criterion using $bitsAllSet matching documents where all given bit positions are set (i.e. 1).
- allSet(List) - Method in interface org.springframework.data.mongodb.core.query.Criteria.BitwiseCriteriaOperators
-
Creates a criterion using $bitsAllSet matching documents where all given bit positions are set (i.e. 1).
- alpha(double) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
-
Define the exponential decay value.
- alpha(double) - Method in interface org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvgBuilder
-
Define the exponential decay value.
- ALT - Enum constant in enum class org.springframework.data.mongodb.core.encryption.EncryptionKey.Type
-
Key referenced via an Key Alternative Name.
- alterIndex(String, IndexOptions) - Method in class org.springframework.data.mongodb.core.DefaultIndexOperations
- alterIndex(String, IndexOptions) - Method in class org.springframework.data.mongodb.core.DefaultReactiveIndexOperations
- alterIndex(String, IndexOptions) - Method in interface org.springframework.data.mongodb.core.index.IndexOperations
-
Alters the index with given name.
- alterIndex(String, IndexOptions) - Method in interface org.springframework.data.mongodb.core.index.ReactiveIndexOperations
-
Alters the index with given name.
- alternate(String) - Method in class org.springframework.data.mongodb.core.query.Collation
-
Set the Field that determines whether collation should consider whitespace and punctuation as base characters for purposes of comparison.
- alternate(Collation.Alternate) - Method in class org.springframework.data.mongodb.core.query.Collation
-
Set the Field that determines whether collation should consider whitespace and punctuation as base characters for purposes of comparison.
- ALWAYS - Enum constant in enum class org.springframework.data.mongodb.core.mapping.Field.Write
-
Value that indicates that property is to be always included, independent of value of the property.
- ALWAYS - Enum constant in enum class org.springframework.data.mongodb.SessionSynchronization
-
Synchronize with any transaction even with empty transactions and initiate a MongoDB transaction when doing so by registering a MongoDB specific
ResourceHolderSynchronization. - and() - Method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation
-
Concatenate additional fields to add.
- and() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperation
-
Concatenate additional fields to set.
- and(long) - Method in class org.springframework.data.mongodb.core.query.Update.BitwiseOperatorBuilder
-
Updates to the result of a bitwise and operation between the current value and the given one.
- and(Number) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
-
Creates new
AccumulatorOperators.Sumwith all previously added arguments appending the given one. - and(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ArrayProjectionOperationBuilder
-
Creates a new
ProjectionOperation.ArrayProjectionOperationBuilderwith the currentProjectionOperation.Projections and the given one. - and(Object...) - Static method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
-
Creates new
BooleanOperators.Andthat evaluates one or more expressions and returns true if all of the expressions are true. - and(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
-
Creates new
AccumulatorOperators.Avgwith all previously added arguments appending the given one. - and(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
-
Creates new
AccumulatorOperators.CovariancePopwith all previously added arguments appending the given one. - and(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
-
Creates new
AccumulatorOperators.CovarianceSampwith all previously added arguments appending the given one. - and(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
-
Creates new
AccumulatorOperators.Maxwith all previously added arguments appending the given one. - and(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
-
Creates new
AccumulatorOperators.Medianwith all previously added inputs appending the given one. - and(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
-
Creates new
AccumulatorOperators.Minwith all previously added arguments appending the given one. - and(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
-
Creates new
AccumulatorOperators.Percentilewith all previously added inputs appending the given one. - and(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
-
Creates new
AccumulatorOperators.StdDevPopwith all previously added arguments appending the given one. - and(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
-
Creates new
AccumulatorOperators.StdDevSampwith all previously added arguments appending the given one. - and(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
-
Creates new
AccumulatorOperators.Sumwith all previously added arguments appending the given one. - and(String) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.BooleanOperatorFactory
-
Creates new
AggregationExpressionthat evaluates one or more expressions and returns true if all of the expressions are true. - and(String) - Method in class org.springframework.data.mongodb.core.aggregation.Fields
- and(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
-
Creates a new
ProjectionOperation.ProjectionOperationBuilderto define a projection for the field with the given name. - and(String) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Static factory method to create a Criteria using the provided key
- and(String...) - Method in class org.springframework.data.mongodb.core.aggregation.UnsetOperation
-
Also unset the given fields.
- and(String, String) - Method in class org.springframework.data.mongodb.core.aggregation.Fields
- and(String, AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Adds a computed field to the
GroupOperation. - and(Sort) - Method in class org.springframework.data.mongodb.core.aggregation.SortOperation
- and(Sort.Direction, String...) - Method in class org.springframework.data.mongodb.core.aggregation.SortOperation
- and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
-
Creates new
AccumulatorOperators.Avgwith all previously added arguments appending the given one. - and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
-
Creates new
AccumulatorOperators.CovariancePopwith all previously added arguments appending the given one. - and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
-
Creates new
AccumulatorOperators.CovarianceSampwith all previously added arguments appending the given one. - and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
-
Creates new
AccumulatorOperators.Maxwith all previously added arguments appending the given one. - and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
-
Creates new
AccumulatorOperators.Medianwith all previously added inputs appending the given one. - and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
-
Creates new
AccumulatorOperators.Minwith all previously added arguments appending the given one. - and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
-
Creates new
AccumulatorOperators.Percentilewith all previously added inputs appending the given one. - and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
-
Creates new
AccumulatorOperators.StdDevSampwith all previously added arguments appending the given one. - and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
-
Creates new
AccumulatorOperators.StdDevSampwith all previously added arguments appending the given one. - and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
-
Creates new
AccumulatorOperators.Sumwith all previously added arguments appending the given one. - and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.BooleanOperatorFactory
-
Creates new
AggregationExpressionthat evaluates one or more expressions and returns true if all of the expressions are true. - and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
- and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ArrayProjectionOperationBuilder
-
Creates a new
ProjectionOperation.ArrayProjectionOperationBuilderwith the currentProjectionOperation.Projections and the given one. - and(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation.ReplaceRootDocumentOperation
-
Creates a new
ReplaceRootOperation.ReplaceRootDocumentOperationBuilderto define a field for theAggregationExpression. - and(AggregationOperation...) - Method in class org.springframework.data.mongodb.core.aggregation.FacetOperation
-
Creates a new
FacetOperation.FacetOperationBuilderto append a new facet using operations. - and(BucketOperationSupport.Output) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.Outputs
-
Create a new
BucketOperationSupport.Outputsthat contains the newBucketOperationSupport.Output. - and(ExposedFields.ExposedField) - Method in class org.springframework.data.mongodb.core.aggregation.ExposedFields
-
Creates a new
ExposedFieldsadding the givenExposedFields.ExposedField. - and(Field) - Method in class org.springframework.data.mongodb.core.aggregation.Fields
- and(Field) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ArrayProjectionOperationBuilder
-
Creates a new
ProjectionOperation.ArrayProjectionOperationBuilderwith the currentProjectionOperation.Projections and the given one. - and(Field...) - Method in class org.springframework.data.mongodb.core.aggregation.UnsetOperation
-
Also unset the given fields.
- and(Fields) - Method in class org.springframework.data.mongodb.core.aggregation.Fields
- and(GroupOperation.Operation) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Creates a new
GroupOperationfrom the current one adding the givenGroupOperation.Operation. - and(Part, Criteria, Iterator) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryCreator
- AND_OPERATOR - Static variable in class org.springframework.data.mongodb.core.convert.encryption.MongoEncryptionConverter
- andApply(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.VariableOperators.Let.LetBuilder
-
Define the
AggregationExpressionto evaluate. - andApply(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.VariableOperators.Map.FunctionBuilder
-
Creates new
VariableOperators.Mapthat applies the givenAggregationExpressionto each item of the referenced array and returns an array with the applied results. - andArrayOf(Object...) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
-
Includes the given values (
field references,expression, plain values) as an array. - andDocumentStructureMatches(MongoJsonSchema) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion (
$jsonSchema) matching documents against a given structure defined by theMongoJsonSchema. - andExclude(String...) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
-
Excludes the given fields from the projection.
- andExpression(String, Object...) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
- andExpression(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
-
Creates new
BooleanOperators.Andwith all previously added arguments appending the given one. - andField(String) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
-
Creates new
BooleanOperators.Andwith all previously added arguments appending the given one. - andInclude(String...) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
-
Includes the given fields into the projection.
- andInclude(Fields) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
-
Includes the given fields into the projection.
- andOperator(Collection) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criteria using the
$andoperator for all of the provided criteria. - andOperator(Criteria...) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criteria using the
$andoperator for all of the provided criteria. - andOutput(String) - Method in class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation
- andOutput(String) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperation
- andOutput(String) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
-
Creates a new
BucketOperationSupportgiven fieldName to add an output field to the resulting bucket documents. - andOutput(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation
- andOutput(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperation
- andOutput(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
-
Creates a new
BucketOperationSupportgiven anAggregationExpressionto add an output field to the resulting bucket documents. - andOutput(BucketOperationSupport.Output) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
- andOutputCount() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
-
Creates a new
BucketOperationSupportgiven to add a count field to the resulting bucket documents. - andOutputExpression(String, Object...) - Method in class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation
- andOutputExpression(String, Object...) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperation
- andOutputExpression(String, Object...) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
-
Creates a new
BucketOperationSupport.ExpressionBucketOperationBuilderSupportgiven a SpEL expression and optional params to add an output field to the resulting bucket documents. - andThen(CollectionPreparer) - Method in interface org.springframework.data.mongodb.core.CollectionPreparer
-
Returns a composed
CollectionPreparerthat first applies this preparer to the collection, and then applies theafterpreparer to the result. - andThen(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.QueryResultConverter
-
Returns a composed function that first applies this function to its input, and then applies the
afterfunction to the result. - andThen(MongoRepositoryFragmentsContributor) - Method in interface org.springframework.data.mongodb.repository.support.MongoRepositoryFragmentsContributor
-
Returns a composed
MongoRepositoryFragmentsContributorthat first applies this contributor to its inputs, and then applies theaftercontributor concatenating effectively both results. - andThen(ReactiveMongoRepositoryFragmentsContributor) - Method in interface org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFragmentsContributor
-
Returns a composed
ReactiveMongoRepositoryFragmentsContributorthat first applies this contributor to its inputs, and then applies theaftercontributor concatenating effectively both results. - andValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
-
Creates new
BooleanOperators.Andwith all previously added arguments appending the given one. - andValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation.ReplaceRootDocumentOperation
-
Creates a new
ReplaceRootOperation.ReplaceRootDocumentOperationBuilderto define a field for the value. - andValuesOf(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation.ReplaceRootDocumentOperation
-
Creates a new
ReplaceRootOperation.ReplaceRootDocumentOperationthat merges all existing replacement values with values from value. - ANN - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.SearchType
-
Approximate Nearest Neighbour
- annotated(EncryptionKeyResolver) - Static method in interface org.springframework.data.mongodb.core.encryption.EncryptionKeyResolver
-
Obtain an
EncryptionKeyResolverthat evaluatesExplicitEncrypted.keyAltName()and only calls the fallbackresolverif no Key Alternate Name is present. - anyClear(int) - Method in interface org.springframework.data.mongodb.core.query.Criteria.BitwiseCriteriaOperators
-
Creates a criterion using $bitsAllClear matching documents where any given bit positions are clear (i.e. 0).
- anyClear(String) - Method in interface org.springframework.data.mongodb.core.query.Criteria.BitwiseCriteriaOperators
-
Creates a criterion using $bitsAllClear matching documents where any given bit positions are clear (i.e. 0).
- anyClear(List) - Method in interface org.springframework.data.mongodb.core.query.Criteria.BitwiseCriteriaOperators
-
Creates a criterion using $bitsAllClear matching documents where any given bit positions are clear (i.e. 0).
- anyElementInArrayTrue() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$anyElementTrueexpression that Takes array of the previously mentioned field and returns true if any of the elements are true and false otherwise. - anyElementTrue() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
- anyElementTrue() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
AggregationExpressionthat takes array of the previously mentioned field and returns true if any of the elements are true and false otherwise. - anyOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- anyOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- anyOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- anyOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- anyOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
- anyOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
-
The field value must match at least one of the specified schemas.
- anyOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
- anyOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.BooleanJsonSchemaObject
- anyOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
- anyOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
- anyOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
- anyOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
-
The field value must match at least one of the specified schemas.
- anyOf(Set) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- anyOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- anyOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- anyOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- anyOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- anyOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
- anySet(int) - Method in interface org.springframework.data.mongodb.core.query.Criteria.BitwiseCriteriaOperators
-
Creates a criterion using $bitsAllSet matching documents where any given bit positions are set (i.e. 1).
- anySet(String) - Method in interface org.springframework.data.mongodb.core.query.Criteria.BitwiseCriteriaOperators
-
Creates a criterion using $bitsAnySet matching documents where any given bit positions are set (i.e. 1).
- anySet(List) - Method in interface org.springframework.data.mongodb.core.query.Criteria.BitwiseCriteriaOperators
-
Creates a criterion using $bitsAnySet matching documents where any given bit positions are set (i.e. 1).
- AotMongoRepositoryPostProcessor - Class in org.springframework.data.mongodb.repository.aot
-
Mongodb-specific
RepositoryRegistrationAotProcessorthat contributes generated code for repositories. - AotMongoRepositoryPostProcessor() - Constructor for class org.springframework.data.mongodb.repository.aot.AotMongoRepositoryPostProcessor
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
- append(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
- append(Object, AbstractAggregationExpression.Expand) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
- append(String) - Method in class org.springframework.data.mongodb.util.DotPath
-
Append a segment to the dotpath.
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
- append(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
- append(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowOutput
-
Append the given
AggregationExpressionas afieldin a fluent way. - append(SetWindowFieldsOperation.ComputedField) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowOutput
-
Append the given
fieldto the outptut. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
-
Append the given key at the position in the underlying
LinkedHashMap. - appendAt(int, String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
-
Append the given key at the position in the underlying
LinkedHashMap. - appendTimezone(Object, DateOperators.Timezone) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
-
Append the
timezoneto a given source. - appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
- appendTo(String, Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
- applicationContext - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- apply(MongoCollection) - Method in interface org.springframework.data.mongodb.core.convert.ReferenceLoader.DocumentReferenceQuery
- apply(String, Object...) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Apply an operator to the current value.
- apply(BucketOperationSupport.OperationOutput) - Method in class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.BucketAutoOperationOutputBuilder
- apply(BucketOperationSupport.OperationOutput) - Method in class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.ExpressionBucketAutoOperationBuilder
- apply(BucketOperationSupport.OperationOutput) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperation.BucketOperationOutputBuilder
- apply(BucketOperationSupport.OperationOutput) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperation.ExpressionBucketOperationBuilder
- apply(BucketOperationSupport.OperationOutput) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Apply an
BucketOperationSupport.OperationOutputto this output. - apply(UpdateDefinition) - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithUpdate
-
Set the
UpdateDefinitionto be applied. - apply(UpdateDefinition) - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.UpdateWithUpdate
-
Set the
UpdateDefinitionto be applied. - applyCondition(ConditionalOperators.Cond) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
- applyCondition(ConditionalOperators.IfNull) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
- args(Object...) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
-
Set the arguments passed to the function body.
- args(List) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
-
Set the arguments passed to the function body.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
-
Get the argument map.
- argumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
-
Get the argument map.
- ArithmeticOperatorFactory(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
ArithmeticOperators.ArithmeticOperatorFactoryfor given fieldReference. - ArithmeticOperatorFactory(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
ArithmeticOperators.ArithmeticOperatorFactoryfor givenAggregationExpression. - ArithmeticOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to Arithmetic aggregation operations that perform math operations on numbers.
- ArithmeticOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators
- ArithmeticOperators.Abs - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$abs. - ArithmeticOperators.ACos - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the inverse cosine of a value. - ArithmeticOperators.ACosh - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the inverse hyperbolic cosine of a value. - ArithmeticOperators.Add - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$add. - ArithmeticOperators.AngularUnit - Enum Class in org.springframework.data.mongodb.core.aggregation
-
The unit of measure for computations that operate upon angles.
- ArithmeticOperators.ArithmeticOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- ArithmeticOperators.ASin - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the inverse sine of a value. - ArithmeticOperators.ASinh - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the inverse hyperbolic sine of a value - ArithmeticOperators.ATan - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the inverse tangent of a value. - ArithmeticOperators.ATan2 - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the inverse tangent of y / x, where y and x are the first and second values passed to the expression respectively. - ArithmeticOperators.ATanh - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the inverse hyperbolic tangent of a value - ArithmeticOperators.Ceil - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$ceil. - ArithmeticOperators.Cos - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the cosine of a value that is measured in radians. - ArithmeticOperators.Cosh - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the hyperbolic cosine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - ArithmeticOperators.Derivative - Class in org.springframework.data.mongodb.core.aggregation
-
Value object to represent an
expressionthat calculates the average rate of change within the specified window. - ArithmeticOperators.Divide - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$divide. - ArithmeticOperators.Exp - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$exp. - ArithmeticOperators.Floor - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$floor. - ArithmeticOperators.Integral - Class in org.springframework.data.mongodb.core.aggregation
-
Value object to represent an
expressionthat calculates the approximation for the mathematical integral value. - ArithmeticOperators.Ln - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$ln. - ArithmeticOperators.Log - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$log. - ArithmeticOperators.Log10 - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$log10. - ArithmeticOperators.Mod - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$mod. - ArithmeticOperators.Multiply - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$multiply. - ArithmeticOperators.Pow - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$pow. - ArithmeticOperators.Rand - Class in org.springframework.data.mongodb.core.aggregation
-
ArithmeticOperators.Randreturns a floating value between 0 and 1. - ArithmeticOperators.Round - Class in org.springframework.data.mongodb.core.aggregation
-
ArithmeticOperators.Roundrounds a number to a whole integer or to a specified decimal place. - ArithmeticOperators.Sin - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the sine of a value that is measured in radians. - ArithmeticOperators.Sinh - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the hyperbolic sine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - ArithmeticOperators.Sqrt - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$sqrt. - ArithmeticOperators.Subtract - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$subtract. - ArithmeticOperators.Tan - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the tangent of a value that is measured in radians. - ArithmeticOperators.Tanh - Class in org.springframework.data.mongodb.core.aggregation
-
An
expressionthat calculates the hyperbolic tangent of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - ArithmeticOperators.Trunc - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$trunc. - array() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Create a new
JsonSchemaObjectoftype : 'array'. - array(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.ArrayJsonSchemaPropertywith given identifier oftype : 'array'. - ARRAY - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- ARRAY - Enum constant in enum class org.springframework.data.mongodb.core.spel.MethodReferenceNode.AggregationMethodReference.ArgumentType
- ARRAY - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- arrayAsSet(String) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
-
Creates new
SetOperators.AllElementsTrue. - arrayAsSet(String) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
-
Creates new
SetOperators.AnyElementTrue. - arrayAsSet(String) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators
-
Take the array referenced by given fieldReference.
- arrayAsSet(String) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
-
Creates new
SetOperators.SetDifference. - arrayAsSet(String) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
-
Create new
SetOperators.SetEquals. - arrayAsSet(String) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
-
Creates new
SetOperators.SetIntersection - arrayAsSet(String) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
-
Creates new
SetOperators.SetIsSubset. - arrayAsSet(String) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
-
Creates new
SetOperators.SetUnion. - arrayAsSet(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
-
Creates new
SetOperators.AllElementsTrue. - arrayAsSet(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
-
Creates new
SetOperators.AnyElementTrue. - arrayAsSet(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators
-
Take the array resulting from the given
AggregationExpression. - arrayAsSet(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
-
Creates new
SetOperators.SetDifference. - arrayAsSet(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
-
Create new
SetOperators.SetEquals. - arrayAsSet(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
-
Creates new
SetOperators.SetIntersection. - arrayAsSet(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
-
Creates new
SetOperators.SetIsSubset. - arrayAsSet(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
-
Creates new
SetOperators.SetUnion. - arrayElementAt(int) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$arrayElemAtexpression that takes the string representation of the previously mentioned field and returns the element at the specified array position. - arrayIndex(String) - Method in interface org.springframework.data.mongodb.core.aggregation.UnwindOperation.IndexBuilder
-
Exposes the array index as
field. - arrayIndex(String) - Method in class org.springframework.data.mongodb.core.aggregation.UnwindOperation.UnwindOperationBuilder
- ArrayJsonSchemaProperty(String, TypedJsonSchemaObject.ArrayJsonSchemaObject) - Constructor for class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- arrayOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
-
Creates new
ArrayOperators.ArrayElemAt. - arrayOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators
-
Take the array referenced by given fieldReference.
- arrayOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
-
Creates new
ArrayOperators.ConcatArrays. - arrayOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
-
Start creating
ArrayOperators.In. - arrayOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
-
Start creating new
ArrayOperators.IndexOfArray. - arrayOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce
-
Start creating new
ArrayOperators.Reduce. - arrayOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
-
Start creating new
ArrayOperators.Zip. - arrayOf(Collection) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
-
Creates new
ArrayOperators.ArrayElemAt. - arrayOf(Collection) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators
-
Take the given
valuesAggregationExpression. - arrayOf(Collection) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
-
Creates new
ArrayOperators.ConcatArrays. - arrayOf(Collection) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
-
Support for Aggregation In Search an Element in List of Objects to Filter Start creating
ArrayOperators.In. - arrayOf(Collection) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
-
Start creating new
ArrayOperators.IndexOfArray. - arrayOf(Collection) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
-
Start creating new
ArrayOperators.Zip. - arrayOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
-
Creates new
ArrayOperators.ArrayElemAt. - arrayOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators
-
Take the array referenced resulting from the given
AggregationExpression. - arrayOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
-
Creates new
ArrayOperators.ConcatArrays. - arrayOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
-
Start creating
ArrayOperators.In. - arrayOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
-
Start creating new
ArrayOperators.IndexOfArray. - arrayOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce
-
Start creating new
ArrayOperators.Reduce. - arrayOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
-
Start creating new
ArrayOperators.Zip. - ArrayOperatorFactory(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
ArrayOperators.ArrayOperatorFactoryfor given fieldReference. - ArrayOperatorFactory(Collection) - Constructor for class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
ArrayOperators.ArrayOperatorFactoryfor given values. - ArrayOperatorFactory(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
ArrayOperators.ArrayOperatorFactoryfor givenAggregationExpression. - ArrayOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to array aggregation operations.
- ArrayOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.ArrayOperators
- ArrayOperators.ArrayElemAt - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$arrayElementAt. - ArrayOperators.ArrayOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.ArrayOperatorFactory.ReduceInitialValueBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.ArrayToObject - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$arrayToObjectthat transforms an array into a single document. - ArrayOperators.ConcatArrays - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$concatArrays. - ArrayOperators.Filter - Class in org.springframework.data.mongodb.core.aggregation
-
$filterAggregationExpressionallows to select a subset of the array to return based on the specified condition. - ArrayOperators.Filter.AsBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.Filter.ConditionBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.Filter.InputBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.First - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$firstthat returns the first element in an array. - ArrayOperators.In - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$in. - ArrayOperators.In.InBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.IndexOfArray - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$indexOfArray. - ArrayOperators.IndexOfArray.IndexOfArrayBuilder - Class in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.IsArray - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$isArray. - ArrayOperators.Last - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$lastthat returns the last element in an array. - ArrayOperators.RangeOperator - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$range. - ArrayOperators.RangeOperator.RangeOperatorBuilder - Class in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.Reduce - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$reduce. - ArrayOperators.Reduce.InitialValueBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.Reduce.PropertyExpression - Class in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.Reduce.PropertyExpression.AsBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.Reduce.ReduceBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.Reduce.Variable - Enum Class in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.ReverseArray - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$reverseArray. - ArrayOperators.Size - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$size. - ArrayOperators.Slice - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$slice. - ArrayOperators.Slice.SliceElementsBuilder - Class in org.springframework.data.mongodb.core.aggregation
- ArrayOperators.SortArray - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$sortArraythat sorts elements in an array. - ArrayOperators.Zip - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$zip. - ArrayOperators.Zip.ZipBuilder - Class in org.springframework.data.mongodb.core.aggregation
- ArrayProjectionOperationBuilder(ProjectionOperation) - Constructor for class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ArrayProjectionOperationBuilder
- arrayToObject(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
-
Converts the given array (e.g. an array of two-element arrays, a field reference to an array,...) to an object.
- arrayType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- arrayValueOfToObject(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
-
Converts the array pointed to by the given
field referenceto an object. - arrayValueOfToObject(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
-
Converts the result array of the given
expressionto an object. - as(Class) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.DistinctWithProjection
-
Define the target type the result should be mapped to.
- as(Class) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithProjection
-
Define the target type fields should be mapped to.
- as(Class) - Method in interface org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithProjection
-
Define the target type fields should be mapped to.
- as(Class) - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.FindAndReplaceWithProjection
-
Define the target type fields should be mapped to.
- as(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveChangeStreamOperation.ChangeStreamWithFilterAndProjection
-
Define the target type fields should be mapped to.
- as(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.DistinctWithProjection
-
Define the target type the result should be mapped to.
- as(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.FindWithProjection
-
Define the target type fields should be mapped to.
- as(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithProjection
-
Define the target type fields should be mapped to.
- as(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.FindAndReplaceWithProjection
-
Define the target type fields should be mapped to.
- as(String) - Method in interface org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter.AsBuilder
-
Set the variableName for the elements in the input array.
- as(String) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Returns the finally to be applied
BucketOperationwith the given alias. - as(String) - Method in class org.springframework.data.mongodb.core.aggregation.CountOperation.CountOperationBuilder
-
Returns the finally to be applied
CountOperationwith the given alias. - as(String) - Method in class org.springframework.data.mongodb.core.aggregation.FacetOperation.FacetOperationBuilder
-
Creates a new
FacetOperationthat contains the configured pipeline ofAggregationOperationexposed as fieldName in the resulting facet document. - as(String) - Method in class org.springframework.data.mongodb.core.aggregation.GraphLookupOperation.GraphLookupOperationBuilder
-
Set the name of the array field added to each output document and return the final
GraphLookupOperation. - as(String) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation.GroupOperationBuilder
-
Allows to specify an alias for the new-operation operation.
- as(String) - Method in interface org.springframework.data.mongodb.core.aggregation.LookupOperation.AsBuilder
- as(String) - Method in class org.springframework.data.mongodb.core.aggregation.LookupOperation.LookupOperationBuilder
- as(String) - Method in interface org.springframework.data.mongodb.core.aggregation.LookupOperation.PipelineBuilder
- as(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ArrayProjectionOperationBuilder
-
Create the
ProjectionOperationfor the array property with given name. - as(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ExpressionProjectionOperationBuilder
- as(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Allows to specify an alias for the previous projection operation.
- as(String) - Method in class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation.ReplaceRootDocumentOperationBuilder
- as(String) - Method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.SetWindowFieldsOperationBuilder.As
-
Define the target name field name to hold the computation result.
- as(String) - Method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowOutput.ComputedFieldAppender
-
Specify the target field name.
- as(String) - Method in interface org.springframework.data.mongodb.core.aggregation.VariableOperators.Map.AsBuilder
-
Define the variableName for addressing items within the array.
- as(String) - Method in interface org.springframework.data.mongodb.core.query.Field.FieldProjectionExpression
-
Set the name to be used in the result and return a
Field. - asAggregationList(AggregationOperation...) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
- asArray(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
-
Includes the current
ProjectionOperationas an array with given name. - asBson(Object) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Returns the given source object as
Bson, i.e. - ASCENDING - Enum constant in enum class org.springframework.data.mongodb.core.index.IndexDirection
- asCollection(Object) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Returns given object as
Collection. - asDocument() - Method in interface org.springframework.data.mongodb.core.query.UpdateDefinition.ArrayFilter
-
Get the
Documentrepresentation of the filter to apply. - asDocument() - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
-
Get the where definition as a Document instance
- asDocument(Bson) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Return the
Bsonobject asDocument. - asDocument(Bson, CodecRegistry) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Return the
Bsonobject asDocument. - asExposedFields() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.Outputs
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
- asFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
- asin() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the inverse sine of a numeric value. - asinh() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the inverse hyperbolic sine of a numeric value. - asinhOf(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
-
Creates a new
AggregationExpressionthat calculates the inverse hyperbolic sine of a value. - asinhOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
-
Creates a new
AggregationExpressionthat calculates the inverse hyperbolic sine of a value. - asinhOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
-
Creates a new
AggregationExpressionthat calculates the inverse hyperbolic sine of a value. - asinOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
-
Creates a new
AggregationExpressionthat calculates the inverse sine of a value. - asinOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
-
Creates a new
AggregationExpressionthat calculates the inverse sine of a value. - asinOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
-
Creates a new
AggregationExpressionthat calculates the inverse sine of a value. - asList() - Method in class org.springframework.data.mongodb.core.aggregation.Fields
- asList() - Method in class org.springframework.data.mongodb.core.geo.Sphere
- asLiteral() - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.LiteralOperatorFactory
-
Creates new
LiteralOperators.Literalthat returns the associated value without parsing. - asLiteral() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$literalexpression that Takes the value previously and uses it as literal. - asLiteral(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
-
Creates new
LiteralOperators.Literal. - asMap(Bson) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Return the
Bsonobject asMap. - asMap(Bson, CodecRegistry) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Return the
Bsonobject asMap. - asMutableDocument(Bson) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Return the
Bsonobject as mutableDocumentcontaining all entries fromBson. - AssociationConverter(String, Association) - Constructor for class org.springframework.data.mongodb.core.convert.QueryMapper.AssociationConverter
-
Creates a new
QueryMapper.AssociationConverterfor the givenAssociation. - asString() - Method in class org.springframework.data.mongodb.core.query.Collation.CollationLocale
-
Get the string representation.
- atan() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the inverse tangent of a numeric value. - atan2(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the inverse tangent of the the numeric value divided by the given numeric value in the argument. - atan2(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the inverse tangent of the the numeric value divided by the given field reference in the argument. - atan2(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the inverse tangent of the the numeric value divided by the givenAggregationExpressionin the argument. - atan2of(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
-
Creates a new
AggregationExpressionthat calculates the inverse tangent of of y / x, where y and x are the first and second values passed to the expression respectively. - atan2of(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
-
Creates a new
AggregationExpressionthat calculates the inverse tangent of of y / x, where y and x are the first and second values passed to the expression respectively. - atan2of(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
-
Creates a new
AggregationExpressionthat calculates the hyperbolic tangent of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - atanh() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the inverse hyperbolic tangent of a numeric value. - atanhOf(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
-
Creates a new
AggregationExpressionthat calculates the inverse hyperbolic tangent of a value. - atanhOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
-
Creates a new
AggregationExpressionthat calculates the inverse hyperbolic tangent of a value. - atanhOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
-
Creates a new
AggregationExpressionthat calculates the inverse hyperbolic tangent of a value. - atanOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
-
Creates a new
AggregationExpressionthat calculates the inverse tangent of a value. - atanOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
-
Creates a new
AggregationExpressionthat calculates the inverse tangent of a value. - atanOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
-
Creates a new
AggregationExpressionthat calculates the inverse tangent of a value. - atPosition(int) - Method in class org.springframework.data.mongodb.core.query.Update.PushOperatorBuilder
-
Forces values to be added at the given position.
- atPosition(Update.Position) - Method in class org.springframework.data.mongodb.core.query.Update.PushOperatorBuilder
-
Forces values to be added at given position.
- attributes(Map) - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions.QueryableEncryptionOptions
-
Define the
rangeOptionsto be used for queryable document encryption. - AuditingEntityCallback - Class in org.springframework.data.mongodb.core.mapping.event
-
EntityCallbackto populate auditing related fields on an entity about to be saved. - AuditingEntityCallback(ObjectFactory) - Constructor for class org.springframework.data.mongodb.core.mapping.event.AuditingEntityCallback
-
Creates a new
AuditingEntityCallbackusing the givenMappingContextandAuditingHandlerprovided by the givenObjectFactory. - auditorAwareRef() - Element in annotation interface org.springframework.data.mongodb.config.EnableMongoAuditing
-
Configures the
AuditorAwarebean to be used to lookup the current principal. - auditorAwareRef() - Element in annotation interface org.springframework.data.mongodb.config.EnableReactiveMongoAuditing
-
Configures the
ReactiveAuditorAwarebean to be used to lookup the current principal. - AUTOGENERATED_ID_TYPES - Static variable in class org.springframework.data.mongodb.core.mapping.MongoSimpleTypes
- autoIndexCreation() - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
-
Configure whether to automatically create indices for domain types by deriving the
IndexDefinitionfrom the entity or not. - avg() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated numeric value expression and returns the average value. - avg() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat returns the average value of the numeric values. - avg() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Generates a builder for an
$avg-expression for the current value. - avg(String) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$avg-expression for the given field-reference. - avg(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$avg-expression for the givenAggregationExpression. - avgOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
-
Creates new
AccumulatorOperators.Avg. - avgOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
-
Creates new
AccumulatorOperators.Avg. - await(Duration) - Method in interface org.springframework.data.mongodb.core.messaging.Subscription
- awaitStart(Duration) - Method in interface org.springframework.data.mongodb.core.messaging.Task
-
Synchronous, blocking call that awaits until this
Taskbecomes active.
B
- background() - Element in annotation interface org.springframework.data.mongodb.core.index.CompoundIndex
-
Deprecated, for removal: This API element is subject to removal in a future version.since 5.0 for removal without replacement.
- background() - Method in class org.springframework.data.mongodb.core.index.Index
-
Deprecated, for removal: This API element is subject to removal in a future version.since 5.0 for removal without replacement.
- background() - Element in annotation interface org.springframework.data.mongodb.core.index.Indexed
-
Deprecated, for removal: This API element is subject to removal in a future version.since 5.0 for removal without replacement.
- backwardDiacriticSort() - Method in class org.springframework.data.mongodb.core.query.Collation
-
Sort string with diacritics sort from back of the string.
- backwards(boolean) - Method in class org.springframework.data.mongodb.core.query.Collation
-
Set the flag that determines whether strings with diacritics sort from back of the string.
- basePackageClasses() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Type-safe alternative to
EnableMongoRepositories.basePackages()for specifying the packages to scan for annotated components. - basePackageClasses() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Type-safe alternative to
EnableReactiveMongoRepositories.basePackages()for specifying the packages to scan for annotated components. - basePackages() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Base packages to scan for annotated components.
- basePackages() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Base packages to scan for annotated components.
- BasicMongoPersistentEntity<T> - Class in org.springframework.data.mongodb.core.mapping
-
MongoDB specific
MongoPersistentEntityimplementation that adds Mongo specific meta-data such as the collection name and the like. - BasicMongoPersistentEntity(TypeInformation) - Constructor for class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
-
Creates a new
BasicMongoPersistentEntitywith the givenTypeInformation. - BasicMongoPersistentProperty - Class in org.springframework.data.mongodb.core.mapping
-
MongoDB specific
PersistentPropertyimplementation. - BasicMongoPersistentProperty(Property, MongoPersistentEntity, SimpleTypeHolder, FieldNamingStrategy) - Constructor for class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
-
Creates a new
BasicMongoPersistentProperty. - BasicQuery - Class in org.springframework.data.mongodb.core.query
-
Custom
Queryimplementation to setup a basic query from some arbitrary JSON query string. - BasicQuery(String) - Constructor for class org.springframework.data.mongodb.core.query.BasicQuery
-
Create a new
BasicQuerygiven a JSONquery. - BasicQuery(String, String) - Constructor for class org.springframework.data.mongodb.core.query.BasicQuery
- BasicQuery(Document) - Constructor for class org.springframework.data.mongodb.core.query.BasicQuery
-
Create a new
BasicQuerygiven a queryDocument. - BasicQuery(Document, Document) - Constructor for class org.springframework.data.mongodb.core.query.BasicQuery
- BasicQuery(Query) - Constructor for class org.springframework.data.mongodb.core.query.BasicQuery
-
Create a BasicQuery given a
Query. - BasicUpdate - Class in org.springframework.data.mongodb.core.query
- BasicUpdate(String) - Constructor for class org.springframework.data.mongodb.core.query.BasicUpdate
- BasicUpdate(Document) - Constructor for class org.springframework.data.mongodb.core.query.BasicUpdate
- BeanNames - Class in org.springframework.data.mongodb.config
-
Constants to declare bean names used by the namespace configuration.
- BeanNames() - Constructor for class org.springframework.data.mongodb.config.BeanNames
- BeforeConvertCallback<T> - Interface in org.springframework.data.mongodb.core.mapping.event
-
Callback being invoked before a domain object is converted to be persisted.
- BeforeConvertEvent<T> - Class in org.springframework.data.mongodb.core.mapping.event
-
Event being thrown before a domain object is converted to be persisted.
- BeforeConvertEvent(T, String) - Constructor for class org.springframework.data.mongodb.core.mapping.event.BeforeConvertEvent
-
Creates new
BeforeConvertEvent. - BeforeDeleteEvent<T> - Class in org.springframework.data.mongodb.core.mapping.event
-
Event being thrown before a document is deleted.
- BeforeDeleteEvent(Document, Class, String) - Constructor for class org.springframework.data.mongodb.core.mapping.event.BeforeDeleteEvent
-
Creates a new
BeforeDeleteEventfor the givenDocument, type and collectionName. - BeforeSaveCallback<T> - Interface in org.springframework.data.mongodb.core.mapping.event
-
Entity callback triggered before save of a document.
- BeforeSaveEvent<E> - Class in org.springframework.data.mongodb.core.mapping.event
-
MongoMappingEventtriggered before save of a document. - BeforeSaveEvent(E, Document, String) - Constructor for class org.springframework.data.mongodb.core.mapping.event.BeforeSaveEvent
-
Creates new
BeforeSaveEvent. - bigDecimal(MongoCustomConversions.BigDecimalRepresentation) - Method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions.MongoConverterConfigurationAdapter
-
Configures the representation to for
BigDecimalandBigIntegervalues in MongoDB. - bigDecimalType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- BINARY - Enum constant in enum class org.springframework.data.mongodb.core.index.VectorIndex.Quantization
-
Converting a float point into a single bit.
- BINARY - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- BINARY_DATA - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- binaryType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- bind(Object...) - Method in class org.springframework.data.mongodb.BindableMongoExpression
-
Provide the arguments to bind to the placeholders via their index.
- bind(String, String) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
Fieldsinstance from the given field name and target reference. - BindableMongoExpression - Class in org.springframework.data.mongodb
-
A
MongoExpressionusing theParameterBindingDocumentCodecfor parsing a raw (json) expression. - BindableMongoExpression(String, Object[]) - Constructor for class org.springframework.data.mongodb.BindableMongoExpression
-
Create a new instance of
BindableMongoExpression. - BindableMongoExpression(String, CodecRegistryProvider, Object[]) - Constructor for class org.springframework.data.mongodb.BindableMongoExpression
-
Create a new instance of
BindableMongoExpression. - bindableValueForIndex(int) - Method in class org.springframework.data.mongodb.util.json.ParameterBindingContext
- bindParameters(Method, String, Object...) - Method in class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- binSize(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Define the numeric time value.
- binSize(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Define the numeric time value.
- binSize(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Define the numeric time value via an
AggregationExpression. - bits() - Element in annotation interface org.springframework.data.mongodb.core.index.GeoSpatialIndexed
-
Bits of precision for boundary calculations.
- bits() - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Use
Criteria.BitwiseCriteriaOperatorsas gateway to create a criterion using one of the bitwise operators like$bitsAllClear. - bitwise(String) - Method in class org.springframework.data.mongodb.core.query.Update
-
The operator supports bitwise
and, bitwiseor, and bitwisexoroperations. - BitwiseOperatorBuilder(Update, String) - Constructor for class org.springframework.data.mongodb.core.query.Update.BitwiseOperatorBuilder
-
Creates a new
Update.BitwiseOperatorBuilder. - blocking(ReactiveIndexOperations) - Static method in interface org.springframework.data.mongodb.core.index.IndexOperationsAdapter
-
Obtain a blocking variant of
IndexOperationswrappingReactiveIndexOperations. - bool() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Create a new
JsonSchemaObjectoftype : 'boolean'. - bool(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.BooleanJsonSchemaPropertywith given identifier oftype : 'boolean'. - BOOLEAN - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- BOOLEAN - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- BooleanOperatorFactory(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.BooleanOperators.BooleanOperatorFactory
-
Creates new
BooleanOperators.BooleanOperatorFactoryfor given fieldReference. - BooleanOperatorFactory(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.BooleanOperators.BooleanOperatorFactory
-
Creates new
BooleanOperators.BooleanOperatorFactoryfor givenAggregationExpression. - BooleanOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to boolean expressions that evaluate their argument expressions as booleans and return a boolean as the result.
- BooleanOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.BooleanOperators
- BooleanOperators.And - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$and. - BooleanOperators.BooleanOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- BooleanOperators.Not - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$not. - BooleanOperators.Or - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$or. - booleanType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- bottom() - Static method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
- bottom(int) - Static method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
- bounded(Object, Object) - Static method in interface org.springframework.data.mongodb.core.aggregation.DensifyOperation.Range
-
Add documents spanning the range of values within the given lower (inclusive) and upper (exclusive) bound.
- BoundedRange(Object, Object, DensifyOperation.DensifyUnit) - Constructor for class org.springframework.data.mongodb.core.aggregation.DensifyOperation.BoundedRange
- BSON - Static variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- BSON_TYPES - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- bsonTypeOf(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- bsonTypes() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- BsonUtils - Class in org.springframework.data.mongodb.util
-
Internal API for operations on
Bsonelements that can be eitherDocumentorDBObject. - BsonUtils() - Constructor for class org.springframework.data.mongodb.util.BsonUtils
- bucket(String) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
BucketOperationgiven groupByField. - bucket(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
BucketOperationgivengroup-by expression. - bucketAuto(String, int) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
BucketAutoOperationgiven groupByField. - bucketAuto(AggregationExpression, int) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
BucketAutoOperationgivengroup-by expression. - BucketAutoOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$bucketAuto-operation. - BucketAutoOperation(AggregationExpression, int) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation
-
Creates a new
BucketAutoOperationgiven agroup-by expression. - BucketAutoOperation(Field, int) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation
-
Creates a new
BucketAutoOperationgiven agroup-by field. - BucketAutoOperation.BucketAutoOperationOutputBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
BucketOperationSupport.OutputBuilderimplementation forBucketAutoOperation. - BucketAutoOperation.ExpressionBucketAutoOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
BucketOperationSupport.ExpressionBucketOperationBuilderSupportimplementation forBucketAutoOperationusing SpEL expression basedBucketOperationSupport.Output. - BucketAutoOperation.Granularities - Enum Class in org.springframework.data.mongodb.core.aggregation
-
Supported MongoDB granularities.
- BucketAutoOperation.Granularity - Interface in org.springframework.data.mongodb.core.aggregation
- BucketAutoOperationOutputBuilder(Object, BucketAutoOperation) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.BucketAutoOperationOutputBuilder
-
Creates a new
BucketAutoOperation.BucketAutoOperationOutputBuilderfot the given value andBucketAutoOperation. - BucketOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$bucket-operation. - BucketOperation(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketOperation
-
Creates a new
BucketOperationgiven agroup-by expression. - BucketOperation(Field) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketOperation
-
Creates a new
BucketOperationgiven agroup-by field. - BucketOperation.BucketOperationOutputBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
BucketOperationSupport.OutputBuilderimplementation forBucketOperation. - BucketOperation.ExpressionBucketOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
BucketOperationSupport.ExpressionBucketOperationBuilderSupportimplementation forBucketOperationusing SpEL expression basedBucketOperationSupport.Output. - BucketOperationOutputBuilder(Object, BucketOperation) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketOperation.BucketOperationOutputBuilder
-
Creates a new
BucketOperation.BucketOperationOutputBuilderfot the given value andBucketOperation. - BucketOperationSupport<T,
B> - Class in org.springframework.data.mongodb.core.aggregation -
Base class for bucket operations that support output expressions the aggregation framework.
- BucketOperationSupport(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
-
Creates a new
BucketOperationSupportgiven agroup-by expression. - BucketOperationSupport(BucketOperationSupport) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
-
Creates a copy of
BucketOperationSupport. - BucketOperationSupport(BucketOperationSupport, BucketOperationSupport.Outputs) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
-
Creates a copy of
BucketOperationSupportand applies the newBucketOperationSupport.Outputs. - BucketOperationSupport(Field) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
-
Creates a new
BucketOperationSupportgiven agroup-by field. - BucketOperationSupport.ExpressionBucketOperationBuilderSupport<B,
T> - Class in org.springframework.data.mongodb.core.aggregation -
Builder for SpEL expression-based
BucketOperationSupport.Output. - BucketOperationSupport.OperationOutput - Class in org.springframework.data.mongodb.core.aggregation
-
Output field that uses a Mongo operation (expression object) to generate an output field value.
- BucketOperationSupport.Output - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates an output field in a bucket aggregation stage.
- BucketOperationSupport.OutputBuilder<B,
T> - Class in org.springframework.data.mongodb.core.aggregation -
Base class for
BucketOperationSupport.Outputbuilders that result in aBucketOperationSupportproviding the builtBucketOperationSupport.Output. - BucketOperationSupport.Outputs - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates
BucketOperationSupport.Outputs. - build() - Method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation.AddFieldsOperationBuilder
- build() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Returns a new
AggregationOptionsinstance with the given configuration. - build() - Method in class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyOperationBuilder
- build() - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.MergeOperationBuilder
- build() - Method in class org.springframework.data.mongodb.core.aggregation.RedactOperation.RedactOperationBuilder
- build() - Method in interface org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator.AccumulatorFinalizeBuilder
-
Build the
ScriptOperators.Accumulatorobject without specifying afinalize function. - build() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindowBuilder
- build() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
-
Build the
SetWindowFieldsOperation.RangeWindow. - build() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.SetWindowFieldsOperationBuilder
-
Obtain a new instance of
SetWindowFieldsOperationwith previously set arguments. - build() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
- build() - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexDefinitionBuilder
- build() - Method in class org.springframework.data.mongodb.core.mapping.MongoField.MongoFieldBuilder
-
Build a new
MongoField. - build() - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
- build() - Method in class org.springframework.data.mongodb.core.messaging.Message.MessageProperties.MessagePropertiesBuilder
- build() - Method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest.TailableCursorRequestBuilder
- build() - Method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest.TailableCursorRequestOptions.TailableCursorRequestOptionsBuilder
- build() - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
-
Obtain the
MongoJsonSchema. - build() - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload.GridFsUploadBuilder
- build() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload.ReactiveGridFsUploadBuilder
- buildEncryptionContext(MongoConversionContext) - Method in interface org.springframework.data.mongodb.core.convert.encryption.EncryptingConverter
-
Obtain the
EncryptionContextfor a givenvalue conversion context. - buildEncryptionContext(MongoConversionContext) - Method in class org.springframework.data.mongodb.core.convert.encryption.MongoEncryptionConverter
- builder() - Static method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation
-
Define the
AddFieldsOperationviaAddFieldsOperation.AddFieldsOperationBuilder. - builder() - Static method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Obtain a new
AggregationOptions.Builderfor constructingAggregationOptions. - builder() - Static method in class org.springframework.data.mongodb.core.aggregation.DensifyOperation
-
Obtain a builder to create the
DensifyOperation. - builder() - Static method in class org.springframework.data.mongodb.core.aggregation.GraphLookupOperation
-
Creates a new
GraphLookupOperation.FromBuilderto buildGraphLookupOperation. - builder() - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation
-
Access the
builder APIto create a new instance ofMergeOperation. - builder() - Static method in class org.springframework.data.mongodb.core.aggregation.RedactOperation
-
Obtain a new instance of
RedactOperation.RedactOperationBuilderto specify condition and outcome of the $redact operation. - builder() - Static method in class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation
-
Creates a new
ReplaceRootOperation.ReplaceRootDocumentOperationBuilder. - builder() - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperation
-
Define the
SetOperationviaSetOperation.FieldAppender. - builder() - Static method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation
-
Obtain a
builderto create aSetWindowFieldsOperation. - builder() - Static method in class org.springframework.data.mongodb.core.ChangeStreamOptions
-
Obtain a shiny new
ChangeStreamOptions.ChangeStreamOptionsBuilderand start defining options in this fancy fluent way. - builder() - Static method in class org.springframework.data.mongodb.core.index.TextIndexDefinition
- builder() - Static method in class org.springframework.data.mongodb.core.mapping.MongoField
- builder() - Static method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest
-
Obtain a shiny new
ChangeStreamRequest.ChangeStreamRequestBuilderand start defining yourChangeStreamRequestin this fancy fluent way. - builder() - Static method in class org.springframework.data.mongodb.core.messaging.Message.MessageProperties
-
Obtain a shiny new
Message.MessageProperties.MessagePropertiesBuilderand start defining options in this fancy fluent way. - builder() - Static method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest
-
Obtain a shiny new
TailableCursorRequest.TailableCursorRequestBuilderand start defining options in this fancy fluent way. - builder() - Static method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest.TailableCursorRequestOptions
-
Obtain a shiny new
TailableCursorRequest.TailableCursorRequestOptions.TailableCursorRequestOptionsBuilderand start defining options in this fancy fluent way. - builder() - Static method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema
-
Obtain a new
MongoJsonSchema.MongoJsonSchemaBuilderto fluently define the schema. - builder(MessageListener) - Static method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest
-
Obtain a shiny new
ChangeStreamRequest.ChangeStreamRequestBuilderand start defining yourChangeStreamRequestin this fancy fluent way. - builder(MessageListener) - Static method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest
-
Obtain a shiny new
TailableCursorRequest.TailableCursorRequestBuilderand start defining options in this fancy fluent way. - Builder() - Constructor for class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
- BUILDING - Enum constant in enum class org.springframework.data.mongodb.core.index.SearchIndexStatus
-
building or re-building the index - might be queryable
- bulk(Collection) - Method in interface org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingBulkInsert
-
Bulk write collection of objects.
- BULK - Enum constant in enum class org.springframework.data.mongodb.core.MongoActionOperation
- bulkFetch(List) - Method in interface org.springframework.data.mongodb.core.convert.DbRefResolver
-
Loads a given
ListofDBRefs from the datasource in one batch. - bulkFetch(List) - Method in class org.springframework.data.mongodb.core.convert.DefaultDbRefResolver
- bulkFetch(List) - Method in enum class org.springframework.data.mongodb.core.convert.NoOpDbRefResolver
- BulkOperationException - Exception Class in org.springframework.data.mongodb
-
Is thrown when errors occur during bulk operations.
- BulkOperationException(String, MongoBulkWriteException) - Constructor for exception class org.springframework.data.mongodb.BulkOperationException
-
Creates a new
BulkOperationExceptionwith the given message and sourceMongoBulkWriteException. - BulkOperations - Interface in org.springframework.data.mongodb.core
-
Bulk operations for insert/update/remove actions on a collection.
- BulkOperations.BulkMode - Enum Class in org.springframework.data.mongodb.core
-
Mode for bulk operation.
- bulkOps(BulkOperations.BulkMode, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns a new
BulkOperationsfor the given entity type and collection name. - bulkOps(BulkOperations.BulkMode, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- bulkOps(BulkOperations.BulkMode, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns a new
ReactiveBulkOperationsfor the given entity type and collection name. - bulkOps(BulkOperations.BulkMode, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- bulkOps(BulkOperations.BulkMode, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns a new
BulkOperationsfor the given entity type. - bulkOps(BulkOperations.BulkMode, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- bulkOps(BulkOperations.BulkMode, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns a new
ReactiveBulkOperationsfor the given entity type. - bulkOps(BulkOperations.BulkMode, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- bulkOps(BulkOperations.BulkMode, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns a new
BulkOperationsfor the given collection. - bulkOps(BulkOperations.BulkMode, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- bulkOps(BulkOperations.BulkMode, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns a new
ReactiveBulkOperationsfor the given collection. - bulkOps(BulkOperations.BulkMode, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- by(int) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
-
Shift the document position relative to the current.
- by(String) - Method in interface org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter.ConditionBuilder
-
Set the expression that determines whether to include the element in the resulting array.
- by(Document) - Method in interface org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter.ConditionBuilder
-
Set the expression that determines whether to include the element in the resulting array.
- by(Sort) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
-
Set the order to put elements in.
- by(Aggregation) - Method in interface org.springframework.data.mongodb.core.ExecutableAggregationOperation.AggregationWithAggregation
-
Set the aggregation to be used.
- by(Aggregation) - Method in interface org.springframework.data.mongodb.core.ReactiveAggregationOperation.AggregationOperationWithAggregation
-
Set the aggregation to be used.
- by(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter.ConditionBuilder
-
Set the
AggregationExpressionthat determines whether to include the element in the resulting array. - byExample(Object) - Static method in class org.springframework.data.mongodb.core.query.Criteria
-
Static factory method to create a
Criteriamatching an example object. - byExample(Example) - Static method in class org.springframework.data.mongodb.core.query.Criteria
-
Static factory method to create a
Criteriamatching an example object. - byValueAscending() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
-
Sort the array elements by their values in ascending order.
- byValueDescending() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
-
Sort the array elements by their values in descending order.
C
- CachingMongoPersistentProperty - Class in org.springframework.data.mongodb.core.mapping
- CachingMongoPersistentProperty(Property, MongoPersistentEntity, SimpleTypeHolder, FieldNamingStrategy) - Constructor for class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
-
Creates a new
CachingMongoPersistentProperty. - call(String, Object...) - Method in interface org.springframework.data.mongodb.core.ScriptOperations
-
Deprecated.Call the JavaScript by its name.
- cancel() - Method in interface org.springframework.data.mongodb.core.messaging.Cancelable
-
Abort and free resources.
- Cancelable - Interface in org.springframework.data.mongodb.core.messaging
-
Cancelable allows stopping long running tasks and freeing underlying resources.
- CANCELLED - Enum constant in enum class org.springframework.data.mongodb.core.messaging.Task.State
- capped() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith already given settings and capped set to true. - captureExpressionDependencies(String, ValueProvider, ValueExpressionParser) - Method in class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
-
Determine
ExpressionDependenciesfrom Expressions that are nested in thejsoncontent. - caseFirst(String) - Method in class org.springframework.data.mongodb.core.query.Collation
-
Set the flag that determines sort order of case differences during tertiary level comparisons.
- caseFirst(Collation.CaseFirst) - Method in class org.springframework.data.mongodb.core.query.Collation
-
Set the flag that determines sort order of case differences during tertiary level comparisons.
- caseFirst(Collation.CaseFirst) - Method in class org.springframework.data.mongodb.core.query.Collation.TertiaryICUComparisonLevel
-
Set the flag that determines sort order of case differences.
- caseLevel(boolean) - Method in class org.springframework.data.mongodb.core.query.Collation
-
Set whether to include
caseLevelcomparison. - caseSensitive(boolean) - Method in class org.springframework.data.mongodb.core.query.TextCriteria
-
Optionally enable or disable case sensitive search.
- ceil() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat returns the smallest integer greater than or equal to the associated number. - ceil() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$ceilexpression that takes the number of the previously mentioned field and returns the smallest integer greater than or equal to the specified number. - ceilValueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
-
Creates new
ArithmeticOperators.Ceil. - ceilValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
-
Creates new
ArithmeticOperators.Ceil. - ceilValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
-
Creates new
ArithmeticOperators.Ceil. - cglibProxyReflectionMemberAccess(TypeHint.Builder) - Static method in class org.springframework.data.mongodb.aot.MongoAotReflectionHelper
- changeStream(String, String, ChangeStreamOptions, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Subscribe to a MongoDB Change Stream via the reactive infrastructure.
- changeStream(String, String, ChangeStreamOptions, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- changeStream(String, ChangeStreamOptions, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Subscribe to a MongoDB Change Stream for all events in the given collection via the reactive infrastructure.
- changeStream(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveChangeStreamOperation
-
Start creating a change stream operation for the given domainType watching all collections within the database.
- changeStream(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- changeStream(ChangeStreamOptions, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Subscribe to a MongoDB Change Stream for all events in the configured default database via the reactive infrastructure.
- changeStream(CollectionOptions.CollectionChangeStreamOptions) - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith the givenCollectionOptions.TimeSeriesOptions. - ChangeStreamEvent<T> - Class in org.springframework.data.mongodb.core
-
Messageimplementation specific to MongoDB Change Streams. - ChangeStreamEvent(ChangeStreamDocument, Class, MongoConverter) - Constructor for class org.springframework.data.mongodb.core.ChangeStreamEvent
- ChangeStreamOptions - Class in org.springframework.data.mongodb.core
-
Options applicable to MongoDB Change Streams.
- ChangeStreamOptions() - Constructor for class org.springframework.data.mongodb.core.ChangeStreamOptions
- ChangeStreamOptions.ChangeStreamOptionsBuilder - Class in org.springframework.data.mongodb.core
-
Builder for creating
ChangeStreamOptions. - ChangeStreamRequest<T> - Class in org.springframework.data.mongodb.core.messaging
-
SubscriptionRequestimplementation to be used for listening to Change Streams via aMessageListenerContainerusing the synchronous MongoDB Java driver. - ChangeStreamRequest(MessageListener, SubscriptionRequest.RequestOptions) - Constructor for class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest
- ChangeStreamRequest.ChangeStreamRequestBuilder<T> - Class in org.springframework.data.mongodb.core.messaging
-
Builder for creating
ChangeStreamRequest. - ChangeStreamRequest.ChangeStreamRequestOptions - Class in org.springframework.data.mongodb.core.messaging
-
SubscriptionRequest.RequestOptionsimplementation specific to aChangeStreamRequest. - ChangeStreamRequestOptions(String, String, Duration, ChangeStreamOptions) - Constructor for class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestOptions
-
Create new
ChangeStreamRequest.ChangeStreamRequestOptions. - ChangeStreamRequestOptions(String, String, ChangeStreamOptions) - Constructor for class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestOptions
-
Create new
ChangeStreamRequest.ChangeStreamRequestOptions. - chars(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
-
Optional specify the character(s) to trim from the beginning.
- chars(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
-
Optional specify the character(s) to trim from the end.
- chars(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
-
Optional specify the character(s) to trim from the beginning.
- charsOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
-
Optional specify the reference to the
fieldholding the character values to trim from the beginning. - charsOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
-
Optional specify the reference to the
fieldholding the character values to trim from the end. - charsOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
-
Optional specify the reference to the
fieldholding the character values to trim from the beginning. - charsOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
-
Optional specify the
AggregationExpressionevaluating to the character sequence to trim from the beginning. - charsOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
-
Optional specify the
AggregationExpressionevaluating to the character sequence to trim from the end. - charsOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
-
Optional specify the
AggregationExpressionevaluating to the character sequence to trim from the beginning. - checkForIndexes(MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.index.ReactiveMongoPersistentEntityIndexCreator
-
Inspect entities for index creation.
- chunkSize(int) - Method in class org.springframework.data.mongodb.gridfs.GridFsObject.Options
- chunkSize(int) - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload.GridFsUploadBuilder
-
Set the upload chunk size in bytes.
- chunkSize(int) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload.ReactiveGridFsUploadBuilder
-
Set the upload chunk size in bytes.
- ClientSessionException - Exception Class in org.springframework.data.mongodb
-
NonTransientDataAccessExceptionspecific to MongoDBClientSessionrelated data access failures such as reading data using an already closed session. - ClientSessionException(String, Throwable) - Constructor for exception class org.springframework.data.mongodb.ClientSessionException
-
Constructor for
ClientSessionException. - ClientSessionException(String) - Constructor for exception class org.springframework.data.mongodb.ClientSessionException
-
Constructor for
ClientSessionException. - closeClient() - Method in class org.springframework.data.mongodb.core.MongoDatabaseFactorySupport
-
Close the client instance.
- closeClient() - Method in class org.springframework.data.mongodb.core.SimpleMongoClientDatabaseFactory
- CLUSTER_TIME - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
-
Variable for the current timestamp.
- cmp(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$cmpexpression (compare to) that compares the value of the field to a given value or field. - codecRegistryProvider - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- CodecRegistryProvider - Interface in org.springframework.data.mongodb
-
Provider interface to obtain
CodecRegistryfrom the underlying MongoDB Java driver. - collation() - Element in annotation interface org.springframework.data.mongodb.core.index.CompoundIndex
-
The actual collation definition in JSON format or a
template expressionresolving to either a JSON String or aDocument. - collation() - Element in annotation interface org.springframework.data.mongodb.core.index.Indexed
-
The actual collation definition in JSON format or a
template expressionresolving to either a JSON String or aDocument. - collation() - Element in annotation interface org.springframework.data.mongodb.core.index.WildcardIndexed
-
Defines the collation to apply.
- collation() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Document
-
Defines the collation to apply when executing a query or creating indexes.
- collation() - Element in annotation interface org.springframework.data.mongodb.core.mapping.TimeSeries
-
Defines the collation to apply when executing a query or creating indexes.
- collation() - Element in annotation interface org.springframework.data.mongodb.repository.Aggregation
-
Defines the collation to apply when executing the aggregation.
- collation() - Element in annotation interface org.springframework.data.mongodb.repository.Query
-
Defines the collation to apply when executing the query.
- collation(Collation) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Define collation settings for string comparison.
- collation(Collation) - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith already given settings andcollationset to given value. - collation(Collation) - Method in class org.springframework.data.mongodb.core.FindAndModifyOptions
-
Define the
Collationspecifying language-specific rules for string comparison. - collation(Collation) - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
- collation(Collation) - Method in class org.springframework.data.mongodb.core.index.Index
- collation(Collation) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.Define the Collation specifying language-specific rules for string comparison.
- collation(Collation) - Method in class org.springframework.data.mongodb.core.query.Query
-
Set the
Collationapplying language-specific rules for string comparison. - collation(Collation) - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
-
Set the collation to use.
- collation(Collation) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the collation to use.
- collation(Collation) - Method in class org.springframework.data.mongodb.core.ViewOptions
- Collation - Class in org.springframework.data.mongodb.core.query
-
Central abstraction for MongoDB collation support.
- Collation - Annotation Interface in org.springframework.data.mongodb.core.annotation
-
Collationallows to define the rules used for language-specific string comparison. - Collation.Alternate - Class in org.springframework.data.mongodb.core.query
- Collation.AlternateWithMaxVariable - Class in org.springframework.data.mongodb.core.query
- Collation.CaseFirst - Class in org.springframework.data.mongodb.core.query
- Collation.CollationLocale - Class in org.springframework.data.mongodb.core.query
-
ICU locale abstraction for usage with MongoDB
Collation. - Collation.ComparisonLevel - Interface in org.springframework.data.mongodb.core.query
-
Abstraction for the ICU Comparison Levels.
- Collation.PrimaryICUComparisonLevel - Class in org.springframework.data.mongodb.core.query
-
Primary-strength
Collation.ICUComparisonLevel. - Collation.SecondaryICUComparisonLevel - Class in org.springframework.data.mongodb.core.query
-
Secondary-strength
Collation.ICUComparisonLevel. - Collation.TertiaryICUComparisonLevel - Class in org.springframework.data.mongodb.core.query
-
Tertiary-strength
Collation.ICUComparisonLevel. - collationOf(Object) - Method in class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- collection() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Document
-
The collection the document representing the entity is supposed to be stored in.
- collection() - Element in annotation interface org.springframework.data.mongodb.core.mapping.DocumentReference
-
The collection the referenced entity resides in.
- collection() - Element in annotation interface org.springframework.data.mongodb.core.mapping.TimeSeries
-
The collection the document representing the entity is supposed to be stored in.
- collection(String) - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.MergeOperationTarget
- collection(String) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the name of the
MongoCollectionto listen to. - collection(String) - Method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest.TailableCursorRequestBuilder
-
Set the name of the
MongoCollectionto listen to. - collection(String) - Method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest.TailableCursorRequestOptions.TailableCursorRequestOptionsBuilder
-
Set the collection name to tail.
- CollectionCallback<T> - Interface in org.springframework.data.mongodb.core
-
Callback interface for executing actions against a
MongoCollection. - collectionExists(Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Check to see if a collection with a name indicated by the entity class exists.
- collectionExists(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- collectionExists(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Check to see if a collection with a name indicated by the entity class exists.
- collectionExists(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- collectionExists(String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Check to see if a collection with a given name exists.
- collectionExists(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- collectionExists(String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Check to see if a collection with a given name exists.
- collectionExists(String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- collectionName(String) - Method in class org.springframework.data.mongodb.core.messaging.Message.MessageProperties.MessagePropertiesBuilder
- CollectionOptions - Class in org.springframework.data.mongodb.core
-
Provides a simple wrapper to encapsulate the variety of settings you can use when creating a collection.
- CollectionOptions.CollectionChangeStreamOptions - Class in org.springframework.data.mongodb.core
-
Encapsulation of options applied to define collections change stream behaviour.
- CollectionOptions.EncryptedFieldsOptions - Class in org.springframework.data.mongodb.core
-
Encapsulation of Encryption options for collections.
- CollectionOptions.TimeSeriesOptions - Class in org.springframework.data.mongodb.core
-
Options applicable to Time Series collections.
- CollectionOptions.ValidationOptions - Class in org.springframework.data.mongodb.core
-
Encapsulation of ValidationOptions options.
- CollectionPreparer<T> - Interface in org.springframework.data.mongodb.core
-
Interface for functional preparation of a
MongoCollection. - COMMAND - Static variable in class org.springframework.data.mongodb.core.geo.Sphere
- commandFailed(CommandFailedEvent) - Method in class org.springframework.data.mongodb.observability.MongoObservationCommandListener
- commandStarted(CommandStartedEvent) - Method in class org.springframework.data.mongodb.observability.MongoObservationCommandListener
- commandSucceeded(CommandSucceededEvent) - Method in class org.springframework.data.mongodb.observability.MongoObservationCommandListener
- comment() - Element in annotation interface org.springframework.data.mongodb.repository.Meta
-
Add a comment to the query.
- comment(String) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Define a comment to describe the execution.
- comment(String) - Method in class org.springframework.data.mongodb.core.query.Query
-
Add a comment to the query that is propagated to the profile log.
- commitTransaction() - Method in class org.springframework.data.mongodb.MongoTransactionManager.MongoTransactionObject
-
Commit the transaction.
- commitTransaction() - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager.ReactiveMongoTransactionObject
-
Commit the transaction.
- compareTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
-
Creates new
ComparisonOperators.Cmpwith all previously added arguments appending the given one. - compareTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values. - compareTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
-
Creates new
ComparisonOperators.Cmpwith all previously added arguments appending the given one. - compareTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values. - compareToValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
-
Creates new
ComparisonOperators.Cmpwith all previously added arguments appending the given one. - compareToValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values. - ComparisonOperatorFactory(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
ComparisonOperators.ComparisonOperatorFactoryfor given fieldReference. - ComparisonOperatorFactory(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
ComparisonOperators.ComparisonOperatorFactoryfor givenAggregationExpression. - ComparisonOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to comparison expressions.
- ComparisonOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.ComparisonOperators
- ComparisonOperators.Cmp - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$cmp. - ComparisonOperators.ComparisonOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- ComparisonOperators.Eq - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$eq. - ComparisonOperators.Gt - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$gt. - ComparisonOperators.Gte - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$gte. - ComparisonOperators.Lt - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$lt. - ComparisonOperators.Lte - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$lte. - ComparisonOperators.Ne - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$ne. - complete(Criteria, Sort) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryCreator
- CompoundIndex - Annotation Interface in org.springframework.data.mongodb.core.index
-
Mark a class to use compound indexes.
- CompoundIndexDefinition - Class in org.springframework.data.mongodb.core.index
-
Index definition to span multiple keys.
- CompoundIndexDefinition(Document) - Constructor for class org.springframework.data.mongodb.core.index.CompoundIndexDefinition
-
Creates a new
CompoundIndexDefinitionfor the given keys. - CompoundIndexes - Annotation Interface in org.springframework.data.mongodb.core.index
-
Container annotation that allows to collect multiple
CompoundIndexannotations. - computeClientSetting() - Method in class org.springframework.data.mongodb.core.MongoClientFactoryBean
-
Create
MongoClientSettingsbased on configuration and priority (lower is better). - ComputedField(String, AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.ComputedField
-
Create a new
SetWindowFieldsOperation.ComputedField. - ComputedField(String, AggregationExpression, SetWindowFieldsOperation.Window) - Constructor for class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.ComputedField
-
Create a new
SetWindowFieldsOperation.ComputedField. - computeUploadOptionsFor(String, Document) - Method in class org.springframework.data.mongodb.gridfs.GridFsTemplate
-
Compute the
GridFSUploadOptionsto be used from the given contentType and metadataDocument. - computeUploadOptionsFor(String, Document) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
-
Compute the
GridFSUploadOptionsto be used from the given contentType and metadataDocument. - concat(Object...) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$concatexpression that takes the string representation of the previously mentioned field and concats given values to it. - concat(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated array and concats the given arrayFieldReference to it. - concat(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
-
Concat with the array stored at the given field.
- concat(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
-
Concat the given value.
- concat(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and concats given value to it. - concat(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated array and concats the array resulting form the given expression to it. - concat(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
-
Concat with the array resulting from the given
AggregationExpression. - concatArrays(String...) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$concatArraysexpression that takes the string representation of the previously mentioned field and concats it with the arrays from the referenced fields. - concatValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
-
Concat the value of the given field.
- concatValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and concats the value of the referenced field to it. - concatValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
-
Concat the value resulting from the given
AggregationExpression. - concatValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and concats the result of the givenAggregationExpressionto it. - ConditionalOperatorFactory(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.ConditionalOperatorFactory
-
Creates new
ConditionalOperators.ConditionalOperatorFactoryfor given fieldReference. - ConditionalOperatorFactory(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.ConditionalOperatorFactory
-
Creates new
ConditionalOperators.ConditionalOperatorFactoryfor givenAggregationExpression. - ConditionalOperatorFactory(CriteriaDefinition) - Constructor for class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.ConditionalOperatorFactory
-
Creates new
ConditionalOperators.ConditionalOperatorFactoryfor givenCriteriaDefinition. - ConditionalOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to conditional expressions that evaluate their argument expressions as booleans to a value.
- ConditionalOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.ConditionalOperators
- ConditionalOperators.Cond - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$condoperator. - ConditionalOperators.Cond.OtherwiseBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ConditionalOperators.Cond.ThenBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ConditionalOperators.Cond.WhenBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ConditionalOperators.ConditionalOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- ConditionalOperators.IfNull - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$ifNulloperator. - ConditionalOperators.IfNull.IfNullBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ConditionalOperators.IfNull.OrBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ConditionalOperators.IfNull.ThenBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ConditionalOperators.Switch - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$switch. - ConditionalOperators.Switch.CaseOperator - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework case document inside a
$switch-operation. - ConditionalOperators.Switch.CaseOperator.ThenBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- configureClientSettings(MongoClientSettings.Builder) - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
-
Configure
MongoClientSettingsvia itsMongoClientSettings.BuilderAPI. - configureConverters(MongoCustomConversions.MongoConverterConfigurationAdapter) - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
-
Configuration hook for
MongoCustomConversionscreation. - configurePropertyConversions(Consumer) - Method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions.MongoConverterConfigurationAdapter
-
Gateway to register property specific converters.
- configureTypeContributions(AotRepositoryContext, GenerationContext) - Method in class org.springframework.data.mongodb.repository.aot.AotMongoRepositoryPostProcessor
- connectFrom(String) - Method in interface org.springframework.data.mongodb.core.aggregation.GraphLookupOperation.ConnectFromBuilder
-
Set the connectFrom fieldName to apply the
$graphLookupto. - ConnectionStringPropertyEditor - Class in org.springframework.data.mongodb.config
-
Parse a
Stringto aConnectionString. - ConnectionStringPropertyEditor() - Constructor for class org.springframework.data.mongodb.config.ConnectionStringPropertyEditor
- connectTo(String) - Method in interface org.springframework.data.mongodb.core.aggregation.GraphLookupOperation.ConnectToBuilder
-
Set the connectTo fieldName to apply the
$graphLookupto. - considerNestedRepositories() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Configures whether nested repository-interfaces (e.g. defined as inner classes) should be discovered by the repositories infrastructure.
- considerNestedRepositories() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Configures whether nested repository-interfaces (e.g. defined as inner classes) should be discovered by the repositories infrastructure.
- CONTAINING - Enum constant in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator.MatchMode
-
Matches string containing pattern
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
-
Check if the given key is available.
- contains(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
-
Check if the given key is available.
- contains(Bson, String, Object) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Check if a given entry (key/value pair) is present in the given
Bson. - containsAssociation() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.Field
-
Returns whether the field references an association in case it refers to a nested field.
- containsUnionWith() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationPipeline
-
Return whether this aggregation pipeline defines a
$unionWithstage that may contribute documents from other collections. - containsValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat returns a boolean indicating whether a specified value is in the associated array. - containsValue(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.ArrayOperators.In.InBuilder
-
Set the value to check for existence in the array.
- content(InputStream) - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload.GridFsUploadBuilder
-
Define the content of the file to upload.
- content(Supplier) - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload.GridFsUploadBuilder
-
Define the content of the file to upload.
- content(Publisher) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload.ReactiveGridFsUploadBuilder
-
Define the content of the file to upload.
- contention(long) - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics.EqualityQuery
- contention(long) - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics.RangeQuery
- contentionFactor() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Queryable
-
Set the contention factor
- contentionFactor() - Element in annotation interface org.springframework.data.mongodb.core.mapping.RangeEncrypted
-
Set the contention factor.
- contentionFactor(Long) - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions.QueryableEncryptionOptions
-
Define the
contentionFactorto be used for queryable document encryption. - contentLength() - Method in class org.springframework.data.mongodb.gridfs.GridFsResource
- contentType(String) - Method in class org.springframework.data.mongodb.gridfs.GridFsObject.Options
-
Set the associated content type.
- contentType(String) - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload.GridFsUploadBuilder
-
Set the content type.
- contentType(String) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload.ReactiveGridFsUploadBuilder
-
Set the content type.
- Context(AbstractBsonReader.Context, BsonContextType) - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader.Context
- contextFor(Class) - Static method in class org.springframework.data.mongodb.util.aggregation.TestAggregationContext
- contextFor(Class, MongoConverter) - Static method in class org.springframework.data.mongodb.util.aggregation.TestAggregationContext
- ContextProviderFactory - Class in org.springframework.data.mongodb.observability
-
Factory to create a
ContextProviderto propagate the request context across tasks. - ContextProviderFactory() - Constructor for class org.springframework.data.mongodb.observability.ContextProviderFactory
- continueOnMissingFieldReference() - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationOperationContext
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.3.1,
FieldLookupPolicyshould be specified explicitly when creating the AggregationOperationContext. - continueOnMissingFieldReference() - Method in class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
-
Deprecated, for removal: This API element is subject to removal in a future version.
- continueOnMissingFieldReference(Class) - Method in class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
-
This toggle allows the
contextto use any given field name without checking for its existence. - contribute(RepositoryMetadata, MongoEntityInformation, MongoOperations) - Method in interface org.springframework.data.mongodb.repository.support.MongoRepositoryFragmentsContributor
-
Creates
RepositoryComposition.RepositoryFragmentsbased onRepositoryMetadatato add MongoDB-specific extensions. - contribute(RepositoryMetadata, MongoEntityInformation, ReactiveMongoOperations) - Method in interface org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFragmentsContributor
-
Creates
RepositoryComposition.RepositoryFragmentsbased onRepositoryMetadatato add MongoDB-specific extensions. - contributeAotRepository(AotRepositoryContext) - Method in class org.springframework.data.mongodb.repository.aot.AotMongoRepositoryPostProcessor
- contributeQueryMethod(Method) - Method in class org.springframework.data.mongodb.repository.aot.MongoRepositoryContributor
- conversions - Variable in class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
- conversionService - Variable in class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
- convert(Object, TypeInformation) - Method in interface org.springframework.data.mongodb.core.convert.MappingMongoConverter.ConversionContext
-
Converts a source object into
target. - convert(Object, TypeInformation, MappingMongoConverter.ConversionContext) - Method in interface org.springframework.data.mongodb.core.convert.MappingMongoConverter.ConversionContext
-
Converts a source object into
target. - convert(Object, TypeInformation, MappingMongoConverter.ConversionContext) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter.DefaultConversionContext
- convert(String) - Method in class org.springframework.data.mongodb.config.StringToWriteConcernConverter
- convert(Map) - Method in interface org.springframework.data.mongodb.MongoTransactionOptionsResolver
-
Convert the given
Mapinto an instance ofMongoTransactionOptions. - convert(MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.AssociationConverter
- convert(MongoPersistentProperty) - Method in enum class org.springframework.data.mongodb.core.mapping.MongoPersistentProperty.PropertyToFieldNameConverter
- convertAssociation(Object, MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Converts the given source assuming it's actually an association to another object.
- convertAssociation(Object, QueryMapper.Field) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
- convertDegreesToRadians() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
AggregationExpressionfor$degreesToRadiansthat converts an input value measured in degrees to radians. - convertId(Object) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Converts the given raw id value into either
ObjectIdorString. - convertId(Object, Class) - Method in interface org.springframework.data.mongodb.core.convert.MongoConverter
-
Converts the given raw id value into either
ObjectIdorString. - convertId(Object, Class) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Converts the given raw id value into either
ObjectIdortargetType. - ConvertingParameterAccessor - Class in org.springframework.data.mongodb.repository.query
-
Custom
ParameterAccessorthat uses aMongoWriterto serialize parameters into Mongo format. - ConvertingParameterAccessor(MongoWriter, MongoParameterAccessor) - Constructor for class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
-
Creates a new
ConvertingParameterAccessorwith the givenMongoWriterand delegate. - ConvertingParameterAccessor.PotentiallyConvertingIterator - Interface in org.springframework.data.mongodb.repository.query
-
Custom
Iteratorthat adds a method to access elements in a converted manner. - ConvertOperatorFactory(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
ConvertOperators.ConvertOperatorFactoryfor given fieldReference. - ConvertOperatorFactory(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
ConvertOperators.ConvertOperatorFactoryfor givenAggregationExpression. - ConvertOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to convert aggregation operations.
- ConvertOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.ConvertOperators
- ConvertOperators.Convert - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$convertthat converts a value to a specified type. - ConvertOperators.ConvertOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- ConvertOperators.DegreesToRadians - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$degreesToRadiansthat converts an input value measured in degrees to radians. - ConvertOperators.ToBool - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$toBoolthat converts a value to boolean. - ConvertOperators.ToDate - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$toDatethat converts a value to date. - ConvertOperators.ToDecimal - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$toDecimalthat converts a value to decimal. - ConvertOperators.ToDouble - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$toDoublethat converts a value to double. - ConvertOperators.ToInt - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$toIntthat converts a value to integer. - ConvertOperators.ToLong - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$toLongthat converts a value to long. - ConvertOperators.ToObjectId - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$toObjectIdthat converts a value to objectId. - ConvertOperators.ToString - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$toStringthat converts a value to string. - convertSimpleOrDocument(Object, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Retriggers mapping if the given source is a
Documentor simply invokes the - convertSimpleRawResult(Class, Document) - Method in class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- convertSimpleRawResults(Class, List) - Method in class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- convertTo(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and converts it into the type specified by the givennumericTypeIdentifier. - convertTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and converts it into the type specified by the givenstringTypeIdentifier. - convertTo(JsonSchemaObject.Type) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and converts it into the type specified by the givenJsonSchemaObject.Type. - convertToBoolean() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionfor$toBoolthat converts a value to boolean. - convertToCreateCollectionOptions(CollectionOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- convertToCreateCollectionOptions(CollectionOptions, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- convertToDate() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionfor$toDatethat converts a value to a date. - convertToDecimal() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionfor$toDecimalthat converts a value to a decimal. - convertToDocument(CollectionOptions, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Convert given
CollectionOptionsto a document and take the domain type information into account when creating a mapped schema for validation. - convertToDouble() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionfor$toDoublethat converts a value to a decimal. - convertToInt() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionfor$toIntthat converts a value to an int. - convertToLong() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionfor$toLongthat converts a value to a long. - convertToMongoType(Object) - Method in interface org.springframework.data.mongodb.core.convert.MongoWriter
-
Converts the given object into one Mongo will be able to store natively.
- convertToMongoType(Object, TypeInformation) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- convertToMongoType(Object, TypeInformation) - Method in interface org.springframework.data.mongodb.core.convert.MongoWriter
-
Converts the given object into one Mongo will be able to store natively but retains the type information in case the given
TypeInformationdiffers from the given object type. - convertToMongoType(Object, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- convertToMongoType(Object, MongoPersistentEntity) - Method in interface org.springframework.data.mongodb.core.convert.MongoWriter
- convertToMongoType(Object) - Method in interface org.springframework.data.mongodb.core.encryption.EncryptionContext
-
Shortcut for converting a given value into its store representation using the root
ValueConversionContext. - convertToObjectId() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionfor$toObjectIdthat converts a value to a objectId. - convertToString() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionfor$toStringthat converts a value to a string. - convertToTypeOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and converts it into the type specified by the value of the givenfield reference. - convertToTypeOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ConvertOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and converts it into the type specified by the givenexpression. - convertValue(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Creates new
ConvertOperators.Convertusing the given value for the input attribute. - convertValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Creates new
ConvertOperators.Convertusing the value of the providedfieldReferenceas input value. - convertValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Creates new
ConvertOperators.Convertusing the result of the providedexpressionas input value. - convertValueWithConversionContext(QueryMapper.Field, Object, Object, PropertyValueConverter, MongoConversionContext) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
- convertValueWithConversionContext(QueryMapper.Field, Object, Object, PropertyValueConverter, MongoConversionContext) - Method in class org.springframework.data.mongodb.core.convert.UpdateMapper
- cos() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the cosine of a numeric value given inradians. - cos(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
-
Creates a new
AggregationExpressionthat calculates the cosine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - cos(Object, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
-
Creates a new
AggregationExpressionthat calculates the cosine of a value that is measured in the givenunit. - cos(ArithmeticOperators.AngularUnit) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the cosine of a numeric value in the givenunit. - cosh() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the hyperbolic cosine of a numeric value given inradians. - cosh(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic cosine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - cosh(Object, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic cosine of a value that is measured in the givenunit. - cosh(ArithmeticOperators.AngularUnit) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the hyperbolic cosine of a numeric value. - coshOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic cosine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - coshOf(String, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic cosine of a value that is measured in the givenunit. - coshOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic cosine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - coshOf(AggregationExpression, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic cosine of a value that is measured in the givenunit. - cosine() - Method in class org.springframework.data.mongodb.core.index.VectorIndex.VectorFieldBuilder
-
Use similarity based on the angle between vectors.
- COSINE - Enum constant in enum class org.springframework.data.mongodb.core.index.VectorIndex.SimilarityFunction
- cosOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
-
Creates a new
AggregationExpressionthat calculates the cosine of a value that is measured inradians. - cosOf(String, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
-
Creates a new
AggregationExpressionthat calculates the cosine of a value that is measured in the givenunit. - cosOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
-
Creates a new
AggregationExpressionthat calculates the cosine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - cosOf(AggregationExpression, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
-
Creates a new
AggregationExpressionthat calculates the cosine of a value that is measured in the givenunit. - count() - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
CountOperation.CountOperationBuilder. - count() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Generates a builder for a
$sum-expression. - count() - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor a$sum-expression. - count() - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingFindNear
-
Count matching elements.
- count() - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingProjection
-
Get the number of matching elements.
- count() - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingFindNear
-
Count matching elements.
- count() - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingProjection
-
Get the number of matching elements.
- count() - Element in annotation interface org.springframework.data.mongodb.repository.Query
-
Returns whether the query defined should be executed as count projection.
- count() - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- count() - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- count(Predicate) - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
- count(Predicate) - Method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
- count(Example) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- count(Example) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- count(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
- count(Query, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- count(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
- count(Query, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- count(Query, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns the number of documents for the given
Queryby querying the collection of the given entity class. - count(Query, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- count(Query, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns the number of documents for the given
Queryby querying the collection of the given entity class. - count(Query, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- count(Query, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns the number of documents for the given
Queryquerying the given collection. - count(Query, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- count(Query, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns the number of documents for the given
Queryquerying the given collection. - count(Query, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- countCanBeEstimated(Document, CountOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- countCanBeEstimated(Document, CountOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- CountOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$count-operation. - CountOperation(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.CountOperation
-
Creates a new
CountOperationgiven the fieldName field name. - CountOperation.CountOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder for
CountOperation. - CountOperationBuilder() - Constructor for class org.springframework.data.mongodb.core.aggregation.CountOperation.CountOperationBuilder
- CountQuery - Annotation Interface in org.springframework.data.mongodb.repository
-
Annotation to declare finder count queries directly on repository methods.
- covariancePop(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat uses the previous input (field/expression) and the value of the given field to calculate the population covariance of the two. - covariancePop(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat uses the previous input (field/expression) and the value of the given field to calculate the population covariance of the two. - covariancePop(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat uses the previous input (field/expression) and the result of the givenexpressionto calculate the population covariance of the two. - covariancePop(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat uses the previous input (field/expression) and the result of the givenexpressionto calculate the population covariance of the two. - covariancePopOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
-
Creates new
AccumulatorOperators.CovariancePop. - covariancePopOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
-
Creates new
AccumulatorOperators.CovariancePop. - covarianceSamp(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat uses the previous input (field/expression) and the value of the given field to calculate the sample covariance of the two. - covarianceSamp(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat uses the previous input (field/expression) and the value of the given field to calculate the sample covariance of the two. - covarianceSamp(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat uses the previous input (field/expression) and the result of the givenexpressionto calculate the sample covariance of the two. - covarianceSamp(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat uses the previous input (field/expression) and the result of the givenexpressionto calculate the sample covariance of the two. - covarianceSampOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
-
Creates new
AccumulatorOperators.CovarianceSamp. - covarianceSampOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
-
Creates new
AccumulatorOperators.CovarianceSamp. - create() - Static method in interface org.springframework.data.mongodb.core.MongoJsonSchemaCreator
-
Creates a new
MongoJsonSchemaCreatorthat does not consider potential extensions - suitable for testing. - create(MongoClient, String) - Static method in interface org.springframework.data.mongodb.MongoDatabaseFactory
-
Creates a new
MongoDatabaseFactoryinstance from the givenMongoClient. - create(ConnectionString) - Static method in interface org.springframework.data.mongodb.MongoDatabaseFactory
-
Creates a new
SimpleMongoClientDatabaseFactoryinstance from the givenMongoClient. - create(ConnectionString) - Static method in interface org.springframework.data.mongodb.ReactiveMongoDatabaseFactory
-
Creates a new
SimpleReactiveMongoDatabaseFactoryinstance from the givenMongoClient. - create(MongoClient, String) - Static method in interface org.springframework.data.mongodb.ReactiveMongoDatabaseFactory
-
Creates a new
MongoDatabaseFactoryinstance from the givenMongoClient. - create(ObservationRegistry) - Static method in class org.springframework.data.mongodb.observability.ContextProviderFactory
-
Create a
ContextProvidergivenObservationRegistry. - create(CreationalContext, Class) - Method in class org.springframework.data.mongodb.repository.cdi.MongoRepositoryBean
- create(String) - Static method in interface org.springframework.data.mongodb.MongoDatabaseFactory
-
Creates a new
SimpleMongoClientDatabaseFactoryinstance for the givenconnectionString. - create(String) - Static method in interface org.springframework.data.mongodb.MongoExpression
-
Create a new
MongoExpressionfrom plainString(eg. - create(String) - Static method in interface org.springframework.data.mongodb.ReactiveMongoDatabaseFactory
-
Creates a new
SimpleReactiveMongoDatabaseFactoryinstance for the givenconnectionString. - create(String, Object...) - Static method in interface org.springframework.data.mongodb.MongoExpression
-
Create a new
MongoExpressionfrom plainStringcontaining placeholders (eg. - create(String, Sort.Direction) - Static method in class org.springframework.data.mongodb.core.index.IndexField
- create(Consumer) - Static method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions
-
Functional style
CustomConversionscreation giving users a convenient way of configuring store specific capabilities by providing deferred hooks to what will be configured when creating theinstance. - create(MappingContext) - Static method in interface org.springframework.data.mongodb.core.MongoJsonSchemaCreator
-
Creates a new
MongoJsonSchemaCreatorthat is aware of type mappings and potentialextensions. - create(MappingContext) - Static method in interface org.springframework.data.mongodb.core.index.IndexResolver
-
Creates a new
IndexResolvergivenMongoMappingContext. - create(MongoConverter) - Static method in interface org.springframework.data.mongodb.core.MongoJsonSchemaCreator
-
Creates a new
MongoJsonSchemaCreatorthat is aware of conversions applied by the givenMongoConverter. - create(MongoPersistentEntity) - Static method in class org.springframework.data.mongodb.core.mapping.PersistentPropertyTranslator
-
Create a new
PersistentPropertyTranslator. - create(MongoPersistentEntity, Predicate) - Static method in class org.springframework.data.mongodb.core.mapping.PersistentPropertyTranslator
-
Create a new
PersistentPropertyTranslatoraccepting afilter predicatewhether the translation should happen at all. - create(MongoTemplate) - Static method in interface org.springframework.data.mongodb.core.messaging.MessageListenerContainer
-
Create a new
MessageListenerContainergivenMongoTemplate. - create(Part, Iterator) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryCreator
- createAssociation() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- createCollection(Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Create an uncapped collection with a name based on the provided entity class.
- createCollection(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- createCollection(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Create an uncapped collection with a name based on the provided entity class.
- createCollection(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- createCollection(Class, Function) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Create an uncapped collection with a name based on the provided entity class allowing to customize derived
CollectionOptions. - createCollection(Class, Function) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- createCollection(Class, Function) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Create an uncapped collection with a name based on the provided entity class allowing to customize derived
CollectionOptions. - createCollection(Class, Function) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- createCollection(Class, CollectionOptions) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Create a collection with a name based on the provided entity class using the options.
- createCollection(Class, CollectionOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- createCollection(Class, CollectionOptions) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Create a collection with a name based on the provided entity class using the options.
- createCollection(Class, CollectionOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- createCollection(String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Create an uncapped collection with the provided name.
- createCollection(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- createCollection(String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Create an uncapped collection with the provided name.
- createCollection(String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- createCollection(String, CollectionOptions) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Create a collection with the provided name and options.
- createCollection(String, CollectionOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- createCollection(String, CollectionOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- createCollection(String, CollectionOptions) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Create a collection with the provided name and options.
- createCollection(Collection, MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Writes the given
Collectionusing the givenMongoPersistentPropertyinformation. - createCompoundIndexDefinition(String, String, CompoundIndex, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver
- createCompoundIndexDefinitions(String, String, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver
-
Create
IndexDefinitionwrapped inMongoPersistentEntityIndexResolver.IndexDefinitionHolderforCompoundIndexesof a given type. - createConfiguration(RoundEnvironment) - Method in class org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor
- createContainingCriteria(Part, MongoPersistentProperty, Criteria, Object) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryCreator
-
If the target property of the comparison is of type String, then the operator checks for match using regular expression.
- createCountQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
-
Creates a
Queryinstance using the givenConvertingParameterAccessor. - createCountQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
-
Creates a
Queryinstance using the givenConvertingParameterAccessor. - createCountQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.PartTreeMongoQuery
- createCountQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.ReactivePartTreeMongoQuery
- CREATED - Enum constant in enum class org.springframework.data.mongodb.core.messaging.Task.State
- createDatabase(String) - Method in class org.springframework.data.mongodb.core.MongoAdmin
-
Deprecated.
- createDatabase(String) - Method in interface org.springframework.data.mongodb.core.MongoAdminOperations
-
Deprecated.
- createDbRef(DBRef, MongoPersistentEntity, Object) - Method in interface org.springframework.data.mongodb.core.convert.DbRefResolver
- createDBRef(Object, MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- createFlux(String, ReactiveCollectionCallback) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- createFlux(ReactiveDatabaseCallback) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Create a reusable Flux for a
ReactiveDatabaseCallback. - createFlux(ReactiveGridFsTemplate.ReactiveBucketCallback) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
-
Create a reusable Flux for a
ReactiveGridFsTemplate.ReactiveBucketCallback. - createFrom(List) - Method in class org.springframework.data.mongodb.repository.query.MongoParameters
- createGeoSpatialIndexDefinition(String, String, MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver
-
Creates
IndexDefinitionwrapped inMongoPersistentEntityIndexResolver.IndexDefinitionHolderout ofGeoSpatialIndexedforMongoPersistentProperty. - createHashedIndexDefinition(String, String, MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver
-
Creates
HashedIndexwrapped inMongoPersistentEntityIndexResolver.IndexDefinitionHolderout ofHashIndexedfor a givenMongoPersistentProperty. - createIndex(IndexDefinition) - Method in class org.springframework.data.mongodb.core.DefaultIndexOperations
- createIndex(IndexDefinition) - Method in class org.springframework.data.mongodb.core.DefaultReactiveIndexOperations
- createIndex(IndexDefinition) - Method in interface org.springframework.data.mongodb.core.index.IndexOperations
-
Create the index for the provided
IndexDefinitionfor the collection indicated by the entity class. - createIndex(IndexDefinition) - Method in interface org.springframework.data.mongodb.core.index.ReactiveIndexOperations
-
Create the index for the provided
IndexDefinitionfor the collection indicated by the entity class. - createIndex(SearchIndexDefinition) - Method in class org.springframework.data.mongodb.core.index.DefaultSearchIndexOperations
- createIndex(SearchIndexDefinition) - Method in interface org.springframework.data.mongodb.core.index.SearchIndexOperations
-
Create the index for the given
SearchIndexDefinitionin the collection indicated by the entity class. - createIndexDefinition(String, String, MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver
-
Creates
IndexDefinitionwrapped inMongoPersistentEntityIndexResolver.IndexDefinitionHolderout ofIndexedfor a givenMongoPersistentProperty. - createIndexesForQueryMethods() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Whether to automatically create indexes for query methods defined in the repository interface.
- createIndexesForQueryMethods() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Whether to automatically create indexes for query methods defined in the repository interface.
- createInstance() - Method in class org.springframework.data.mongodb.core.MongoClientFactoryBean
- createInstance() - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- createInstance() - Method in class org.springframework.data.mongodb.core.ReactiveMongoClientFactoryBean
- createLazyLoadingProxy(MongoPersistentProperty, DbRefResolverCallback, Object) - Method in class org.springframework.data.mongodb.core.convert.LazyLoadingProxyFactory
- createMap(Map, MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Writes the given
Mapusing the givenMongoPersistentPropertyinformation. - createMapEntry(QueryMapper.Field, Object) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Creates a new
Map.Entryfor the givenQueryMapper.Fieldwith the given value. - createMongoClient(MongoClientSettings) - Method in class org.springframework.data.mongodb.config.AbstractMongoClientConfiguration
-
Create the Reactive Streams
MongoClientinstance with givenMongoClientSettings. - createMono(String, ReactiveCollectionCallback) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- createMono(ReactiveDatabaseCallback) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Create a reusable Mono for a
ReactiveDatabaseCallback. - createMono(ReactiveGridFsTemplate.ReactiveBucketCallback) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
-
Create a reusable Mono for a
ReactiveGridFsTemplate.ReactiveBucketCallback. - createOutObject() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.
- createPersistentEntity(TypeInformation) - Method in class org.springframework.data.mongodb.core.mapping.MongoMappingContext
- createPersistentProperty(Property, MongoPersistentEntity, SimpleTypeHolder) - Method in class org.springframework.data.mongodb.core.mapping.MongoMappingContext
- createPipeline(List) - Method in class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- createPropertyField(MongoPersistentEntity, String, MappingContext) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
- createPropertyField(MongoPersistentEntity, String, MappingContext) - Method in class org.springframework.data.mongodb.core.convert.UpdateMapper
- createQuery() - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
- createQuery(Predicate, Expression, QueryModifiers, List) - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
- createQuery(Method, String, Object...) - Method in class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
-
Creates a
Queryinstance using the givenParameterAccessor - createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
-
Creates a
Queryinstance using the givenParameterAccessor - createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.PartTreeMongoQuery
- createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.ReactivePartTreeMongoQuery
- createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.ReactiveStringBasedAggregation
- createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.ReactiveStringBasedMongoQuery
- createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.ReactiveVectorSearchAggregation
- createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.StringBasedAggregation
- createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.StringBasedMongoQuery
- createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.VectorSearchAggregation
- createReactiveMongoClient(MongoClientSettings) - Method in class org.springframework.data.mongodb.config.AbstractReactiveMongoConfiguration
-
Create the Reactive Streams
MongoClientinstance with givenMongoClientSettings. - createRepositoryFactory() - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean
- createRepositoryFactory() - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactoryBean
- createSchemaFor(Class) - Method in interface org.springframework.data.mongodb.core.MongoJsonSchemaCreator
-
Create the
MongoJsonSchemafor the giventype. - createSimpleTypeHolder() - Static method in class org.springframework.data.mongodb.core.mapping.MongoSimpleTypes
- createSort(List) - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
-
Compute the sort
Documentfrom the given list oforder specifiers. - createUpdate(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
- createUpdate(MongoParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
- createView(String, Class, AggregationOperation...) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Create a view with the provided name.
- createView(String, Class, AggregationOperation...) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Create a view with the provided name.
- createView(String, Class, AggregationPipeline) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Create a view with the provided name.
- createView(String, Class, AggregationPipeline) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Create a view with the provided name.
- createView(String, Class, AggregationPipeline, ViewOptions) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Create a view with the provided name.
- createView(String, Class, AggregationPipeline, ViewOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- createView(String, Class, AggregationPipeline, ViewOptions) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Create a view with the provided name.
- createView(String, Class, AggregationPipeline, ViewOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- createView(String, String, AggregationPipeline, ViewOptions) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Create a view with the provided name.
- createView(String, String, AggregationPipeline, ViewOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- createView(String, String, AggregationPipeline, ViewOptions) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Create a view with the provided name.
- createView(String, String, AggregationPipeline, ViewOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- createWildcardIndexDefinition(String, String, WildcardIndexed, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver
- criteria(CriteriaDefinition) - Static method in interface org.springframework.data.mongodb.core.validation.Validator
-
Creates a new
Validatorchecking documents against a given query structure expressed byCriteriaDefinition. - Criteria - Class in org.springframework.data.mongodb.core.query
-
Central class for creating queries.
- Criteria() - Constructor for class org.springframework.data.mongodb.core.query.Criteria
- Criteria(String) - Constructor for class org.springframework.data.mongodb.core.query.Criteria
- Criteria(List, String) - Constructor for class org.springframework.data.mongodb.core.query.Criteria
- Criteria.BitwiseCriteriaOperators - Interface in org.springframework.data.mongodb.core.query
-
MongoDB specific bitwise query operators like
$bitsAllClear, $bitsAllSet,...for usage withCriteria.bits()andQuery. - CriteriaDefinition - Interface in org.springframework.data.mongodb.core.query
- CrudMethodMetadata - Interface in org.springframework.data.mongodb.repository.support
-
Interface to abstract
CrudMethodMetadatathat provide theReadPreferenceto be used for query execution. - CURRENT - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
-
Variable that references the start of the field path being processed.
- CURRENT - Static variable in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
References the start of the field path being processed in the aggregation pipeline stage.
- currentDate(String) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update given key to current date using $currentDate modifier.
- currentElement() - Method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema.ConflictResolutionFunction.Path
- currentTimestamp(String) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update given key to current date using $currentDate : { $type : "timestamp" } modifier.
- cursor(Document) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Additional options to the aggregation.
- cursorBatchSize() - Element in annotation interface org.springframework.data.mongodb.repository.Meta
-
Sets the number of documents to return per batch.
- cursorBatchSize(int) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Define the initial cursor batch size.
- cursorBatchSize(int) - Method in class org.springframework.data.mongodb.core.query.Query
-
Set the number of documents to return in each response batch.
- CursorPreparer - Interface in org.springframework.data.mongodb.core
-
Simple callback interface to allow customization of a
FindIterable. - customConversions() - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
-
Register custom
Converters in aCustomConversionsobject if required. - customizeClass(AotRepositoryClassBuilder) - Method in class org.springframework.data.mongodb.repository.aot.MongoRepositoryContributor
- customizeConstructor(AotRepositoryConstructorBuilder) - Method in class org.springframework.data.mongodb.repository.aot.MongoRepositoryContributor
- CyclicPropertyReferenceException(String, Class, String) - Constructor for exception class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.CyclicPropertyReferenceException
D
- database(String) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the name of the
MongoDatabaseto listen to. - databaseName(String) - Method in class org.springframework.data.mongodb.core.messaging.Message.MessageProperties.MessagePropertiesBuilder
- DataTypeOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to data type expressions.
- DataTypeOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.DataTypeOperators
- DataTypeOperators.Type - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$type. - date() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Create a new
JsonSchemaObjectoftype : 'date'. - date(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.DateJsonSchemaPropertywith given identifier oftype : 'date'. - DATE - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- DATE_TIME - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- dateAsFormattedString() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$dateToStringexpression that takes the date representation of the previously mentioned field using the server default format. - dateAsFormattedString(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$dateToStringexpression that takes the date representation of the previously mentioned field and applies given format to it. - dateFromParts() - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators
-
Construct a Date object by providing the date’s constituent properties.
NOTE: Requires MongoDB 3.6 or later. - dateFromParts() - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
-
Creates new
DateOperators.DateFromParts.DateFromPartsWithYear. - dateFromParts() - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- dateFromString(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators
-
Construct a Date object from the given date
String.
To use afield referenceorAggregationExpressionas source of the date string considerDateOperators.DateOperatorFactory.fromString()orDateOperators.DateFromString.fromStringOf(AggregationExpression).
NOTE: Requires MongoDB 3.6 or later. - dateOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators
-
Take the date referenced by given fieldReference.
- dateOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
-
Creates new
DateOperators.DateToString.FormatBuilderallowing to define the date format to apply. - dateOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators
-
Take the date resulting from the given
AggregationExpression. - dateOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
-
Creates new
DateOperators.DateToString.FormatBuilderallowing to define the date format to apply. - DateOperatorFactory(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
DateOperators.DateOperatorFactoryfor givenvaluethat resolves to a Date. - DateOperatorFactory(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
DateOperators.DateOperatorFactoryfor given fieldReference. - DateOperatorFactory(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
DateOperators.DateOperatorFactoryfor givenAggregationExpression. - DateOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to Date aggregation operations.
- DateOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.DateOperators
- DateOperators.DateAdd - Class in org.springframework.data.mongodb.core.aggregation
- DateOperators.DateDiff - Class in org.springframework.data.mongodb.core.aggregation
- DateOperators.DateFromParts - Class in org.springframework.data.mongodb.core.aggregation
- DateOperators.DateFromParts.DateFromPartsWithYear - Interface in org.springframework.data.mongodb.core.aggregation
- DateOperators.DateFromPartsOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- DateOperators.DateFromString - Class in org.springframework.data.mongodb.core.aggregation
- DateOperators.DateOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- DateOperators.DateParts<T> - Interface in org.springframework.data.mongodb.core.aggregation
- DateOperators.DateSubtract - Class in org.springframework.data.mongodb.core.aggregation
- DateOperators.DateToParts - Class in org.springframework.data.mongodb.core.aggregation
- DateOperators.DateToString - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$dateToString. - DateOperators.DateToString.FormatBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- DateOperators.DateTrunc - Class in org.springframework.data.mongodb.core.aggregation
- DateOperators.DayOfMonth - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$dayOfMonth. - DateOperators.DayOfWeek - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$dayOfWeek. - DateOperators.DayOfYear - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$dayOfYear. - DateOperators.Hour - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$hour. - DateOperators.IsoDateFromParts - Class in org.springframework.data.mongodb.core.aggregation
- DateOperators.IsoDateFromParts.IsoDateFromPartsWithYear - Interface in org.springframework.data.mongodb.core.aggregation
- DateOperators.IsoDayOfWeek - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$isoDayOfWeek. - DateOperators.IsoWeek - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$isoWeek. - DateOperators.IsoWeekYear - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$isoWeekYear. - DateOperators.Millisecond - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$millisecond. - DateOperators.Minute - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$minute. - DateOperators.Month - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$month. - DateOperators.Second - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$second. - DateOperators.TemporalUnit - Interface in org.springframework.data.mongodb.core.aggregation
-
Interface defining a temporal unit for date operators.
- DateOperators.Timezone - Class in org.springframework.data.mongodb.core.aggregation
-
Timezone represents a MongoDB timezone abstraction which can be represented with a timezone ID or offset as a
String. - DateOperators.TimezonedDateAggregationExpression - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressioncapable of setting a givenDateOperators.Timezone. - DateOperators.TsIncrement - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$tsIncrement. - DateOperators.TsSecond - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$tsSecond. - DateOperators.Week - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$week. - DateOperators.Year - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$year. - datePartsOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
-
Creates new
DateOperators.DateToParts. - datePartsOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
-
Creates new
DateOperators.DateToParts. - dateTimeProviderRef() - Element in annotation interface org.springframework.data.mongodb.config.EnableMongoAuditing
-
Configures a
DateTimeProviderbean name that allows customizing the timestamp to be used for setting creation and modification dates. - dateTimeProviderRef() - Element in annotation interface org.springframework.data.mongodb.config.EnableReactiveMongoAuditing
-
Configures a
DateTimeProviderbean name that allows customizing the timestamp to be used for setting creation and modification dates. - dateToParts(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
-
Creates new
DateOperators.DateToParts. - dateToString(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
-
Creates new
DateOperators.DateToString.FormatBuilder. - dateType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- dateValue(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators
-
Take the given value as date.
- day(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
-
Set the day to the given value which must resolve to a calendar day in range
1 - 31. - DAY - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnits
- DAY - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnits
- dayOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
-
Set the day to the value resolved by following the given
field reference. - dayOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
-
Set the day to the result of the given
expression. - dayOfMonth() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the day of the month for a date as a number between 1 and 31. - dayOfMonth(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
-
Creates new
DateOperators.DayOfMonth. - dayOfMonth(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
-
Creates new
DateOperators.DayOfMonth. - dayOfMonth(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
-
Creates new
DateOperators.DayOfMonth. - dayOfWeek() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the day of the week for a date as a number between 1 (Sunday) and 7 (Saturday). - dayOfWeek(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
-
Creates new
DateOperators.DayOfWeek. - dayOfWeek(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
-
Creates new
DateOperators.DayOfWeek. - dayOfWeek(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
-
Creates new
DateOperators.DayOfWeek. - dayOfYear() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the day of the year for a date as a number between 1 and 366. - dayOfYear(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
-
Creates new
DateOperators.DayOfYear. - dayOfYear(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
-
Creates new
DateOperators.DayOfYear. - dayOfYear(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
-
Creates new
DateOperators.DayOfYear. - db() - Element in annotation interface org.springframework.data.mongodb.core.mapping.DBRef
-
The database the referred entity resides in.
- db() - Element in annotation interface org.springframework.data.mongodb.core.mapping.DocumentReference
-
The database the referenced entity resides in.
- DbCallback<T> - Interface in org.springframework.data.mongodb.core
-
Callback interface for executing actions against a
MongoDatabase. - dbList(Object...) - Static method in class org.springframework.data.mongodb.util.DBObjectUtils
-
Deprecated.
- DBObjectUtils - Class in org.springframework.data.mongodb.util
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.2.0
- DBObjectUtils() - Constructor for class org.springframework.data.mongodb.util.DBObjectUtils
-
Deprecated.
- DBRef - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
An annotation that indicates the annotated field is to be stored using a
DBRef. - dbRefProxyHandler - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- DbRefProxyHandler - Interface in org.springframework.data.mongodb.core.convert
- dbRefResolver - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- DbRefResolver - Interface in org.springframework.data.mongodb.core.convert
-
Used to resolve associations annotated with
DBRef. - DbRefResolverCallback - Interface in org.springframework.data.mongodb.core.convert
-
Callback interface to be used in conjunction with
DbRefResolver. - DECIMAL_128 - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- decimal128(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.NumericJsonSchemaPropertywith given identifier ofbsonType : 'decimal128'. - DECIMAL128 - Enum constant in enum class org.springframework.data.mongodb.core.convert.MongoCustomConversions.BigDecimalRepresentation
-
Store numbers using
Decimal128(default). - DECIMAL128 - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- decode(String, Object...) - Method in class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
- decode(String, ParameterBindingContext) - Method in class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
- decode(String, ParameterBindingContext) - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
- decode(BsonReader, DecoderContext) - Method in class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
- decorate(Object) - Method in class org.springframework.data.mongodb.SessionAwareMethodInterceptor
- decrypt(C) - Method in interface org.springframework.data.mongodb.core.encryption.Encryption
-
Decrypt the given value.
- decrypt(Object, EncryptionContext) - Method in interface org.springframework.data.mongodb.core.convert.encryption.EncryptingConverter
-
Decrypt the given encrypted source value within the given
context. - decrypt(Object, EncryptionContext) - Method in class org.springframework.data.mongodb.core.convert.encryption.MongoEncryptionConverter
- decrypt(BsonBinary) - Method in class org.springframework.data.mongodb.core.encryption.MongoClientEncryption
- def() - Element in annotation interface org.springframework.data.mongodb.core.index.CompoundIndex
-
The actual index definition in JSON format or a
template expressionresolving to either a JSON String or aDocument. - DEFAULT - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnits
- DEFAULT - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.SearchType
-
MongoDB Server default (value will be omitted)
- DEFAULT - Enum constant in enum class org.springframework.data.mongodb.core.query.DiskUse
-
Use the server default value and do not specify any override.
- DEFAULT - Enum constant in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator.MatchMode
-
Store specific default.
- DEFAULT - Enum constant in enum class org.springframework.data.mongodb.core.timeseries.Granularity
-
Server default value to indicate no explicit value should be sent.
- DEFAULT - Static variable in interface org.springframework.data.mongodb.repository.support.MongoRepositoryFragmentsContributor
- DEFAULT - Static variable in interface org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFragmentsContributor
- DEFAULT_CONTEXT - Static variable in class org.springframework.data.mongodb.core.aggregation.Aggregation
- DEFAULT_EXCEPTION_TRANSLATOR - Static variable in class org.springframework.data.mongodb.core.MongoExceptionTranslator
- DEFAULT_OPTIONS - Static variable in class org.springframework.data.mongodb.core.aggregation.Aggregation
- DEFAULT_TYPE_KEY - Static variable in class org.springframework.data.mongodb.core.convert.DefaultMongoTypeMapper
- DefaultDbRefResolver - Class in org.springframework.data.mongodb.core.convert
-
A
DbRefResolverthat resolvesDBRefs by delegating to aDbRefResolverCallbackthan is able to generate lazy loading proxies. - DefaultDbRefResolver(MongoDatabaseFactory) - Constructor for class org.springframework.data.mongodb.core.convert.DefaultDbRefResolver
-
Creates a new
DefaultDbRefResolverwith the givenMongoDatabaseFactory. - defaultFormat() - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString.FormatBuilder
-
Creates new
DateOperators.DateToStringusing the server default string format (%Y-%m-%dT%H:%M:%S.%LZ) for dates. - DefaultIndexOperations - Class in org.springframework.data.mongodb.core
-
Default implementation of
IndexOperations. - DefaultIndexOperations(MongoOperations, String, Class) - Constructor for class org.springframework.data.mongodb.core.DefaultIndexOperations
-
Creates a new
DefaultIndexOperations. - DefaultIndexOperations(MongoDatabaseFactory, String, QueryMapper) - Constructor for class org.springframework.data.mongodb.core.DefaultIndexOperations
-
Deprecated.since 2.1. Please use
DefaultIndexOperations(MongoOperations, String, Class). - DefaultIndexOperations(MongoDatabaseFactory, String, QueryMapper, Class) - Constructor for class org.springframework.data.mongodb.core.DefaultIndexOperations
-
Deprecated.since 2.1. Please use
DefaultIndexOperations(MongoOperations, String, Class). - DefaultMessageListenerContainer - Class in org.springframework.data.mongodb.core.messaging
-
Simple
ExecutorbasedMessageListenerContainerimplementation for runningtaskslike listening to MongoDB Change Streams and tailable cursors. - DefaultMessageListenerContainer(MongoTemplate) - Constructor for class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
-
Create a new
DefaultMessageListenerContainer. - DefaultMessageListenerContainer(MongoTemplate, Executor) - Constructor for class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
-
Create a new
DefaultMessageListenerContainerrunningtasksvia the given taskExecutor. - DefaultMessageListenerContainer(MongoTemplate, Executor, ErrorHandler) - Constructor for class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
-
Create a new
DefaultMessageListenerContainerrunningtasksvia the given taskExecutor delegatingerrorsto the givenErrorHandler. - DefaultMongoTypeMapper - Class in org.springframework.data.mongodb.core.convert
-
Default implementation of
MongoTypeMapperallowing configuration of the key to lookup and store type information inDocument. - DefaultMongoTypeMapper() - Constructor for class org.springframework.data.mongodb.core.convert.DefaultMongoTypeMapper
-
Create a new
MongoTypeMapperwith fully-qualified type hints using_class. - DefaultMongoTypeMapper(String) - Constructor for class org.springframework.data.mongodb.core.convert.DefaultMongoTypeMapper
-
Create a new
MongoTypeMapperwith fully-qualified type hints usingtypeKey. - DefaultMongoTypeMapper(String, List) - Constructor for class org.springframework.data.mongodb.core.convert.DefaultMongoTypeMapper
-
Create a new
MongoTypeMapperwith fully-qualified type hints usingtypeKey. - DefaultMongoTypeMapper(String, MappingContext) - Constructor for class org.springframework.data.mongodb.core.convert.DefaultMongoTypeMapper
-
Create a new
MongoTypeMapperwith fully-qualified type hints usingtypeKey. - DefaultMongoTypeMapper(String, MappingContext, UnaryOperator) - Constructor for class org.springframework.data.mongodb.core.convert.DefaultMongoTypeMapper
-
Create a new
MongoTypeMapperwith fully-qualified type hints usingtypeKey. - DefaultMongoTypeMapper.DocumentTypeAliasAccessor - Class in org.springframework.data.mongodb.core.convert
-
TypeAliasAccessorto store aliases in aDocument. - DefaultReactiveIndexOperations - Class in org.springframework.data.mongodb.core
-
Default implementation of
ReactiveIndexOperations. - DefaultReactiveIndexOperations(ReactiveMongoOperations, String, QueryMapper) - Constructor for class org.springframework.data.mongodb.core.DefaultReactiveIndexOperations
-
Creates a new
DefaultReactiveIndexOperations. - DefaultReactiveIndexOperations(ReactiveMongoOperations, String, QueryMapper, Class) - Constructor for class org.springframework.data.mongodb.core.DefaultReactiveIndexOperations
-
Creates a new
DefaultReactiveIndexOperations. - DefaultReferenceResolver - Class in org.springframework.data.mongodb.core.convert
-
ReferenceResolverimplementation that uses a givenReferenceLookupDelegateto load and convert entity associations expressed via apersitent property. - DefaultReferenceResolver(ReferenceLoader, PersistenceExceptionTranslator) - Constructor for class org.springframework.data.mongodb.core.convert.DefaultReferenceResolver
-
Create a new instance of
DefaultReferenceResolver. - defaultResolver() - Static method in interface org.springframework.data.mongodb.MongoTransactionOptionsResolver
-
Obtain the default
MongoTransactionOptionsResolverimplementation using a mongo:prefix. - DefaultSearchIndexOperations - Class in org.springframework.data.mongodb.core.index
- DefaultSearchIndexOperations(MongoOperations, Class) - Constructor for class org.springframework.data.mongodb.core.index.DefaultSearchIndexOperations
- DefaultSearchIndexOperations(MongoOperations, String, Class) - Constructor for class org.springframework.data.mongodb.core.index.DefaultSearchIndexOperations
- defaultTo(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
-
Set the default value.
- defaultTo(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
-
Define the default value if the target document is out of range.
- defaultTo(Object[]) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
-
Optionally provide a default value.
- defaultTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
-
Optionally provide a default value.
- defaultTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
-
Optionally provide a default value.
- defaultToValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
-
Define the
expressionto evaluate if the target document is out of range. - define(Collection) - Static method in class org.springframework.data.mongodb.core.aggregation.VariableOperators
-
Start creating new
VariableOperators.Letthat allows definition ofVariableOperators.Let.ExpressionVariablethat can be used within a nestedAggregationExpression. - define(Collection) - Static method in class org.springframework.data.mongodb.core.aggregation.VariableOperators.Let
-
Start creating new
VariableOperators.Letby defining the variables for$vars. - define(VariableOperators.Let.ExpressionVariable...) - Static method in class org.springframework.data.mongodb.core.aggregation.VariableOperators
-
Start creating new
VariableOperators.Letthat allows definition ofVariableOperators.Let.ExpressionVariablethat can be used within a nestedAggregationExpression. - define(VariableOperators.Let.ExpressionVariable...) - Static method in class org.springframework.data.mongodb.core.aggregation.VariableOperators.Let
-
Start creating new
VariableOperators.Letby defining the variables for$vars. - definedAs(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.PropertyExpression.AsBuilder
-
Set the
AggregationExpressionresulting in the properties value. - DEGREES - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.AngularUnit
- degreesToRadians(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
-
Create a new instance of
ConvertOperators.DegreesToRadiansthat converts the given value, measured in degrees, to radians. - degreesToRadiansOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
-
Create a new instance of
ConvertOperators.DegreesToRadiansthat converts the value of the given field, measured in degrees, to radians. - degreesToRadiansOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
-
Create a new instance of
ConvertOperators.DegreesToRadiansthat converts the result of the givenexpression, measured in degrees, to radians. - delegateConvertToMongoType(Object, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Converts the given source Object to a mongo type with the type information of the original source type omitted.
- delegateConvertToMongoType(Object, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.convert.UpdateMapper
-
Converts the given source object to a mongo type retaining the original type information of the source type on the mongo type.
- delete() - Element in annotation interface org.springframework.data.mongodb.repository.Query
-
Returns whether the query should delete matching documents.
- delete(Query) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Deletes all files matching the given
Query. - delete(Query) - Method in class org.springframework.data.mongodb.gridfs.GridFsTemplate
- delete(Query) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Deletes all files matching the given
Query. - delete(Query) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
- delete(T) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- delete(T) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- deleteAll() - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- deleteAll() - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- deleteAll(Iterable) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- deleteAll(Iterable) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- deleteAll(Publisher) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- deleteAllById(Iterable) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- deleteAllById(Iterable) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- deleteById(ID) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- deleteById(ID) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- deleteById(Publisher) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- DeleteExecution(ExecutableRemoveOperation.ExecutableRemove, MongoQueryExecution.DeleteExecution.Type) - Constructor for class org.springframework.data.mongodb.repository.query.MongoQueryExecution.DeleteExecution
- DeleteExecution(ExecutableRemoveOperation.ExecutableRemove, QueryMethod) - Constructor for class org.springframework.data.mongodb.repository.query.MongoQueryExecution.DeleteExecution
- DeleteQuery - Annotation Interface in org.springframework.data.mongodb.repository
-
Annotation to declare finder delete queries directly on repository methods.
- DELETING - Enum constant in enum class org.springframework.data.mongodb.core.index.SearchIndexStatus
-
will cease to exist - no longer queryable
- denseRank() - Static method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators
-
Obtain the document position (without gaps) relative to others (rank).
- DenseRank() - Constructor for class org.springframework.data.mongodb.core.aggregation.DocumentOperators.DenseRank
- densify(String) - Method in class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyOperationBuilder
-
Set the field to densify.
- DensifyOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$densify-operation. - DensifyOperation(Field, List, DensifyOperation.Range) - Constructor for class org.springframework.data.mongodb.core.aggregation.DensifyOperation
- DensifyOperation.BoundedRange - Class in org.springframework.data.mongodb.core.aggregation
-
DensifyOperation.Rangeimplementation holding lower and upper bound values. - DensifyOperation.DensifyOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
- DensifyOperation.DensifyRange - Class in org.springframework.data.mongodb.core.aggregation
-
Base
DensifyOperation.Rangeimplementation. - DensifyOperation.DensifyUnit - Interface in org.springframework.data.mongodb.core.aggregation
-
The actual time unit to apply to a
DensifyOperation.Range. - DensifyOperation.DensifyUnits - Enum Class in org.springframework.data.mongodb.core.aggregation
-
Quick access to available
units. - DensifyOperation.Range - Interface in org.springframework.data.mongodb.core.aggregation
-
The
DensifyOperation.Rangespecifies how the data is densified. - DensifyOperationBuilder() - Constructor for class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyOperationBuilder
- DensifyRange(DensifyOperation.DensifyUnit) - Constructor for class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyRange
- DENY - Enum constant in enum class org.springframework.data.mongodb.core.query.DiskUse
-
Explicitly deny disk writes.
- depthField(String) - Method in class org.springframework.data.mongodb.core.aggregation.GraphLookupOperation.GraphLookupOperationBuilder
-
Optionally add a depth field fieldName to each traversed document in the search path.
- derivative() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the mathematical derivative value. - derivative(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the mathematical derivative value. - derivative(SetWindowFieldsOperation.WindowUnit) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the mathematical derivative value. - derivativeOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
-
Create a new instance of
ArithmeticOperators.Derivativefor the value stored at the given field holding a numeric value. - derivativeOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
-
Create a new instance of
ArithmeticOperators.Derivativefor the value provided by the given expression that resolves to a numeric value. - derivativeOfValue(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- DESCEND - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
-
One of the allowed results of a $redact expression
- DESCEND - Static variable in class org.springframework.data.mongodb.core.aggregation.RedactOperation
-
Return fields at the current document level.
- DESCENDING - Enum constant in enum class org.springframework.data.mongodb.core.index.IndexDirection
- description - Variable in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
- description(String) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- description(String) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.BooleanJsonSchemaProperty
- description(String) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.DateJsonSchemaProperty
- description(String) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NullJsonSchemaProperty
- description(String) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- description(String) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- description(String) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- description(String) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.TimestampJsonSchemaProperty
- description(String) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
- description(String) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- description(String) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
- description(String) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.BooleanJsonSchemaObject
- description(String) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
-
Set the description.
- description(String) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
- description(String) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
- description(String) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
- description(String) - Method in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
-
Set the description.
- deserializers() - Static method in class org.springframework.data.mongodb.core.geo.GeoJsonModule
-
Obtain a
Modulecontainingdeserializersfor the followingGeoJsontypes:GeoJsonPointGeoJsonMultiPointGeoJsonLineStringGeoJsonMultiLineStringGeoJsonPolygonGeoJsonMultiPolygon - destroy() - Method in class org.springframework.data.mongodb.core.MongoDatabaseFactorySupport
- destroy() - Method in class org.springframework.data.mongodb.core.SimpleReactiveMongoDatabaseFactory
-
Clean up the Mongo instance if it was created by the factory itself.
- destroyInstance(MongoClient) - Method in class org.springframework.data.mongodb.core.MongoClientFactoryBean
- destroyInstance(MongoClient) - Method in class org.springframework.data.mongodb.core.ReactiveMongoClientFactoryBean
- detectExpression(String) - Static method in class org.springframework.data.mongodb.util.spel.ExpressionUtils
-
Returns a SpEL
Expressionif the givenStringis actually an expression that does not evaluate to aLiteralExpression(indicating that no subsequent evaluation is necessary). - diacriticSensitive(boolean) - Method in class org.springframework.data.mongodb.core.query.TextCriteria
-
Optionally enable or disable diacritic sensitive search against version 3 text indexes.
- diff(Object, String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat calculates the difference (in units) to the date given value. - diff(Object, DateOperators.TemporalUnit) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat calculates the difference (in units) to the date given value. - differenceTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
-
Creates new
SetOperators.SetDifferencewith all previously added arguments appending the given one. - differenceTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
AggregationExpressionthat takes array of the previously mentioned field and returns an array containing the elements that do not exist in the given arrayReference. - differenceTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
-
Creates new
SetOperators.SetDifferencewith all previously added arguments appending the given one. - differenceTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
AggregationExpressionthat takes array of the previously mentioned field and returns an array containing the elements that do not exist in the givenAggregationExpression. - differenceToArray(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$setDifferenceexpression that takes array of the previously mentioned field and returns an array containing the elements that do not exist in the given array. - diffValue(Object, String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
-
Add the number of units to a
start date. - diffValueOf(String, String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
-
Add the number of units from a field to a
start date. - diffValueOf(String, String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat calculates the difference (in units) to the date stored at the given field. - diffValueOf(String, DateOperators.TemporalUnit) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat calculates the difference (in units) to the date stored at the given field. - diffValueOf(AggregationExpression, String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
-
Add the number of units of the result of the given
expressionto astart date. - diffValueOf(AggregationExpression, String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat calculates the difference (in units) to the date computed by the givenexpression. - diffValueOf(AggregationExpression, DateOperators.TemporalUnit) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat calculates the difference (in units) to the date computed by the givenexpression. - dimensions(int) - Method in class org.springframework.data.mongodb.core.index.VectorIndex.VectorFieldBuilder
-
Number of vector dimensions enforced at index- invalid input: '&' query-time.
- direction() - Element in annotation interface org.springframework.data.mongodb.core.index.Indexed
-
The index sort direction.
- direction(Sort.Direction) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
-
Order the values for the array in the given direction.
- disableValidation() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith already given settings andvalidationLevelset toValidationLevel.OFF. - discardDocument() - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.WhenDocumentsDontMatch
-
Discard the document - do not insert the document into the output collection.
- diskUse(DiskUse) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Defines whether to off-load intensive sort-operations to disk.
- diskUse(DiskUse) - Method in class org.springframework.data.mongodb.core.query.Query
-
Configures writing to temporary files for aggregation stages and queries.
- DiskUse - Enum Class in org.springframework.data.mongodb.core.query
-
Disk use indicates if the MongoDB server is allowed to write temporary files to disk during query/aggregation execution.
- distanceMultiplier(double) - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Configures a
CustomMetricwith the given multiplier. - distinct(String) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.FindDistinct
-
Finds the distinct values for a specified field across a single
MongoCollectionor view. - distinct(String) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.FindDistinct
-
Finds the distinct values for a specified field across a single
MongoCollectionor view. - divide(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$divideexpression that divides the previously mentioned field by the given number. - divide(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$divideexpression that divides the value of the given field by the previously mentioned field. - divide(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$divideexpression that divides the value of the previously mentioned by the result of theAggregationExpression. - divideBy(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat divides the associated number by given value. - divideBy(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
-
Divide by the given value.
- divideBy(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat divides the associated number by number referenced via fieldReference. - divideBy(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
-
Divide by the value stored at the given field.
- divideBy(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat divides the associated number by number extracted via expression. - divideBy(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
-
Divide by the evaluation results of the given
AggregationExpression. - doAggregate(Aggregation, String, Class, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- doAggregate(Aggregation, String, Class, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doBegin(Object, TransactionDefinition) - Method in class org.springframework.data.mongodb.MongoTransactionManager
- doBegin(TransactionSynchronizationManager, Object, TransactionDefinition) - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
- doCleanupAfterCompletion(Object) - Method in class org.springframework.data.mongodb.MongoTransactionManager
- doCleanupAfterCompletion(TransactionSynchronizationManager, Object) - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
- doCommit(MongoTransactionManager.MongoTransactionObject) - Method in class org.springframework.data.mongodb.MongoTransactionManager
-
Customization hook to perform an actual commit of the given transaction.
If a commit operation encounters an error, the MongoDB driver throws aMongoExceptionholding error labels. - doCommit(TransactionSynchronizationManager, ReactiveMongoTransactionManager.ReactiveMongoTransactionObject) - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
-
Customization hook to perform an actual commit of the given transaction.
If a commit operation encounters an error, the MongoDB driver throws aMongoExceptionholding error labels. - doCommit(TransactionSynchronizationManager, GenericReactiveTransaction) - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
- doCommit(DefaultTransactionStatus) - Method in class org.springframework.data.mongodb.MongoTransactionManager
- doCount(String, Document, CountOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Run the actual count operation against the collection with given name.
- doCount(CollectionPreparer, String, Document, CountOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doCreateCollection(String, CreateCollectionOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Create the specified collection using the provided options
- doCreateCollection(String, CreateCollectionOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Create the specified collection using the provided options
- doCreateCollection(String, Document) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Create the specified collection using the provided options
- doCreateView(String, String, List, ViewOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doCreateView(String, String, List, ViewOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- document(Document) - Static method in interface org.springframework.data.mongodb.core.validation.Validator
-
Creates a basic
Validatorchecking documents against a given set of rules. - Document - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
Identifies a domain object to be persisted to MongoDB.
- DocumentCallbackHandler - Interface in org.springframework.data.mongodb.core
-
An interface used by
MongoTemplatefor processing documents returned from a MongoDB query on a per-document basis. - documentHasId(Document) - Method in class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
- documentNumber() - Static method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators
-
Obtain the current document position.
- DocumentNumber() - Constructor for class org.springframework.data.mongodb.core.aggregation.DocumentOperators.DocumentNumber
- DocumentOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to document expressions such as $rank, $documentNumber, etc.
- DocumentOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.DocumentOperators
- DocumentOperators.DenseRank - Class in org.springframework.data.mongodb.core.aggregation
-
DocumentOperators.DenseRankresolves the current document position (the rank) relative to other documents. - DocumentOperators.DocumentNumber - Class in org.springframework.data.mongodb.core.aggregation
-
DocumentOperators.DocumentNumberresolves the current document position. - DocumentOperators.DocumentOperatorsFactory - Class in org.springframework.data.mongodb.core.aggregation
- DocumentOperators.Rank - Class in org.springframework.data.mongodb.core.aggregation
-
DocumentOperators.Rankresolves the current document position (the rank) relative to other documents. - DocumentOperators.Shift - Class in org.springframework.data.mongodb.core.aggregation
-
Shift applies an expression to a document in a specified position relative to the current document.
- DocumentOperatorsFactory(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.DocumentOperators.DocumentOperatorsFactory
- DocumentPointer<T> - Interface in org.springframework.data.mongodb.core.mapping
-
A custom pointer to a linked document to be used along with
DocumentReferencefor storing the linkage value. - DocumentReference - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
A
DocumentReferenceallows referencing entities in MongoDB using a flexible schema. - DocumentReferenceSource - Class in org.springframework.data.mongodb.core.convert
-
The source object to resolve document references upon.
- documents() - Static method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.Windows
-
Create a document window relative to the position of the current document via a fluent API.
- documents(Object, Object) - Static method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.Windows
-
Create a document window relative to the position of the current document.
- DocumentTypeAliasAccessor(String) - Constructor for class org.springframework.data.mongodb.core.convert.DefaultMongoTypeMapper.DocumentTypeAliasAccessor
- DocumentWindowBuilder() - Constructor for class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindowBuilder
- DOES_NOT_EXIST - Enum constant in enum class org.springframework.data.mongodb.core.index.SearchIndexStatus
-
nothing to be seen here - not queryable
- doEstimatedCount(String, EstimatedDocumentCountOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- doEstimatedCount(CollectionPreparer, String, EstimatedDocumentCountOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doExactCount(String, Document, CountOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- doExactCount(CollectionPreparer, String, Document, CountOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doExecute(MongoQueryMethod, ResultProcessor, ConvertingParameterAccessor, Class) - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
-
Execute the
RepositoryQueryof the given method with the parameters provided by theaccessor - doExecute(MongoQueryMethod, ResultProcessor, ConvertingParameterAccessor, Class) - Method in class org.springframework.data.mongodb.repository.query.StringBasedAggregation
- doExecute(MongoQueryMethod, ResultProcessor, ConvertingParameterAccessor, Class) - Method in class org.springframework.data.mongodb.repository.query.VectorSearchAggregation
- doExecute(ReactiveMongoQueryMethod, ResultProcessor, ConvertingParameterAccessor, Class) - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
-
Execute the
RepositoryQueryof the given method with the parameters provided by theaccessor - doExecute(ReactiveMongoQueryMethod, ResultProcessor, ConvertingParameterAccessor, Class) - Method in class org.springframework.data.mongodb.repository.query.ReactiveStringBasedAggregation
- doExecute(ReactiveMongoQueryMethod, ResultProcessor, ConvertingParameterAccessor, Class) - Method in class org.springframework.data.mongodb.repository.query.ReactiveVectorSearchAggregation
- doFind(String, CollectionPreparer, Document, Document, Class, CursorPreparer, MongoTemplate.DocumentCallback) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doFind(String, CollectionPreparer, Document, Document, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Map the results of an ad-hoc query on the default MongoDB collection to a List using the template's converter.
- doFind(String, CollectionPreparer, Document, Document, Class, CursorPreparer) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Map the results of an ad-hoc query on the default MongoDB collection to a List of the specified type.
- doFind(String, CollectionPreparer, Document, Document, Class, FindPublisherPreparer, ReactiveMongoTemplate.DocumentCallback) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- doFind(String, CollectionPreparer, Document, Document, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Map the results of an ad-hoc query on the default MongoDB collection to a List using the template's converter.
- doFind(String, CollectionPreparer, Document, Document, Class, FindPublisherPreparer) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Map the results of an ad-hoc query on the default MongoDB collection to a List of the specified type.
- doFindAndDelete(String, Query, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Retrieve and remove all documents matching the given
queryby callingMongoTemplate.find(Query, Class, String)andMongoTemplate.remove(Query, Class, String), whereas theQueryforMongoTemplate.remove(Query, Class, String)is constructed out of the find result. - doFindAndDelete(String, Query, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Retrieve and remove all documents matching the given
queryby callingReactiveMongoTemplate.find(Query, Class, String)andReactiveMongoTemplate.remove(Query, Class, String), whereas theQueryforReactiveMongoTemplate.remove(Query, Class, String)is constructed out of the find result. - doFindAndRemove(String, CollectionPreparer, Document, Document, Document, Collation, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Map the results of an ad-hoc query on the default MongoDB collection to an object using the template's converter.
- doFindAndRemove(CollectionPreparer, String, Document, Document, Document, Collation, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Map the results of an ad-hoc query on the default MongoDB collection to an object using the template's converter.
- doFindAndReplace(String, CollectionPreparer, Document, Document, Document, Collation, Class, Document, FindAndReplaceOptions, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Customize this part for findAndReplace.
- doFindAndReplace(CollectionPreparer, String, Document, Document, Document, Collation, Class, Document, FindAndReplaceOptions, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Customize this part for findAndReplace.
- doFindOne(String, CollectionPreparer, Document, Document, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Map the results of an ad-hoc query on the default MongoDB collection to an object using the template's converter.
- doFindOne(String, CollectionPreparer, Document, Document, CursorPreparer, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Map the results of an ad-hoc query on the default MongoDB collection to an object using the template's converter.
- doFindOne(String, CollectionPreparer, Document, Document, Class, FindPublisherPreparer) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Map the results of an ad-hoc query on the default MongoDB collection to an object using the template's converter.
- doFindOne(String, CollectionPreparer, Document, Document, Class, Collation) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Map the results of an ad-hoc query on the default MongoDB collection to an object using the template's converter.
- doGetBucket() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
- doGetDatabase() - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doGetDatabase() - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- doGetMongoDatabase(String) - Method in class org.springframework.data.mongodb.core.MongoDatabaseFactorySupport
-
Get the actual
MongoDatabasefrom the client. - doGetMongoDatabase(String) - Method in class org.springframework.data.mongodb.core.SimpleMongoClientDatabaseFactory
- doGetMongoField() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- doGetTransaction() - Method in class org.springframework.data.mongodb.MongoTransactionManager
- doGetTransaction(TransactionSynchronizationManager) - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
- doInCollection(MongoCollection) - Method in interface org.springframework.data.mongodb.core.CollectionCallback
- doInCollection(MongoCollection) - Method in interface org.springframework.data.mongodb.core.ReactiveCollectionCallback
- doInDB(MongoDatabase) - Method in interface org.springframework.data.mongodb.core.DbCallback
- doInDB(MongoDatabase) - Method in interface org.springframework.data.mongodb.core.ReactiveDatabaseCallback
- doInsert(String, T, MongoWriter) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- doInsert(String, T, MongoWriter) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doInsertAll(Collection, MongoWriter) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- doInsertAll(Collection, MongoWriter) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doInsertBatch(String, Collection, MongoWriter) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- doInsertBatch(String, Collection, MongoWriter) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doInSession(MongoOperations) - Method in interface org.springframework.data.mongodb.core.SessionCallback
-
Execute operations against a MongoDB instance via session bound
MongoOperations. - doInSession(ReactiveMongoOperations) - Method in interface org.springframework.data.mongodb.core.ReactiveSessionCallback
-
Execute operations against a MongoDB instance via session bound
ReactiveMongoOperations. - doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.mongodb.config.MongoAuditingBeanDefinitionParser
- doPeekBinarySize() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doPeekBinarySubType() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadBinaryData() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadBoolean() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadDateTime() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadDBPointer() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadDecimal128() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadDouble() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadEndArray() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadEndDocument() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadInt32() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadInt64() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadJavaScript() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadJavaScriptWithScope() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadMaxKey() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadMinKey() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadNull() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadObjectId() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadRegularExpression() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadStartArray() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadStartDocument() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadString() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadSymbol() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadTimestamp() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doReadUndefined() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doRemove(String, Query, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- doRemove(String, Query, Class, boolean) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doResume(Object, Object) - Method in class org.springframework.data.mongodb.MongoTransactionManager
- doResume(TransactionSynchronizationManager, Object, Object) - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
- doRollback(TransactionSynchronizationManager, GenericReactiveTransaction) - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
- doRollback(DefaultTransactionStatus) - Method in class org.springframework.data.mongodb.MongoTransactionManager
- doSave(String, T, MongoWriter) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- doSave(String, T, MongoWriter) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doSetRollbackOnly(TransactionSynchronizationManager, GenericReactiveTransaction) - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
- doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.data.mongodb.MongoTransactionManager
- doSkipName() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doSkipValue() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- doStream(Query, Class, String, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doSuspend(Object) - Method in class org.springframework.data.mongodb.MongoTransactionManager
- doSuspend(TransactionSynchronizationManager, Object) - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
- DOT_PRODUCT - Enum constant in enum class org.springframework.data.mongodb.core.index.VectorIndex.SimilarityFunction
- dotPath() - Method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema.ConflictResolutionFunction.Path
- DotPath - Class in org.springframework.data.mongodb.util
-
Value object representing a dot path.
- dotProduct() - Method in class org.springframework.data.mongodb.core.index.VectorIndex.VectorFieldBuilder
-
Use similarity based on both angle and magnitude of the vectors.
- DOUBLE - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- DOUBLE - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- doubleType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- doUpdate(String, Query, UpdateDefinition, Class, boolean, boolean) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- doUpdate(String, Query, UpdateDefinition, Class, boolean, boolean) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- doWith(Document) - Method in interface org.springframework.data.mongodb.core.MongoTemplate.DocumentCallback
- driverInformation() - Static method in class org.springframework.data.mongodb.SpringDataMongoDB
-
Obtain the SpringData MongoDB specific driver information.
- dropAllIndexes() - Method in class org.springframework.data.mongodb.core.DefaultIndexOperations
- dropAllIndexes() - Method in class org.springframework.data.mongodb.core.DefaultReactiveIndexOperations
- dropAllIndexes() - Method in class org.springframework.data.mongodb.core.index.DefaultSearchIndexOperations
- dropAllIndexes() - Method in interface org.springframework.data.mongodb.core.index.IndexOperations
-
Drops all indices from this collection.
- dropAllIndexes() - Method in interface org.springframework.data.mongodb.core.index.ReactiveIndexOperations
-
Drops all indices from this collection.
- dropAllIndexes() - Method in interface org.springframework.data.mongodb.core.index.SearchIndexOperations
-
Drops all search indices from the collection indicated by the entity class.
- dropCollection(Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Drop the collection with the name indicated by the entity class.
- dropCollection(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- dropCollection(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Drop the collection with the name indicated by the entity class.
- dropCollection(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- dropCollection(String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Drop the collection with the given name.
- dropCollection(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- dropCollection(String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Drop the collection with the given name.
- dropCollection(String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- dropDatabase(String) - Method in class org.springframework.data.mongodb.core.MongoAdmin
-
Deprecated.
- dropDatabase(String) - Method in interface org.springframework.data.mongodb.core.MongoAdminOperations
-
Deprecated.
- dropIndex(String) - Method in class org.springframework.data.mongodb.core.DefaultIndexOperations
- dropIndex(String) - Method in class org.springframework.data.mongodb.core.DefaultReactiveIndexOperations
- dropIndex(String) - Method in class org.springframework.data.mongodb.core.index.DefaultSearchIndexOperations
- dropIndex(String) - Method in interface org.springframework.data.mongodb.core.index.IndexOperations
-
Drops an index from this collection.
- dropIndex(String) - Method in interface org.springframework.data.mongodb.core.index.ReactiveIndexOperations
-
Drops an index from this collection.
- dropIndex(String) - Method in interface org.springframework.data.mongodb.core.index.SearchIndexOperations
-
Drops an index from the collection indicated by the entity class.
- DurationUtil - Class in org.springframework.data.mongodb.util
-
Helper to evaluate Duration from expressions.
- DurationUtil() - Constructor for class org.springframework.data.mongodb.util.DurationUtil
E
- E12 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- E192 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- E24 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- E48 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- E6 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- E96 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- each(Object...) - Method in class org.springframework.data.mongodb.core.query.Update.AddToSetBuilder
-
Propagates
$eachto$addToSet - each(Object...) - Method in class org.springframework.data.mongodb.core.query.Update.PushOperatorBuilder
-
Propagates
$eachto$push - elementAt(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
-
Use the element with given index number.
- elementAt(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated array and returns the element at the specified array position. - elementAt(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
-
Use the element at the index number taken from the given field.
- elementAt(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated array and returns the element at the position defined by the referenced field. - elementAt(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
-
Use the element at the index number evaluated from the given
AggregationExpression. - elementAt(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated array and returns the element at the position resulting form the given expression. - elemMatch(String, Criteria) - Method in class org.springframework.data.mongodb.core.query.Field
- elemMatch(Criteria) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $elemMatch operator
- emitChangedRevisions() - Static method in class org.springframework.data.mongodb.core.CollectionOptions
-
Quick way to set up
CollectionOptionsfor emitting (pre invalid input: '&' post) change events. - empty() - Static method in class org.springframework.data.mongodb.core.aggregation.ExposedFields
-
Returns an empty
ExposedFieldsinstance. - empty() - Static method in class org.springframework.data.mongodb.core.ChangeStreamOptions
- empty() - Static method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new empty
CollectionOptions. - empty() - Static method in class org.springframework.data.mongodb.core.FindAndReplaceOptions
-
Static factory method to create a
FindAndReplaceOptionsinstance with returnNew false upsert false - empty() - Static method in class org.springframework.data.mongodb.core.messaging.Message.MessageProperties
- empty() - Static method in class org.springframework.data.mongodb.MongoManagedTypes
-
Factory method to return an empty
MongoManagedTypesobject. - empty() - Static method in class org.springframework.data.mongodb.util.DotPath
-
Returns an empty dotpath.
- EMPTY - Static variable in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.Outputs
- EMPTY - Static variable in class org.springframework.data.mongodb.core.aggregation.FacetOperation
-
Empty (initial)
FacetOperation. - EMPTY_DOCUMENT - Enum constant in enum class org.springframework.data.mongodb.core.spel.MethodReferenceNode.AggregationMethodReference.ArgumentType
- EMPTY_DOCUMENT - Static variable in class org.springframework.data.mongodb.util.BsonUtils
-
The empty document (immutable).
- EnableMongoAuditing - Annotation Interface in org.springframework.data.mongodb.config
-
Annotation to enable auditing in MongoDB via annotation configuration.
- EnableMongoRepositories - Annotation Interface in org.springframework.data.mongodb.repository.config
-
Annotation to activate MongoDB repositories.
- EnableReactiveMongoAuditing - Annotation Interface in org.springframework.data.mongodb.config
-
Annotation to enable auditing in MongoDB using reactive infrastructure via annotation configuration.
- EnableReactiveMongoRepositories - Annotation Interface in org.springframework.data.mongodb.repository.config
-
Annotation to activate reactive MongoDB repositories.
- encode(BsonWriter, Document, EncoderContext) - Method in class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
- encrypt(Object, EncryptionContext) - Method in interface org.springframework.data.mongodb.core.convert.encryption.EncryptingConverter
-
Encrypt the given raw source value within the given
context. - encrypt(Object, EncryptionContext) - Method in class org.springframework.data.mongodb.core.convert.encryption.MongoEncryptionConverter
- encrypt(BsonValue, EncryptionOptions) - Method in class org.springframework.data.mongodb.core.encryption.MongoClientEncryption
- encrypt(P, EncryptionOptions) - Method in interface org.springframework.data.mongodb.core.encryption.Encryption
-
Encrypt the given value.
- encrypted(CollectionOptions.EncryptedFieldsOptions) - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Set the
CollectionOptions.EncryptedFieldsOptionsfor collections using queryable encryption. - encrypted(JsonSchemaProperty) - Static method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
-
Create new instance of
IdentifiableJsonSchemaProperty.EncryptedJsonSchemaPropertywrapping the giventarget. - encrypted(JsonSchemaProperty) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Turns the given target property into an
ecryptedone. - encrypted(JsonSchemaProperty, Object) - Method in class org.springframework.data.mongodb.core.CollectionOptions.EncryptedFieldsOptions
-
Add a
propertythat should be encrypted but not queryable. - Encrypted - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
Encryptedprovides data required for MongoDB Client Side Field Level Encryption that is applied during schema resolution. - encryptedCollection(Function) - Static method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionsbuilding encryption options in a fluent style. - encryptedCollection(CollectionOptions.EncryptedFieldsOptions) - Static method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith the givenencryptedFields. - encryptedCollection(MongoJsonSchema) - Static method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionsreading encryption options from the givenMongoJsonSchema. - EncryptedJsonSchemaProperty(JsonSchemaProperty) - Constructor for class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
-
Create new instance of
IdentifiableJsonSchemaProperty.EncryptedJsonSchemaPropertywrapping the giventarget. - encryptedOnly() - Static method in interface org.springframework.data.mongodb.core.MongoJsonSchemaCreator
-
A filter
Predicatethat matchesencrypted propertiesand those having nested ones. - encryptExpression(BsonDocument, EncryptionOptions) - Method in interface org.springframework.data.mongodb.core.encryption.Encryption
-
Encrypt the given expression.
- encryptExpression(BsonDocument, EncryptionOptions) - Method in class org.springframework.data.mongodb.core.encryption.MongoClientEncryption
- EncryptingConverter<S,
T> - Interface in org.springframework.data.mongodb.core.convert.encryption -
A specialized
MongoValueConverterfor encrypting and decrypting properties. - Encryption<P,
C> - Interface in org.springframework.data.mongodb.core.encryption -
Component responsible for encrypting and decrypting values.
- EncryptionAlgorithms - Class in org.springframework.data.mongodb.core
-
Encryption algorithms supported by MongoDB Client Side Field Level Encryption.
- EncryptionAlgorithms() - Constructor for class org.springframework.data.mongodb.core.EncryptionAlgorithms
- EncryptionContext - Interface in org.springframework.data.mongodb.core.encryption
-
Context to encapsulate encryption for a specific
MongoPersistentProperty. - EncryptionKey - Interface in org.springframework.data.mongodb.core.encryption
-
The
EncryptionKeyrepresents a Data Encryption Key reference that can be either direct via thekey idor itsKey Alternative Name. - EncryptionKey.Type - Enum Class in org.springframework.data.mongodb.core.encryption
-
The key reference type.
- EncryptionKeyResolver - Interface in org.springframework.data.mongodb.core.encryption
-
Interface to obtain a
Data Encryption Keythat is valid in a givencontext. - encryptionMetadata(Document) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
-
Define the encryptMetadata element of the schema.
- EncryptionOptions - Class in org.springframework.data.mongodb.core.encryption
-
Options used to provide additional information when
encryptingvalues. like theEncryptionOptions.algorithm()to be used. - EncryptionOptions(String, EncryptionKey) - Constructor for class org.springframework.data.mongodb.core.encryption.EncryptionOptions
- EncryptionOptions(String, EncryptionKey, EncryptionOptions.QueryableEncryptionOptions) - Constructor for class org.springframework.data.mongodb.core.encryption.EncryptionOptions
- EncryptionOptions.QueryableEncryptionOptions - Class in org.springframework.data.mongodb.core.encryption
-
Options, like the
EncryptionOptions.QueryableEncryptionOptions.getQueryType(), to apply when encrypting queryable values. - EncryptionUtils - Class in org.springframework.data.mongodb.util.encryption
-
Internal utility class for dealing with encryption related matters.
- EncryptionUtils() - Constructor for class org.springframework.data.mongodb.util.encryption.EncryptionUtils
- ENDING_WITH - Enum constant in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator.MatchMode
-
Matches string ending with pattern
- ENN - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.SearchType
-
Exact Nearest Neighbour
- ensureIndex(IndexDefinition) - Method in interface org.springframework.data.mongodb.core.index.IndexOperations
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.5, in favor of
IndexOperations.createIndex(IndexDefinition). - ensureIndex(IndexDefinition) - Method in interface org.springframework.data.mongodb.core.index.ReactiveIndexOperations
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.5, in favor of
ReactiveIndexOperations.createIndex(IndexDefinition). - ensureNotCollectionLike(Object) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- ensureNotCollectionLike(Object) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- entity() - Static method in interface org.springframework.data.mongodb.core.QueryResultConverter
-
Returns a function that returns the materialized entity.
- environment - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- eq(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$eqexpression (equal) that compares the value of the field to a given value or field. - equality() - Static method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics
-
Create a new
equality query characteristicused to define equality queries against an encrypted field. - EqualityQuery(Long) - Constructor for class org.springframework.data.mongodb.core.schema.QueryCharacteristics.EqualityQuery
-
Create new instance of
QueryCharacteristics.EqualityQuery. - equals(Object) - Method in class org.springframework.data.mongodb.core.ChangeStreamEvent
- equals(Object) - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions
- equals(Object) - Method in class org.springframework.data.mongodb.core.CollectionOptions.CollectionChangeStreamOptions
- equals(Object) - Method in class org.springframework.data.mongodb.core.CollectionOptions
- equals(Object) - Method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
- equals(Object) - Method in class org.springframework.data.mongodb.core.CollectionOptions.ValidationOptions
- equals(Object) - Method in class org.springframework.data.mongodb.core.geo.GeoJsonGeometryCollection
- equals(Object) - Method in class org.springframework.data.mongodb.core.geo.GeoJsonMultiLineString
- equals(Object) - Method in class org.springframework.data.mongodb.core.geo.GeoJsonMultiPoint
- equals(Object) - Method in class org.springframework.data.mongodb.core.geo.GeoJsonMultiPolygon
- equals(Object) - Method in class org.springframework.data.mongodb.core.geo.GeoJsonPolygon
- equals(Object) - Method in class org.springframework.data.mongodb.core.geo.Sphere
- equals(Object) - Method in class org.springframework.data.mongodb.core.index.IndexField
- equals(Object) - Method in class org.springframework.data.mongodb.core.index.IndexInfo
- equals(Object) - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexedFieldSpec
- equals(Object) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
-
Deprecated.
- equals(Object) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
-
Deprecated.
- equals(Object) - Method in class org.springframework.data.mongodb.core.messaging.Message.MessageProperties
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.BasicQuery
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.Collation
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.Field
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.GeoCommand
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.Meta
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.Query
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.Term
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.TextCriteria
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.Update
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.Update.Modifiers
- equals(Object) - Method in class org.springframework.data.mongodb.core.query.Update.PushOperatorBuilder
- equals(Object) - Method in class org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type.BsonType
- equals(Object) - Method in class org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type.JsonType
- equals(Object) - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions
- equals(Object) - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions.QueryableEncryptionOptions
- equals(Object) - Method in record class org.springframework.data.mongodb.core.mapping.FieldName
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.springframework.data.mongodb.core.mapping.MongoField
- equals(Object) - Method in class org.springframework.data.mongodb.core.mapping.MongoVector
- equalsArrays(String...) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$setEqualsexpression that compares the previously mentioned field to one or more arrays and returns true if they have the same distinct elements and false otherwise. - equalTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is equal to the value of the referenced field. - equalTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
-
Creates new
ComparisonOperators.Eqwith all previously added arguments appending the given one. - equalTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is equal to the expression result. - equalTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
-
Creates new
ComparisonOperators.Eqwith all previously added arguments appending the given one. - equalToValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is equal to the given value. - equalToValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
-
Creates new
ComparisonOperators.Eqwith all previously added arguments appending the given one. - estimatedCount(Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Estimate the number of documents, in the collection
identified by the given type, based on collection statistics. - estimatedCount(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Estimate the number of documents, in the collection
identified by the given type, based on collection statistics. - estimatedCount(String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Estimate the number of documents in the given collection based on collection statistics.
- estimatedCount(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- estimatedCount(String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Estimate the number of documents in the given collection based on collection statistics.
- estimatedCount(String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- euclidean() - Method in class org.springframework.data.mongodb.core.index.VectorIndex.VectorFieldBuilder
-
Use similarity based the distance between vector ends.
- EUCLIDEAN - Enum constant in enum class org.springframework.data.mongodb.core.index.VectorIndex.SimilarityFunction
- evaluate(Method, String, Object...) - Method in class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- evaluate(String, Supplier) - Static method in class org.springframework.data.mongodb.util.spel.ExpressionUtils
- evaluate(String, Supplier) - Static method in class org.springframework.data.mongodb.util.DurationUtil
-
Evaluates and potentially parses the given string representation into a
Durationvalue. - evaluate(String, ValueEvaluationContext) - Static method in class org.springframework.data.mongodb.util.DurationUtil
-
Evaluates and potentially parses the given string representation into a
Durationvalue. - evaluateExpression(String) - Method in class org.springframework.data.mongodb.util.json.ParameterBindingContext
- evaluateExpression(String, Map) - Method in class org.springframework.data.mongodb.util.json.ParameterBindingContext
- EvaluationOperatorFactory(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.EvaluationOperatorFactory
-
Creates new
EvaluationOperators.EvaluationOperatorFactoryfor given fieldReference. - EvaluationOperatorFactory(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.EvaluationOperatorFactory
-
Creates new
EvaluationOperators.EvaluationOperatorFactoryfor givenAggregationExpression. - EvaluationOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to evaluation operators such as $expr.
- EvaluationOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.EvaluationOperators
- EvaluationOperators.EvaluationOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- EvaluationOperators.Expr - Class in org.springframework.data.mongodb.core.aggregation
-
Allows the use of aggregation expressions within the query language.
- EvaluationOperators.LastObservationCarriedForward - Class in org.springframework.data.mongodb.core.aggregation
-
Sets null and missing values to the last non-null value.
- EXACT - Enum constant in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator.MatchMode
-
Matches the exact string
- exactCount(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
- exactCount(Query, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- exactCount(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
- exactCount(Query, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- exactCount(Query, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns the number of documents for the given
Queryby querying the collection of the given entity class. - exactCount(Query, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns the number of documents for the given
Queryby querying the collection of the given entity class. - exactCount(Query, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns the number of documents for the given
Queryquerying the given collection. - exactCount(Query, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns the number of documents for the given
Queryquerying the given collection. - EXCEPTION - Enum constant in enum class org.springframework.data.mongodb.core.WriteResultChecking
- exclude(String) - Method in class org.springframework.data.mongodb.core.query.Field
-
Exclude a single
fieldfrom being returned by the query operation. - exclude(String...) - Method in class org.springframework.data.mongodb.core.query.Field
-
Exclude one or more
fieldsfrom being returned by the query operation. - exclude(Collection) - Method in class org.springframework.data.mongodb.core.query.Field
-
Exclude one or more
fieldsfrom being returned by the query operation. - excludeCase() - Method in class org.springframework.data.mongodb.core.query.Collation.PrimaryICUComparisonLevel
-
Exclude case comparison.
- excludeCase() - Method in class org.springframework.data.mongodb.core.query.Collation.SecondaryICUComparisonLevel
-
Exclude case comparison.
- excludeFilters() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Specifies which types are not eligible for component scanning.
- excludeFilters() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Specifies which types are not eligible for component scanning.
- ExecutableAggregationOperation - Interface in org.springframework.data.mongodb.core
-
ExecutableAggregationOperationallows creation and execution of MongoDB aggregation operations in a fluent API style. - ExecutableAggregationOperation.AggregationWithAggregation<T> - Interface in org.springframework.data.mongodb.core
-
Define the aggregation with pipeline stages.
- ExecutableAggregationOperation.AggregationWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Collection override (Optional).
- ExecutableAggregationOperation.ExecutableAggregation<T> - Interface in org.springframework.data.mongodb.core
- ExecutableAggregationOperation.TerminatingAggregation<T> - Interface in org.springframework.data.mongodb.core
-
Trigger execution by calling one of the terminating methods.
- ExecutableFindOperation - Interface in org.springframework.data.mongodb.core
-
ExecutableFindOperationallows creation and execution of MongoDB find operations in a fluent API style. - ExecutableFindOperation.DistinctWithProjection - Interface in org.springframework.data.mongodb.core
-
Result type override.
- ExecutableFindOperation.DistinctWithQuery<T> - Interface in org.springframework.data.mongodb.core
-
Result restrictions.
- ExecutableFindOperation.ExecutableFind<T> - Interface in org.springframework.data.mongodb.core
-
ExecutableFindOperation.ExecutableFindprovides methods for constructing lookup operations in a fluent way. - ExecutableFindOperation.FindDistinct - Interface in org.springframework.data.mongodb.core
-
Distinct Find support.
- ExecutableFindOperation.FindWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Collection override (Optional).
- ExecutableFindOperation.FindWithProjection<T> - Interface in org.springframework.data.mongodb.core
-
Result type override (Optional).
- ExecutableFindOperation.FindWithQuery<T> - Interface in org.springframework.data.mongodb.core
-
Terminating operations invoking the actual query execution.
- ExecutableFindOperation.TerminatingDistinct<T> - Interface in org.springframework.data.mongodb.core
-
Terminating distinct find operations.
- ExecutableFindOperation.TerminatingFind<T> - Interface in org.springframework.data.mongodb.core
-
Trigger find execution by calling one of the terminating methods.
- ExecutableFindOperation.TerminatingFindNear<T> - Interface in org.springframework.data.mongodb.core
-
Trigger
geoNearexecution by calling one of the terminating methods. - ExecutableFindOperation.TerminatingProjection - Interface in org.springframework.data.mongodb.core
-
Trigger find execution by calling one of the terminating methods.
- ExecutableFindOperation.TerminatingResults<T> - Interface in org.springframework.data.mongodb.core
-
Trigger find execution by calling one of the terminating methods.
- ExecutableInsertOperation - Interface in org.springframework.data.mongodb.core
-
ExecutableInsertOperationallows creation and execution of MongoDB insert and bulk insert operations in a fluent API style. - ExecutableInsertOperation.ExecutableInsert<T> - Interface in org.springframework.data.mongodb.core
- ExecutableInsertOperation.InsertWithBulkMode<T> - Interface in org.springframework.data.mongodb.core
- ExecutableInsertOperation.InsertWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Collection override (optional).
- ExecutableInsertOperation.TerminatingBulkInsert<T> - Interface in org.springframework.data.mongodb.core
-
Trigger bulk insert execution by calling one of the terminating methods.
- ExecutableInsertOperation.TerminatingInsert<T> - Interface in org.springframework.data.mongodb.core
-
Trigger insert execution by calling one of the terminating methods.
- ExecutableMapReduceOperation - Interface in org.springframework.data.mongodb.core
-
ExecutableMapReduceOperationallows creation and execution of MongoDB mapReduce operations in a fluent API style. - ExecutableMapReduceOperation.ExecutableMapReduce<T> - Interface in org.springframework.data.mongodb.core
-
ExecutableMapReduceOperation.ExecutableMapReduceprovides methods for constructing mapReduce operations in a fluent way. - ExecutableMapReduceOperation.MapReduceWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Collection override (Optional).
- ExecutableMapReduceOperation.MapReduceWithMapFunction<T> - Interface in org.springframework.data.mongodb.core
-
Provide the Javascript
function()used to map matching documents. - ExecutableMapReduceOperation.MapReduceWithOptions<T> - Interface in org.springframework.data.mongodb.core
-
Deprecated.since 4.0 in favor of
org.springframework.data.mongodb.core.aggregation. - ExecutableMapReduceOperation.MapReduceWithProjection<T> - Interface in org.springframework.data.mongodb.core
-
Result type override (Optional).
- ExecutableMapReduceOperation.MapReduceWithQuery<T> - Interface in org.springframework.data.mongodb.core
-
Input document filter query (Optional).
- ExecutableMapReduceOperation.MapReduceWithReduceFunction<T> - Interface in org.springframework.data.mongodb.core
-
Provide the Javascript
function()used to reduce matching documents. - ExecutableMapReduceOperation.TerminatingMapReduce<T> - Interface in org.springframework.data.mongodb.core
-
Trigger mapReduce execution by calling one of the terminating methods.
- ExecutableMongoScript - Class in org.springframework.data.mongodb.core.script
-
Deprecated.since 2.2. The
evalcommand has been removed without replacement in MongoDB Server 4.2.0. - ExecutableMongoScript(String) - Constructor for class org.springframework.data.mongodb.core.script.ExecutableMongoScript
-
Deprecated.Creates new
ExecutableMongoScript. - ExecutableRemoveOperation - Interface in org.springframework.data.mongodb.core
-
ExecutableRemoveOperationallows creation and execution of MongoDB remove / findAndRemove operations in a fluent API style. - ExecutableRemoveOperation.ExecutableRemove<T> - Interface in org.springframework.data.mongodb.core
- ExecutableRemoveOperation.RemoveWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Collection override (optional).
- ExecutableRemoveOperation.RemoveWithQuery<T> - Interface in org.springframework.data.mongodb.core
- ExecutableRemoveOperation.TerminatingRemove<T> - Interface in org.springframework.data.mongodb.core
- ExecutableRemoveOperation.TerminatingResults<T> - Interface in org.springframework.data.mongodb.core
- ExecutableUpdateOperation - Interface in org.springframework.data.mongodb.core
-
ExecutableUpdateOperationallows creation and execution of MongoDB update / findAndModify / findAndReplace operations in a fluent API style. - ExecutableUpdateOperation.ExecutableUpdate<T> - Interface in org.springframework.data.mongodb.core
- ExecutableUpdateOperation.FindAndModifyWithOptions<T> - Interface in org.springframework.data.mongodb.core
-
Define
FindAndModifyOptions. - ExecutableUpdateOperation.FindAndReplaceWithOptions<T> - Interface in org.springframework.data.mongodb.core
-
Define
FindAndReplaceOptions. - ExecutableUpdateOperation.FindAndReplaceWithProjection<T> - Interface in org.springframework.data.mongodb.core
-
Result type override (Optional).
- ExecutableUpdateOperation.ReplaceWithOptions - Interface in org.springframework.data.mongodb.core
- ExecutableUpdateOperation.TerminatingFindAndModify<T> - Interface in org.springframework.data.mongodb.core
-
Trigger findAndModify execution by calling one of the terminating methods.
- ExecutableUpdateOperation.TerminatingFindAndReplace<T> - Interface in org.springframework.data.mongodb.core
-
Trigger findOneAndReplace execution by calling one of the terminating methods.
- ExecutableUpdateOperation.TerminatingReplace - Interface in org.springframework.data.mongodb.core
-
Trigger replaceOne execution by calling one of the terminating methods.
- ExecutableUpdateOperation.TerminatingUpdate<T> - Interface in org.springframework.data.mongodb.core
-
Trigger update execution by calling one of the terminating methods.
- ExecutableUpdateOperation.UpdateWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Explicitly define the name of the collection to perform operation in.
- ExecutableUpdateOperation.UpdateWithQuery<T> - Interface in org.springframework.data.mongodb.core
-
Define a filter query for the
Update. - ExecutableUpdateOperation.UpdateWithUpdate<T> - Interface in org.springframework.data.mongodb.core
-
Declare the
Updateto apply. - execute() - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Execute all bulk operations using the default write concern.
- execute() - Method in interface org.springframework.data.mongodb.core.ReactiveBulkOperations
-
Execute all bulk operations using the default write concern.
- execute(Class, CollectionCallback) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Executes the given
CollectionCallbackon the entity collection of the specified class. - execute(Class, CollectionCallback) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- execute(Class, ReactiveCollectionCallback) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Executes the given
ReactiveCollectionCallbackon the entity collection of the specified class. - execute(Class, ReactiveCollectionCallback) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- execute(Object[]) - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
- execute(Object[]) - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
- execute(String, CollectionCallback) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Executes the given
CollectionCallbackon the collection of the given name. - execute(String, CollectionCallback) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- execute(String, ReactiveCollectionCallback) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Executes the given
ReactiveCollectionCallbackon the collection of the given name. - execute(String, ReactiveCollectionCallback) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- execute(CollectionCallback) - Method in class org.springframework.data.mongodb.core.DefaultIndexOperations
- execute(DbCallback) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Executes a
DbCallbacktranslating any exceptions as necessary. - execute(DbCallback) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- execute(Query) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryExecution.DeleteExecution
- execute(Query) - Method in interface org.springframework.data.mongodb.repository.query.MongoQueryExecution
- execute(Query) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryExecution.GeoNearExecution
- execute(Query) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryExecution.PagedExecution
- execute(Query) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryExecution.PagingGeoNearExecution
- execute(Query) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryExecution.SlicedExecution
- execute(Query) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryExecution.UpdateExecution
- execute(Query) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryExecution.VectorSearchExecution
- execute(ReactiveDatabaseCallback) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Executes a
ReactiveDatabaseCallbacktranslating any exceptions as necessary. - execute(ReactiveDatabaseCallback) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- execute(ReactiveSessionCallback) - Method in interface org.springframework.data.mongodb.core.ReactiveSessionScoped
-
Executes the given
ReactiveSessionCallbackwithin theClientSession. - execute(ReactiveSessionCallback, Consumer) - Method in interface org.springframework.data.mongodb.core.ReactiveSessionScoped
-
Executes the given
ReactiveSessionCallbackwithin theClientSession. - execute(ExecutableMongoScript, Object...) - Method in interface org.springframework.data.mongodb.core.ScriptOperations
-
Deprecated.Executes the script by either calling it via its name or directly sending it.
- execute(SessionCallback) - Method in interface org.springframework.data.mongodb.core.SessionScoped
-
Executes the given
SessionCallbackwithin theClientSession. - execute(SessionCallback, Consumer) - Method in interface org.springframework.data.mongodb.core.SessionScoped
-
Executes the given
SessionCallbackwithin theClientSession. - executeCommand(String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Execute a MongoDB command expressed as a JSON string.
- executeCommand(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- executeCommand(String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Execute a MongoDB command expressed as a JSON string.
- executeCommand(String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- executeCommand(Document) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Execute a MongoDB command.
- executeCommand(Document) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- executeCommand(Document) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Execute a MongoDB command.
- executeCommand(Document) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- executeCommand(Document, ReadPreference) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Execute a MongoDB command.
- executeCommand(Document, ReadPreference) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- executeCommand(Document, ReadPreference) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Execute a MongoDB command.
- executeCommand(Document, ReadPreference) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- executeQuery(Query, String, DocumentCallbackHandler) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Execute a MongoDB query and iterate over the query results on a per-document basis with a DocumentCallbackHandler.
- executeQuery(Query, String, DocumentCallbackHandler) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- executeQuery(Query, String, DocumentCallbackHandler, CursorPreparer) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Execute a MongoDB query and iterate over the query results on a per-document basis with a
DocumentCallbackHandlerusing the provided CursorPreparer. - exhaust() - Method in class org.springframework.data.mongodb.core.query.Query
- EXHAUST - Enum constant in enum class org.springframework.data.mongodb.core.query.Meta.CursorOption
-
Sets the cursor to return all data returned by the query at once rather than splitting the results into batches.
- exists() - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingProjection
-
Check for the presence of matching elements.
- exists() - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingProjection
-
Check for the presence of matching elements.
- exists() - Method in class org.springframework.data.mongodb.gridfs.GridFsResource
- exists() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
- exists() - Element in annotation interface org.springframework.data.mongodb.repository.Query
-
Returns whether the query defined should be executed as exists projection.
- exists(boolean) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $exists operator.
- exists(Predicate) - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
- exists(Predicate) - Method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
- exists(String) - Method in class org.springframework.data.mongodb.core.index.DefaultSearchIndexOperations
- exists(String) - Method in interface org.springframework.data.mongodb.core.index.SearchIndexOperations
-
Check whether an index with the given
indexNameexists for the collection indicated by the entity class. - exists(String) - Method in interface org.springframework.data.mongodb.core.ScriptOperations
-
Deprecated.Checks
MongoDatabasefor existence of ServerSideJavaScript with given name. - exists(Example) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- exists(Example) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- exists(Criteria, Object) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryCreator
- exists(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Determine result of given
Querycontains at least one element. - exists(Query, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- exists(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Determine result of given
Querycontains at least one element. - exists(Query, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- exists(Query, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Determine result of given
Querycontains at least one element. - exists(Query, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- exists(Query, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Determine result of given
Querycontains at least one element. - exists(Query, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- exists(Query, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Determine result of given
Querycontains at least one element. - exists(Query, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- exists(Query, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Determine result of given
Querycontains at least one element. - exists(Query, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- existsById(ID) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- existsById(ID) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- existsById(Publisher) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- ExistsQuery - Annotation Interface in org.springframework.data.mongodb.repository
-
Annotation to declare finder exists queries directly on repository methods.
- exp() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat raises Euler’s number (i.e. e ) on the associated number. - exp() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$expexpression that takes the number of the previously mentioned field and raises Euler’s number (i.e. e ) on it. - expire(long) - Method in class org.springframework.data.mongodb.core.index.Index
-
Specifies TTL in seconds.
- expire(long) - Method in class org.springframework.data.mongodb.core.index.WildcardIndex
-
ttl option is not supported.
- expire(long, TimeUnit) - Method in class org.springframework.data.mongodb.core.index.Index
-
Specifies TTL with given
TimeUnit. - expire(long, TimeUnit) - Method in class org.springframework.data.mongodb.core.index.WildcardIndex
-
ttl option is not supported.
- expire(Duration) - Method in class org.springframework.data.mongodb.core.index.Index
-
Specifies the TTL.
- expire(Duration) - Method in class org.springframework.data.mongodb.core.index.WildcardIndex
-
ttl option is not supported.
- expireAfter() - Element in annotation interface org.springframework.data.mongodb.core.index.Indexed
-
Alternative for
Indexed.expireAfterSeconds()to configure the timeout after which the document should expire. - expireAfter() - Element in annotation interface org.springframework.data.mongodb.core.mapping.TimeSeries
-
Configure the timeout after which the document should expire.
- expireAfter(Duration) - Method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
-
Set the
Durationfor automatic removal of documents older than a specified value. - expireAfter(Duration) - Static method in class org.springframework.data.mongodb.core.index.IndexOptions
- expireAfterSeconds() - Element in annotation interface org.springframework.data.mongodb.core.index.Indexed
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.4 - Please use
Indexed.expireAfter()instead. - explain(boolean) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Defines whether to get the execution plan for the aggregation instead of the actual results.
- ExplicitEncrypted - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
ExplicitEncryptedis afieldlevelValueConverterannotation that indicates the target element is subject to encryption during the mapping process, in which a given domain type is converted into the store specific format. - expMovingAvg() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AccumulatorOperators.ExpMovingAvgBuilderthat to buildexpMovingAvgthat calculates the exponential moving average of numeric values - expMovingAvgOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
-
Create a new
AccumulatorOperators.ExpMovingAvgby defining the field holding the value to be used as input. - expMovingAvgOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
-
Create a new
AccumulatorOperators.ExpMovingAvgby defining theexpressionto compute the value to be used as input. - expose(ExposedFields) - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationOperationContext
-
Create a nested
AggregationOperationContextfrom this context that exposesfields. - expose(ExposedFields) - Method in class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
- ExposedFields - Class in org.springframework.data.mongodb.core.aggregation
-
Value object to capture the fields exposed by an
AggregationOperation. - ExposedFields.FieldReference - Interface in org.springframework.data.mongodb.core.aggregation
-
A reference to an
ExposedFields.ExposedField. - exposeVariablesOf(VariableOperators.Let) - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.MergeOperationBuilder
-
Expose the variables defined by
VariableOperators.Letto theupdate aggregation. - expr() - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.EvaluationOperatorFactory
-
Creates new
AggregationExpressionthat is a valid aggregation expression. - expr(MongoExpression) - Static method in class org.springframework.data.mongodb.core.query.Criteria
-
Static factory method to create a
Criteriamatching a documents against the givenexpression. - ExpressionBucketAutoOperationBuilder(String, BucketAutoOperation, Object[]) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.ExpressionBucketAutoOperationBuilder
-
Creates a new
BucketAutoOperation.ExpressionBucketAutoOperationBuilderfor the given value,BucketAutoOperationand parameters. - ExpressionBucketOperationBuilder(String, BucketOperation, Object[]) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketOperation.ExpressionBucketOperationBuilder
-
Creates a new
BucketOperationSupport.ExpressionBucketOperationBuilderSupportfor the given value,BucketOperationand parameters. - ExpressionBucketOperationBuilderSupport(String, T, Object[]) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.ExpressionBucketOperationBuilderSupport
-
Creates a new
BucketOperationSupport.ExpressionBucketOperationBuilderSupportfor the given value,BucketOperationSupportand parameters. - ExpressionNode - Class in org.springframework.data.mongodb.core.spel
-
A value object for nodes in an expression.
- ExpressionNode(SpelNode, ExpressionState) - Constructor for class org.springframework.data.mongodb.core.spel.ExpressionNode
- expressionOf(String, Object...) - Static method in class org.springframework.data.mongodb.core.aggregation.AggregationSpELExpression
-
Creates new
AggregationSpELExpressionfor the given expressionString and parameters. - ExpressionProjectionOperationBuilder(String, ProjectionOperation, Object[]) - Constructor for class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ExpressionProjectionOperationBuilder
-
Creates a new
ProjectionOperation.ExpressionProjectionOperationBuilderfor the given value,ProjectionOperationand parameters. - ExpressionTransformationContextSupport<T> - Class in org.springframework.data.mongodb.core.spel
-
The context for an
ExpressionNodetransformation. - ExpressionTransformationContextSupport(T, ExpressionNode, Document) - Constructor for class org.springframework.data.mongodb.core.spel.ExpressionTransformationContextSupport
-
Creates a new
ExpressionTransformationContextSupportfor the givenExpressionNodes and an optional previous operation. - ExpressionTransformer<T> - Interface in org.springframework.data.mongodb.core.spel
-
SPI interface to implement components that can transform an
ExpressionTransformationContextSupportinto an object. - ExpressionUtils - Class in org.springframework.data.mongodb.util.spel
-
Internal utility class for dealing with
Expressionand potential ones. - ExpressionUtils() - Constructor for class org.springframework.data.mongodb.util.spel.ExpressionUtils
- expValueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
-
Creates new
ArithmeticOperators.Exp. - expValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
-
Creates new
ArithmeticOperators.Exp. - expValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
-
Creates new
ArithmeticOperators.Exp. - extractDayOfMonth() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Extracts the dayOfMonth from a date expression.
- extractDayOfWeek() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Extracts the dayOfWeek from a date expression.
- extractDayOfYear() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Extracts the dayOfYear from a date expression.
- extractHour() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Extracts the hour from a date expression.
- extractMillisecond() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Extracts the millisecond from a date expression.
- extractMinute() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Extracts the minute from a date expression.
- extractMonth() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Extracts the month from a date expression.
- extractSecond() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Extracts the second from a date expression.
- extractWeek() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Extracts the week from a date expression.
- extractYear() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Extracts the year from a date expression.
F
- facet() - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
FacetOperation. - facet(AggregationOperation...) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
FacetOperation.FacetOperationBuildergivenAggregation. - FacetOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$facet-operation. - FacetOperation() - Constructor for class org.springframework.data.mongodb.core.aggregation.FacetOperation
-
Creates a new
FacetOperation. - FacetOperation.FacetOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder for
FacetOperationby adding existing and the new pipeline ofAggregationOperationto the newFacetOperation. - FAILED - Enum constant in enum class org.springframework.data.mongodb.core.index.SearchIndexStatus
-
well, this one is broken - not queryable
- failOnMatch() - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.WhenDocumentsMatch
-
Stop and fail the aggregation operation.
- failOnValidationError() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith already given settings andvalidationActionset toValidationAction.ERROR. - failWhenNotMatch() - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.WhenDocumentsDontMatch
-
Stop and fail the aggregation operation.
- fetch() - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
- fetch(DBRef) - Method in interface org.springframework.data.mongodb.core.convert.DbRefResolver
-
Actually loads the
DBReffrom the datasource. - fetch(DBRef) - Method in class org.springframework.data.mongodb.core.convert.DefaultDbRefResolver
- fetch(DBRef) - Method in enum class org.springframework.data.mongodb.core.convert.NoOpDbRefResolver
- fetchCount() - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
- fetchFirst() - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
- fetchMany(ReferenceLoader.DocumentReferenceQuery, ReferenceResolver.ReferenceCollection) - Method in class org.springframework.data.mongodb.core.convert.MongoDatabaseFactoryReferenceLoader
- fetchMany(ReferenceLoader.DocumentReferenceQuery, ReferenceResolver.ReferenceCollection) - Method in interface org.springframework.data.mongodb.core.convert.ReferenceLoader
-
Obtain multiple
Documentmatching the given referenceQuery in the context. - fetchOne() - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
- fetchOne(ReferenceLoader.DocumentReferenceQuery, ReferenceResolver.ReferenceCollection) - Method in interface org.springframework.data.mongodb.core.convert.ReferenceLoader
-
Obtain a single
Documentmatching the given referenceQuery in the context. - fetchPage(Pageable) - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
-
Fetch a
Page. - fetchResults() - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
- fetchSlice(Pageable) - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
-
Fetch a
Slice. - field(String) - Static method in class org.springframework.data.mongodb.core.aggregation.Fields
-
Creates a
Fieldwith the given name. - field(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
-
Creates new
aggregation expressionthat takes the value pointed to by given inputfieldName. - field(String, String) - Static method in class org.springframework.data.mongodb.core.aggregation.Fields
- field(Field) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
-
Creates new
aggregation expressionthat takes the value pointed to by given inputField. - Field - Class in org.springframework.data.mongodb.core.query
-
Field projection.
- Field - Interface in org.springframework.data.mongodb.core.aggregation
-
Abstraction for a field.
- Field - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
Annotation to define custom metadata for document fields.
- Field() - Constructor for class org.springframework.data.mongodb.core.query.Field
- Field(String) - Constructor for class org.springframework.data.mongodb.core.convert.QueryMapper.Field
-
Creates a new
QueryMapper.Fieldwithout meta-information but the given name. - Field.FieldProjectionExpression - Interface in org.springframework.data.mongodb.core.query
-
Intermediate builder part for projecting a
MongoExpressionto a result field. - Field.Write - Enum Class in org.springframework.data.mongodb.core.mapping
-
Enumeration of write strategies to define when a property is included for write conversion.
- FieldLookupPolicy - Class in org.springframework.data.mongodb.core.aggregation
-
Lookup policy for aggregation fields.
- FieldName - Record Class in org.springframework.data.mongodb.core.mapping
-
Value Object representing a field name that should be used to read/write fields within the MongoDB document.
- FieldName(String, FieldName.Type) - Constructor for record class org.springframework.data.mongodb.core.mapping.FieldName
- FieldName(String, FieldName.Type, String[]) - Constructor for record class org.springframework.data.mongodb.core.mapping.FieldName
-
Creates an instance of a
FieldNamerecord class. - FieldName.Type - Enum Class in org.springframework.data.mongodb.core.mapping
- fieldNamingStrategy() - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
-
Configures a
FieldNamingStrategyon theMongoMappingContextinstance created. - fields() - Method in class org.springframework.data.mongodb.core.query.Query
- fields() - Element in annotation interface org.springframework.data.mongodb.repository.Query
-
Defines the fields that should be returned for the given query.
- fields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
Fieldsinstance for the given field names. - fields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.Fields
- Fields - Class in org.springframework.data.mongodb.core.aggregation
-
Value object to capture a list of
Fieldinstances. - FieldsExposingAggregationOperation - Interface in org.springframework.data.mongodb.core.aggregation
-
AggregationOperationthat exposesExposedFieldsthat can be used for later aggregation pipelineAggregationOperations. - FieldsExposingAggregationOperation.InheritsFieldsAggregationOperation - Interface in org.springframework.data.mongodb.core.aggregation
-
Marker interface for
AggregationOperationthat inherits fields from previous operations. - fieldType(FieldType) - Method in class org.springframework.data.mongodb.core.mapping.MongoField.MongoFieldBuilder
-
Configure the field type.
- FieldType - Enum Class in org.springframework.data.mongodb.core.mapping
-
Enumeration of field value types that can be used to represent a
Documentfield value. - filename(String) - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload.GridFsUploadBuilder
-
Set the filename.
- filename(String) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload.ReactiveGridFsUploadBuilder
-
Set the filename.
- filter() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated array and selects a subset of the array to return based on the specified condition. - filter() - Element in annotation interface org.springframework.data.mongodb.repository.VectorSearch
-
Takes a MongoDB JSON (MQL) string defining the pre-filter against indexed fields.
- filter(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter
-
Set the field to apply the
$filterto. - filter(String, AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$filterexpression that returns a subset of the array held by the given field. - filter(Predicate) - Method in interface org.springframework.data.mongodb.core.MongoJsonSchemaCreator
-
Filter matching
properties. - filter(List) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter
-
Set the values to apply the
$filterto. - filter(List) - Method in interface org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter.InputBuilder
-
Set the values to apply the
$filterto. - filter(Document) - Method in class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation
-
Criteria expression that compares an indexed field with a boolean, date, objectId, number (not decimals), string, or UUID to use as a pre-filter.
- filter(Document...) - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
-
Set the plain filter chain to apply.
- filter(Document...) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the plain filter chain to apply.
- filter(Aggregation) - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
-
Set the filter to apply.
- filter(Aggregation) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the filter to apply.
- filter(Aggregation) - Method in interface org.springframework.data.mongodb.core.ReactiveChangeStreamOperation.ChangeStreamWithFilterAndProjection
-
Use an
Aggregationto filter matching events. - filter(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter
-
Set the
AggregationExpressionresolving to an array to apply the$filterto. - filter(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter.InputBuilder
-
Set the
AggregationExpressionresolving to an array to apply the$filterto. - filter(Field) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter
-
Set the field to apply the
$filterto. - filter(Field) - Method in interface org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter.InputBuilder
-
Set the field holding an array to apply the
$filterto. - filter(CriteriaDefinition) - Method in class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation
-
Criteria expression that compares an indexed field with a boolean, date, objectId, number (not decimals), string, or UUID to use as a pre-filter.
- filter(CriteriaDefinition) - Method in interface org.springframework.data.mongodb.core.ReactiveChangeStreamOperation.ChangeStreamWithFilterAndProjection
-
Use a
criterato filter matching events via anMatchOperation. - filter(Query) - Method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest.TailableCursorRequestBuilder
-
Set the filter to apply.
- filter(Query) - Method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest.TailableCursorRequestOptions.TailableCursorRequestOptionsBuilder
-
Set the filter to apply.
- filterArray(String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
-
Filter elements in an array that match the given criteria for update.
- filterArray(CriteriaDefinition) - Method in class org.springframework.data.mongodb.core.query.Update
-
Filter elements in an array that match the given criteria for update.
- finalize(String) - Method in interface org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator.AccumulatorFinalizeBuilder
-
Set the
finalizefunction used to update the result of the accumulation when all documents have been processed. - finalizeFunction(String) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.Sets the finalize function
- find(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
The string to search for within the given input field.
- find(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
The string to search for within the given input field.
- find(Query, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- find(Query) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Returns all files matching the given query.
- find(Query) - Method in class org.springframework.data.mongodb.gridfs.GridFsTemplate
- find(Query) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Returns a
Fluxemitting all files matching the given query. - find(Query) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
- find(Query, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Map the results of an ad-hoc query on the collection for the entity class to a List of the specified type.
- find(Query, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- find(Query, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Map the results of an ad-hoc query on the collection for the entity class to a
Fluxof the specified type. - find(Query, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- find(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Map the results of an ad-hoc query on the specified collection to a List of the specified type.
- find(Query, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- find(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Map the results of an ad-hoc query on the specified collection to a
Fluxof the specified type. - FIND_AND_REMOVE_ALL - Enum constant in enum class org.springframework.data.mongodb.repository.query.MongoQueryExecution.DeleteExecution.Type
- FIND_AND_REMOVE_ONE - Enum constant in enum class org.springframework.data.mongodb.repository.query.MongoQueryExecution.DeleteExecution.Type
- findAll() - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- findAll() - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- findAll(OrderSpecifier...) - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
- findAll(OrderSpecifier...) - Method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
- findAll(Predicate) - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
- findAll(Predicate) - Method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
- findAll(Predicate, OrderSpecifier...) - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
- findAll(Predicate, OrderSpecifier...) - Method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
- findAll(Predicate, Pageable) - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
- findAll(Predicate, Sort) - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
- findAll(Predicate, Sort) - Method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
- findAll(Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Query for a list of objects of type T from the collection used by the entity class.
- findAll(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findAll(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Query for a
Fluxof objects of type T from the collection used by the entity class. - findAll(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAll(Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Query for a list of objects of type T from the specified collection.
- findAll(Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findAll(Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Query for a
Fluxof objects of type T from the specified collection. - findAll(Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAll(Example) - Method in interface org.springframework.data.mongodb.repository.MongoRepository
-
Returns all entities matching the given
Example. - findAll(Example) - Method in interface org.springframework.data.mongodb.repository.ReactiveMongoRepository
-
Returns all entities matching the given
Example. - findAll(Example) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- findAll(Example) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- findAll(Example, Pageable) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- findAll(Example, Sort) - Method in interface org.springframework.data.mongodb.repository.MongoRepository
- findAll(Example, Sort) - Method in interface org.springframework.data.mongodb.repository.ReactiveMongoRepository
- findAll(Example, Sort) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- findAll(Example, Sort) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- findAll(Pageable) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- findAll(Sort) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- findAll(Sort) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- findAllAndRemove(Query, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns and removes all documents matching the given query form the collection used to store the entityClass.
- findAllAndRemove(Query, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findAllAndRemove(Query, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns and removes all documents matching the given query form the collection used to store the entityClass.
- findAllAndRemove(Query, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAllAndRemove(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns and removes all documents that match the provided query document criteria from the collection used to store the entityClass.
- findAllAndRemove(Query, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findAllAndRemove(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns and removes all documents that match the provided query document criteria from the collection used to store the entityClass.
- findAllAndRemove(Query, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAllAndRemove(Query, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns and removes all documents form the specified collection that match the provided query.
- findAllAndRemove(Query, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findAllAndRemove(Query, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns and removes all documents form the specified collection that match the provided query.
- findAllAndRemove(Query, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAllById(Iterable) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- findAllById(Iterable) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- findAllById(Publisher) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- findAndModify() - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingFindAndModify
-
Find, modify and return the first matching document.
- findAndModify() - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.TerminatingFindAndModify
-
Find, modify and return the first matching document.
- findAndModify(Query, UpdateDefinition, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
- findAndModify(Query, UpdateDefinition, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findAndModify(Query, UpdateDefinition, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
- findAndModify(Query, UpdateDefinition, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAndModify(Query, UpdateDefinition, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
- findAndModify(Query, UpdateDefinition, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findAndModify(Query, UpdateDefinition, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
- findAndModify(Query, UpdateDefinition, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class, String, QueryResultConverter) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Triggers findAndModify to apply provided
Updateon documents matchingCriteriaof givenQuerytakingFindAndModifyOptionsinto account. - findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Triggers findAndModify to apply provided
Updateon documents matchingCriteriaof givenQuerytakingFindAndModifyOptionsinto account. - findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Triggers findAndModify to apply provided
Updateon documents matchingCriteriaof givenQuerytakingFindAndModifyOptionsinto account. - findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Triggers findAndModify to apply provided
Updateon documents matchingCriteriaof givenQuerytakingFindAndModifyOptionsinto account. - findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- FindAndModifyOptions - Class in org.springframework.data.mongodb.core
- FindAndModifyOptions() - Constructor for class org.springframework.data.mongodb.core.FindAndModifyOptions
- findAndModifyValue() - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingFindAndModify
-
Find, modify and return the first matching document.
- findAndRemove() - Method in interface org.springframework.data.mongodb.core.ExecutableRemoveOperation.TerminatingResults
-
Remove and return all matching documents.
- findAndRemove() - Method in interface org.springframework.data.mongodb.core.ReactiveRemoveOperation.TerminatingResults
-
Remove and return all matching documents.
- findAndRemove(Query, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Map the results of an ad-hoc query on the collection for the entity type to a single instance of an object of the specified type.
- findAndRemove(Query, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findAndRemove(Query, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Map the results of an ad-hoc query on the collection for the entity type to a single instance of an object of the specified type.
- findAndRemove(Query, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAndRemove(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Map the results of an ad-hoc query on the specified collection to a single instance of an object of the specified type.
- findAndRemove(Query, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findAndRemove(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Map the results of an ad-hoc query on the specified collection to a single instance of an object of the specified type.
- findAndRemove(Query, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAndReplace() - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingFindAndReplace
-
Find, replace and return the first matching document.
- findAndReplace() - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.TerminatingFindAndReplace
-
Find, replace and return the first matching document.
- findAndReplace(Query, S, FindAndReplaceOptions, Class, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument takingFindAndReplaceOptionsinto account.
NOTE: The replacement entity must not hold an id. - findAndReplace(Query, S, FindAndReplaceOptions, Class, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument takingFindAndReplaceOptionsinto account. - findAndReplace(Query, S, FindAndReplaceOptions, Class, String, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument takingFindAndReplaceOptionsinto account.
NOTE: The replacement entity must not hold an id. - findAndReplace(Query, S, FindAndReplaceOptions, Class, String, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findAndReplace(Query, S, FindAndReplaceOptions, Class, String, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument takingFindAndReplaceOptionsinto account. - findAndReplace(Query, S, FindAndReplaceOptions, Class, String, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAndReplace(Query, S, FindAndReplaceOptions, Class, String, Class, QueryResultConverter) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findAndReplace(Query, T) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument. - findAndReplace(Query, T) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument. - findAndReplace(Query, T, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument.
Options are defaulted toFindAndReplaceOptions.empty(). - findAndReplace(Query, T, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument. - findAndReplace(Query, T, FindAndReplaceOptions) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument takingFindAndReplaceOptionsinto account.
NOTE: The replacement entity must not hold an id. - findAndReplace(Query, T, FindAndReplaceOptions) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument takingFindAndReplaceOptionsinto account. - findAndReplace(Query, T, FindAndReplaceOptions, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument takingFindAndReplaceOptionsinto account.
NOTE: The replacement entity must not hold an id. - findAndReplace(Query, T, FindAndReplaceOptions, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument takingFindAndReplaceOptionsinto account. - findAndReplace(Query, T, FindAndReplaceOptions, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument takingFindAndReplaceOptionsinto account.
NOTE: The replacement entity must not hold an id. - findAndReplace(Query, T, FindAndReplaceOptions, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Triggers findOneAndReplace to replace a single document matching
Criteriaof givenQuerywith thereplacementdocument takingFindAndReplaceOptionsinto account. - FindAndReplaceOptions - Class in org.springframework.data.mongodb.core
-
Options for findOneAndReplace.
- FindAndReplaceOptions() - Constructor for class org.springframework.data.mongodb.core.FindAndReplaceOptions
- findAndReplaceValue() - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingFindAndReplace
-
Find, replace and return the first matching document.
- findBy(Predicate, Function) - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
- findBy(Predicate, Function) - Method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
- findBy(Example, Function) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- findBy(Example, Function) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- findById(ID) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- findById(ID) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- findById(Object, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns a document with the given id mapped onto the given class.
- findById(Object, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findById(Object, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns a document with the given id mapped onto the given class.
- findById(Object, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findById(Object, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns the document with the given id from the given collection mapped onto the given target class.
- findById(Object, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findById(Object, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns the document with the given id from the given collection mapped onto the given target class.
- findById(Object, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findById(Publisher) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- findContextualEntity(MongoPersistentEntity, Document) - Method in interface org.springframework.data.mongodb.core.convert.MappingMongoConverter.ConversionContext
-
Lookup a potentially existing entity instance of the given
MongoPersistentEntityandDocument - findDistinct(String, Class, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Finds the distinct values for a specified field across a single
MongoCollectionor view and returns the results in aList. - findDistinct(String, Class, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Finds the distinct values for a specified field across a single
MongoCollectionor view and returns the results in aFlux. - findDistinct(Query, String, Class, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Finds the distinct values for a specified field across a single
MongoCollectionor view and returns the results in aList. - findDistinct(Query, String, Class, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findDistinct(Query, String, Class, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Finds the distinct values for a specified field across a single
MongoCollectionor view and returns the results in aFlux. - findDistinct(Query, String, Class, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findDistinct(Query, String, String, Class, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Finds the distinct values for a specified field across a single
MongoCollectionor view and returns the results in aList. - findDistinct(Query, String, String, Class, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findDistinct(Query, String, String, Class, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Finds the distinct values for a specified field across a single
MongoCollectionor view and returns the results in aFlux. - findDistinct(Query, String, String, Class, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findDistinct(Query, String, String, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Finds the distinct values for a specified field across a single
MongoCollectionor view and returns the results in aList. - findDistinct(Query, String, String, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Finds the distinct values for a specified field across a single
MongoCollectionor view and returns the results in aFlux. - findDynamicProjection() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- findFirst(Query) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Returns a
Monoemitting the fristGridFSFilematching the given query orMono.empty()in case no file matches. - findFirst(Query) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
- findOne(Predicate) - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
- findOne(Predicate) - Method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
- findOne(Example) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- findOne(Example) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- findOne(Query) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Returns a single
GridFSFilematching the given query or null in case no file matches. - findOne(Query) - Method in class org.springframework.data.mongodb.gridfs.GridFsTemplate
- findOne(Query) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Returns a
Monoemitting a singleGridFSFilematching the given query orMono.empty()in case no file matches. - findOne(Query) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
- findOne(Query, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Map the results of an ad-hoc query on the collection for the entity class to a single instance of an object of the specified type.
- findOne(Query, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findOne(Query, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Map the results of an ad-hoc query on the collection for the entity class to a single instance of an object of the specified type.
- findOne(Query, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- findOne(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Map the results of an ad-hoc query on the specified collection to a single instance of an object of the specified type.
- findOne(Query, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- findOne(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Map the results of an ad-hoc query on the specified collection to a single instance of an object of the specified type.
- findOne(Query, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- FindPublisherPreparer - Interface in org.springframework.data.mongodb.core
-
Simple callback interface to allow customization of a
FindPublisher. - findValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
Specify the reference to the
fieldholding the string to search for within the given input field. - findValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
Specify the reference to the
fieldholding the string to search for within the given input field. - findValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
Specify the
AggregationExpressionevaluating to the string to search for within the given input field. - findValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
Specify the
AggregationExpressionevaluating to the the string to search for within the given input field. - first() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat return the first element in the associated array. - first() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Generates a builder for a
$first-expression the current value. - first() - Static method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- first() - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingResults
-
Get the first or no result.
- first() - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingUpdate
-
Update the first document in the collection.
- first() - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingResults
-
Get the first or no result.
- first() - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.TerminatingUpdate
-
Update the first document in the collection.
- first(int) - Static method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- first(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
-
Returns the first element in the given array.
- first(String) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor a$first-expression for the given field-reference. - first(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor a$first-expression for the givenAggregationExpression. - First(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- FIRST - Enum constant in enum class org.springframework.data.mongodb.core.query.Update.Position
- firstOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
-
Returns the first element in the array pointed to by the given
field reference. - firstOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
-
Returns the first element of the array computed by the given
expression. - firstOperation() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationPipeline
- firstValue() - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingResults
-
Get the first or no result.
- flags() - Element in annotation interface org.springframework.data.mongodb.repository.Meta
-
Set
Meta.CursorOptionto be used when executing query. - flattenMap(Document) - Static method in class org.springframework.data.mongodb.core.query.SerializationUtils
-
Flattens out a given
Document. - float64(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.NumericJsonSchemaPropertywith given identifier ofbsonType : 'double'. - floor() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat returns the largest integer less than or equal to the associated number. - floor() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$floorexpression that takes the number of the previously mentioned field and returns the largest integer less than or equal to it. - floorValueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
-
Creates new
ArithmeticOperators.Floor. - floorValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
-
Creates new
ArithmeticOperators.Floor. - floorValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
-
Creates new
ArithmeticOperators.Floor. - FluentMongoOperations - Interface in org.springframework.data.mongodb.core
-
Stripped down interface providing access to a fluent API that specifies a basic set of MongoDB operations.
- flush() - Method in class org.springframework.data.mongodb.MongoTransactionManager.MongoTransactionObject
- flush() - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager.ReactiveMongoTransactionObject
- forAllFields() - Static method in class org.springframework.data.mongodb.core.index.TextIndexDefinition
-
Creates a
TextIndexDefinitionfor all fields in the document. - forDefaultLanguage() - Static method in class org.springframework.data.mongodb.core.query.TextCriteria
-
Returns a new
TextCriteriafor the default language. - forEach(Consumer) - Method in class org.springframework.data.mongodb.MongoManagedTypes
- foreignField(String) - Method in interface org.springframework.data.mongodb.core.aggregation.LookupOperation.ForeignFieldBuilder
- foreignField(String) - Method in class org.springframework.data.mongodb.core.aggregation.LookupOperation.LookupOperationBuilder
- forExpression(Document) - Method in class org.springframework.data.mongodb.core.aggregation.VariableOperators.Let.ExpressionVariable
-
Create a new
VariableOperators.Let.ExpressionVariablewith current name and given expressionObject. - forExpression(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.VariableOperators.Let.ExpressionVariable
-
Create a new
VariableOperators.Let.ExpressionVariablewith current name and given expression. - forExpressions(ValueProvider, ValueExpressionEvaluator) - Static method in class org.springframework.data.mongodb.util.json.ParameterBindingContext
-
Create a new
ParameterBindingContextthat is capable of expression parsing. - forExpressions(ValueProvider, ExpressionParser, Function) - Static method in class org.springframework.data.mongodb.util.json.ParameterBindingContext
-
Create a new
ParameterBindingContextthat is capable of expression parsing and can provide aEvaluationContextbased onExpressionDependencies. - forField(String) - Method in class org.springframework.data.mongodb.core.aggregation.VariableOperators.Let.ExpressionVariable
- forLanguage(String) - Static method in class org.springframework.data.mongodb.core.query.TextCriteria
-
For a full list of supported languages see the mongodb reference manual for Text Search Languages.
- forManyDocuments(Bson) - Static method in interface org.springframework.data.mongodb.core.convert.ReferenceLoader.DocumentReferenceQuery
- forNoResult() - Static method in interface org.springframework.data.mongodb.core.convert.ReferenceLoader.DocumentReferenceQuery
- forOperator(MongoConversionContext.OperatorContext) - Method in class org.springframework.data.mongodb.core.convert.MongoConversionContext
- forProperty(String) - Method in interface org.springframework.data.mongodb.core.convert.MappingMongoConverter.ConversionContext
-
Obtain a
MappingMongoConverter.ConversionContextfor the given propertyname. - forProperty(MongoPersistentProperty) - Method in interface org.springframework.data.mongodb.core.convert.MappingMongoConverter.ConversionContext
-
Obtain a
MappingMongoConverter.ConversionContextfor the givenMongoPersistentProperty. - forSingleDocument(Bson) - Static method in interface org.springframework.data.mongodb.core.convert.ReferenceLoader.DocumentReferenceQuery
- forwardDiacriticSort() - Method in class org.springframework.data.mongodb.core.query.Collation
-
Do not sort string with diacritics sort from back of the string.
- from(GridFSFile) - Static method in class org.springframework.data.mongodb.gridfs.GridFsObject.Options
-
Static factory method to create
GridFsObject.Optionsby extracting information from the givenGridFSFile. - from(EntityPath) - Method in class org.springframework.data.mongodb.repository.support.QuerydslRepositorySupport
-
Returns a
SpringDataMongodbQueryfor the givenEntityPath. - from(EntityPath, String) - Method in class org.springframework.data.mongodb.repository.support.QuerydslRepositorySupport
-
Returns a
SpringDataMongodbQueryfor the givenEntityPathquerying the given collection. - from(String) - Static method in class org.springframework.data.mongodb.util.DotPath
-
Creates a new
DotPathfromdotPath. - from(Class...) - Static method in class org.springframework.data.mongodb.MongoManagedTypes
-
Factory method used to construct
MongoManagedTypesfrom the given array oftypes. - from(Number) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindowBuilder
-
The lower (inclusive) range limit based on current document.
- from(Number) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
-
The lower (inclusive) range limit value to add to the value based on the sortBy field.
- from(String) - Method in interface org.springframework.data.mongodb.core.aggregation.GraphLookupOperation.FromBuilder
-
Set the collectionName to apply the
$graphLookupto. - from(String) - Method in interface org.springframework.data.mongodb.core.aggregation.LookupOperation.FromBuilder
- from(String) - Method in class org.springframework.data.mongodb.core.aggregation.LookupOperation.LookupOperationBuilder
- from(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindowBuilder
-
The lower (inclusive) range limit based on current document.
- from(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
-
The lower (inclusive) range limit based on the sortBy field.
- from(ChronoUnit) - Static method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.TemporalUnit
-
Converts the given chrono unit into a
DateOperators.TemporalUnit. - from(ChronoUnit) - Static method in interface org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnit
-
Converts the given chrono unit into a
DensifyOperation.DensifyUnit. - from(ChronoUnit) - Static method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnit
-
Converts the given chrono unit into a
SetWindowFieldsOperation.WindowUnit. - from(TimeUnit) - Static method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.TemporalUnit
-
Converts the given time unit into a
DateOperators.TemporalUnit. - from(TimeUnit) - Static method in interface org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnit
-
Converts the given time unit into a
DensifyOperation.DensifyUnit. - from(TimeUnit) - Static method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnit
-
Converts the given time unit into a
SetWindowFieldsOperation.WindowUnit. - from(List) - Static method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions.MongoConverterConfigurationAdapter
-
Create a
MongoCustomConversions.MongoConverterConfigurationAdapterusing the providedconvertersand our own codecs for JSR-310 types. - from(List) - Static method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
-
Create a new AggregationUpdate from the given
AggregationOperations. - from(Document) - Static method in class org.springframework.data.mongodb.core.query.Collation
-
Create new
Collationfrom values inDocument. - from(ManagedTypes) - Static method in class org.springframework.data.mongodb.MongoManagedTypes
-
Wraps an existing
ManagedTypesobject withMongoManagedTypes. - from(ExposedFields.ExposedField...) - Static method in class org.springframework.data.mongodb.core.aggregation.ExposedFields
-
Creates a new
ExposedFieldsinstance from the givenExposedFields.ExposedFields. - from(Field...) - Static method in class org.springframework.data.mongodb.core.aggregation.Fields
- from(MongoExpression) - Static method in interface org.springframework.data.mongodb.core.aggregation.AggregationExpression
-
Create an
AggregationExpressionout of a givenMongoExpressionto ensure the resultingDocumentis mapped against theAggregationOperationContext. - from(SpelNode) - Method in class org.springframework.data.mongodb.core.spel.ExpressionNode
-
Creates a new
ExpressionNodefrom the givenSpelNode. - from(SpelNode, ExpressionState) - Static method in class org.springframework.data.mongodb.core.spel.ExpressionNode
- fromCurrent() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindowBuilder
- fromCurrent() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
-
Use current as
lowerlimit. - fromDate(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
-
Define the start date, in UTC, for the subtraction operation.
- fromDateOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
-
Define the start date, in UTC, for the subtraction operation.
- fromDateOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
-
Define the start date, in UTC, for the subtraction operation.
- fromDBRef(DBRef) - Static method in class org.springframework.data.mongodb.core.convert.ReferenceResolver.ReferenceCollection
-
Create a new instance of
ReferenceResolver.ReferenceCollectionfrom the givenDBRef. - fromDocument(Document) - Static method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Creates new
AggregationOptionsgivenDocumentcontaining aggregation options. - fromDocument(Document, String...) - Static method in class org.springframework.data.mongodb.core.query.Update
-
Creates an
Updateinstance from the givenDocument. - fromFloat(Vector) - Static method in class org.springframework.data.mongodb.core.mapping.MongoVector
-
Creates a new binary
MongoVectorfrom the givenVector. - fromIterable(Iterable) - Static method in class org.springframework.data.mongodb.MongoManagedTypes
- fromKey(String) - Static method in class org.springframework.data.mongodb.core.mapping.MongoField
-
Create a new
MongoFieldwith given name. - fromOffset(ZoneOffset) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Timezone
-
Create a
DateOperators.Timezonefor the givenZoneOffsetrendering the offset as UTC offset. - fromOffset(TimeZone) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Timezone
-
Create a
DateOperators.Timezonefor the givenTimeZonerendering the offset as UTC offset. - fromPath(String) - Static method in class org.springframework.data.mongodb.core.mapping.MongoField
-
Create a new
MongoFieldwith given name. - fromProperties(List) - Static method in class org.springframework.data.mongodb.core.CollectionOptions.EncryptedFieldsOptions
- fromPublisher(Publisher) - Static method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload
-
Create a new instance of
ReactiveGridFsUploadfor the givenPublisher. - fromSchema(MongoJsonSchema) - Static method in class org.springframework.data.mongodb.core.CollectionOptions.EncryptedFieldsOptions
- fromStream(InputStream) - Static method in class org.springframework.data.mongodb.gridfs.GridFsUpload
-
Create a new instance of
GridFsUploadfor the givenInputStream. - fromString() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat converts a date/time string to a date object.
NOTE: Requires MongoDB 3.6 or later. - fromString(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
-
Creates new
DateOperators.DateFromString. - fromStringOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
-
Creates new
DateOperators.DateFromString. - fromStringOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
-
Creates new
DateOperators.DateFromString. - fromUnbounded() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindowBuilder
- fromUnbounded() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
-
Use unbounded as
lowerlimit. - fromZone(ZoneId) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Timezone
-
Create a
DateOperators.Timezonefor the givenZoneIdrendering the offset as UTC offset. - fromZone(TimeZone) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Timezone
-
Create a
DateOperators.Timezonefor the givenTimeZonerendering the offset as UTC offset. - full() - Static method in interface org.springframework.data.mongodb.core.aggregation.DensifyOperation.Range
-
Add documents spanning the full value range.
- fullDocumentBeforeChangeLookup(FullDocumentBeforeChange) - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
-
Set the
FullDocumentBeforeChangelookup to use. - fullDocumentBeforeChangeLookup(FullDocumentBeforeChange) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the
FullDocumentBeforeChangelookup to the given value. - fullDocumentLookup(FullDocument) - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
-
Set the
FullDocumentlookup to use. - fullDocumentLookup(FullDocument) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the
FullDocumentlookup toFullDocument.UPDATE_LOOKUP. - fullRange(Consumer) - Method in class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyOperationBuilder
-
Operate on full range.
- function(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators
-
Create a custom aggregation $function in JavaScript.
- function(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
-
Create a new
ScriptOperators.Functionwith the given function definition.
G
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.BooleanJsonSchemaProperty
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.DateJsonSchemaProperty
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NullJsonSchemaProperty
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.TimestampJsonSchemaProperty
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.BooleanJsonSchemaObject
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
-
Auto generate the description if not explicitly set.
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
- generatedDescription() - Method in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
-
Auto generate the description if not explicitly set.
- generateDescription - Variable in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
- generateDescription() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
- generateDescription() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.BooleanJsonSchemaObject
- generateDescription() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
-
Customization hook for creating description out of defined values.
Called byTypedJsonSchemaObject.toDocument()when no explicitTypedJsonSchemaObject.description(String)is set. - generateDescription() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
- generateDescription() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
- generateDescription() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
- generateDescription() - Method in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
-
Customization hook for creating description out of defined values.
Called byUntypedJsonSchemaObject.toDocument()when no explicitUntypedJsonSchemaObject.descriptionis set. - generateIdIfAbsentFromDocument(Document) - Method in class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
- geo(String) - Static method in class org.springframework.data.mongodb.core.index.IndexField
-
Creates a geo
IndexFieldfor the given key. - GEO_2D - Enum constant in enum class org.springframework.data.mongodb.core.index.GeoSpatialIndexType
-
Simple 2-Dimensional index for legacy-format points.
- GEO_2DSPHERE - Enum constant in enum class org.springframework.data.mongodb.core.index.GeoSpatialIndexType
-
2D Index for GeoJSON-formatted data over a sphere.
- GEO_HAYSTACK - Enum constant in enum class org.springframework.data.mongodb.core.index.GeoSpatialIndexType
-
An haystack index for grouping results over small results.
- GeoCommand - Class in org.springframework.data.mongodb.core.query
-
Wrapper around a
Shapeto allow appropriate query rendering. - GeoCommand(Shape) - Constructor for class org.springframework.data.mongodb.core.query.GeoCommand
-
Creates a new
GeoCommand. - GeoJson<T> - Interface in org.springframework.data.mongodb.core.geo
-
Interface definition for structures defined in GeoJSON format.
- GeoJsonConfiguration - Class in org.springframework.data.mongodb.config
-
Configuration class to expose
GeoJsonModuleas a Spring bean. - GeoJsonConfiguration() - Constructor for class org.springframework.data.mongodb.config.GeoJsonConfiguration
- GeoJsonGeometryCollection - Class in org.springframework.data.mongodb.core.geo
- GeoJsonGeometryCollection(List) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonGeometryCollection
-
Creates a new
GeoJsonGeometryCollectionfor the givenGeoJsoninstances. - GeoJsonLineString - Class in org.springframework.data.mongodb.core.geo
-
GeoJsonLineStringis defined as list of at least 2Points. - GeoJsonLineString(List) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonLineString
-
Creates a new
GeoJsonLineStringfor the givenPoints. - GeoJsonLineString(Point, Point, Point...) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonLineString
-
Creates a new
GeoJsonLineStringfor the givenPoints. - geoJsonModule() - Method in class org.springframework.data.mongodb.config.GeoJsonConfiguration
- geoJsonModule() - Static method in class org.springframework.data.mongodb.core.geo.GeoJsonModule
-
Obtain a
Modulecontainingserializersanddeserializersfor the followingGeoJsontypes:GeoJsonPointGeoJsonMultiPointGeoJsonLineStringGeoJsonMultiLineStringGeoJsonPolygonGeoJsonMultiPolygon - GeoJsonModule - Class in org.springframework.data.mongodb.core.geo
-
A Jackson
Moduleto register customJsonDeserializers for GeoJSON types. - GeoJsonModule() - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonModule
- GeoJsonMultiLineString - Class in org.springframework.data.mongodb.core.geo
-
GeoJsonMultiLineStringis defined as list ofGeoJsonLineStrings. - GeoJsonMultiLineString(List...) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonMultiLineString
-
Creates new
GeoJsonMultiLineStringfor the givenPoints. - GeoJsonMultiLineString(List) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonMultiLineString
-
Creates new
GeoJsonMultiLineStringfor the givenGeoJsonLineStrings. - GeoJsonMultiPoint - Class in org.springframework.data.mongodb.core.geo
-
GeoJsonMultiPointis defined as list ofPoints. - GeoJsonMultiPoint(List) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonMultiPoint
-
Creates a new
GeoJsonMultiPointfor the givenPoints. - GeoJsonMultiPoint(Point) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonMultiPoint
-
Creates a new
GeoJsonMultiPointfor the givenPoint. - GeoJsonMultiPoint(Point, Point, Point...) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonMultiPoint
-
Creates a new
GeoJsonMultiPointfor the givenPoints. - GeoJsonMultiPolygon - Class in org.springframework.data.mongodb.core.geo
-
GeoJsonMultiPolygonis defined as a list ofGeoJsonPolygons. - GeoJsonMultiPolygon(List) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonMultiPolygon
-
Creates a new
GeoJsonMultiPolygonfor the givenGeoJsonPolygons. - GeoJsonPoint - Class in org.springframework.data.mongodb.core.geo
- GeoJsonPoint(double, double) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonPoint
-
Creates
GeoJsonPointfor given coordinates. - GeoJsonPoint(Point) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonPoint
-
Creates
GeoJsonPointfor givenPoint. - GeoJsonPolygon - Class in org.springframework.data.mongodb.core.geo
- GeoJsonPolygon(List) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonPolygon
-
Creates new
GeoJsonPolygonfrom the givenPoints. - GeoJsonPolygon(Point, Point, Point, Point, Point...) - Constructor for class org.springframework.data.mongodb.core.geo.GeoJsonPolygon
-
Creates new
GeoJsonPolygonfrom the givenPoints. - geoNear(NearQuery, Class, String, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- geoNear(NearQuery, Class, String, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- geoNear(NearQuery, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Deprecated.since 2.2. The
evalcommand has been removed in MongoDB Server 4.2.0. Use Aggregations withAggregation.geoNear(NearQuery, String)instead. - geoNear(NearQuery, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- geoNear(NearQuery, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Deprecated.since 2.2. The
evalcommand has been removed in MongoDB Server 4.2.0. Use Aggregations withAggregation.geoNear(NearQuery, String)instead. - geoNear(NearQuery, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- geoNear(NearQuery, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Deprecated.since 2.2. The
evalcommand has been removed in MongoDB Server 4.2.0. Use Aggregations withAggregation.geoNear(NearQuery, String)instead. - geoNear(NearQuery, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- geoNear(NearQuery, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Deprecated.since 2.2. The
evalcommand has been removed in MongoDB Server 4.2.0. Use Aggregations withAggregation.geoNear(NearQuery, String)instead. - geoNear(NearQuery, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- geoNear(NearQuery, String) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
- GeoNearExecution(ExecutableFindOperation.FindWithQuery, MongoQueryMethod, MongoParameterAccessor) - Constructor for class org.springframework.data.mongodb.repository.query.MongoQueryExecution.GeoNearExecution
- GeoNearOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Represents a
geoNearaggregation operation. - GeoNearOperation(NearQuery, String) - Constructor for class org.springframework.data.mongodb.core.aggregation.GeoNearOperation
-
Creates a new
GeoNearOperationfrom the givenNearQueryand the given distance field. - GeospatialIndex - Class in org.springframework.data.mongodb.core.index
-
Value object to capture data to create a geo index.
- GeospatialIndex(String) - Constructor for class org.springframework.data.mongodb.core.index.GeospatialIndex
-
Creates a new
GeospatialIndexfor the given field. - GeoSpatialIndexed - Annotation Interface in org.springframework.data.mongodb.core.index
-
Mark a field to be indexed using MongoDB's geospatial indexing feature.
- GeoSpatialIndexType - Enum Class in org.springframework.data.mongodb.core.index
-
Geoposatial index type.
- get() - Method in interface org.springframework.data.mongodb.core.QueryResultConverter.ConversionResultSupplier
-
Obtain the upstream conversion result.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
-
Get the value at a given index.
- get(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
-
Get the value at a given index.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
-
Get the value for a given key.
- get(Object) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
-
Get the value for a given key.
- get(String) - Method in class org.springframework.data.mongodb.core.MappedDocument
- get(Bson, String) - Static method in class org.springframework.data.mongodb.util.BsonUtils
- getActionOperation() - Method in exception class org.springframework.data.mongodb.core.MongoDataIntegrityViolationException
-
Returns the
MongoActionOperationin which the current exception occurred. - getAllowDiskUse() - Method in class org.springframework.data.mongodb.core.query.Meta
-
When set to true, aggregation stages can write data to disk.
- getAnnotatedAggregation() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Returns the aggregation pipeline declared in a
Aggregationannotation. - getAnnotatedCollation() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Get the collation value extracted from the
QueryorAggregationannotation. - getAnnotatedHint() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Returns the aggregation pipeline declared via a
Hintannotation. - getAnnotatedQuery() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Returns the query string declared in a
Queryannotation or null if neither the annotation found nor the attribute was specified. - getAnnotatedReadPreference() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Get the
ReadPreferenceextracted from theReadPreferenceannotation. - getAnnotatedSort() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Get the sort value, used as default, extracted from the
Queryannotation. - getArgumentMap() - Method in class org.springframework.data.mongodb.core.spel.MethodReferenceNode.AggregationMethodReference
-
Get the property names in order order of appearance in resulting operation.
- getArgumentType() - Method in class org.springframework.data.mongodb.core.spel.MethodReferenceNode.AggregationMethodReference
-
Get the
MethodReferenceNode.AggregationMethodReference.ArgumentTypeused by the MongoDB. - getArrayFilters() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
- getArrayFilters() - Method in class org.springframework.data.mongodb.core.query.Update
- getArrayFilters() - Method in interface org.springframework.data.mongodb.core.query.UpdateDefinition
-
Get the specification which elements to modify in an array field.
- getAssociation() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.Field
- getAssociation() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
- getAssociationConverter() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
-
Return the
Converterto use for creating the mapped key of an association. - getAttributes() - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions.QueryableEncryptionOptions
-
Get the
rangeOptionsto apply. - getBeanClass(Element) - Method in class org.springframework.data.mongodb.config.MongoAuditingBeanDefinitionParser
- getBindableValue(int) - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getBindableValue(int) - Method in interface org.springframework.data.mongodb.util.json.ValueProvider
- getBody() - Method in class org.springframework.data.mongodb.core.ChangeStreamEvent
-
Get the potentially converted
ChangeStreamDocument.getFullDocument(). - getBody() - Method in interface org.springframework.data.mongodb.core.messaging.Message
-
The converted message body if available.
- getBodyBeforeChange() - Method in class org.springframework.data.mongodb.core.ChangeStreamEvent
-
Get the potentially converted
documentbefore being changed. - getBodyBeforeChange() - Method in interface org.springframework.data.mongodb.core.messaging.Message
-
The converted message body before change if available.
- getBsonTimestamp() - Method in class org.springframework.data.mongodb.core.ChangeStreamEvent
-
Get the
cluster time. - getBsonType() - Method in enum class org.springframework.data.mongodb.core.mapping.FieldType
-
Returns the BSON type identifier.
- getCapped() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Get if the collection should be capped.
- getCaseFirst() - Method in interface org.springframework.data.mongodb.core.query.Collation.ComparisonLevel
- getCaseFirst() - Method in class org.springframework.data.mongodb.core.query.Collation.PrimaryICUComparisonLevel
- getCaseFirst() - Method in class org.springframework.data.mongodb.core.query.Collation.SecondaryICUComparisonLevel
- getCaseFirst() - Method in class org.springframework.data.mongodb.core.query.Collation.TertiaryICUComparisonLevel
- getCaseLevel() - Method in interface org.springframework.data.mongodb.core.query.Collation.ComparisonLevel
- getCaseLevel() - Method in class org.springframework.data.mongodb.core.query.Collation.PrimaryICUComparisonLevel
- getCaseLevel() - Method in class org.springframework.data.mongodb.core.query.Collation.SecondaryICUComparisonLevel
- getCaseLevel() - Method in class org.springframework.data.mongodb.core.query.Collation.TertiaryICUComparisonLevel
- getCenter() - Method in class org.springframework.data.mongodb.core.geo.Sphere
-
Returns the center of the
Circle. - getChangeStreamOptions() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Get the
CollectionOptions.CollectionChangeStreamOptionsif available. - getChangeStreamOptions() - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestOptions
-
Get the
ChangeStreamOptionsdefined. - getCharacteristics() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.QueryableJsonSchemaProperty
- getCharacteristics() - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics
- getChild(int) - Method in class org.springframework.data.mongodb.core.spel.ExpressionNode
-
Returns the child
ExpressionNodewith the given index. - getChunkSize() - Method in class org.springframework.data.mongodb.gridfs.GridFsObject.Options
- getClassLoader() - Method in class org.springframework.data.mongodb.gridfs.GridFsTemplate
- getClientEncryption() - Method in class org.springframework.data.mongodb.core.encryption.MongoClientEncryption
- getCode() - Method in class org.springframework.data.mongodb.core.script.ExecutableMongoScript
-
Deprecated.Returns the actual script code.
- getCode() - Method in class org.springframework.data.mongodb.core.script.NamedMongoScript
-
Deprecated.Returns the actual script code.
- getCodecFor(Class) - Method in interface org.springframework.data.mongodb.CodecRegistryProvider
-
Get the
Codecregistered for the given type or anempty Optionalinstead. - getCodecRegistry() - Method in interface org.springframework.data.mongodb.CodecRegistryProvider
-
Get the underlying
CodecRegistryused by the MongoDB Java driver. - getCodecRegistry() - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationOperationContext
- getCodecRegistry() - Method in class org.springframework.data.mongodb.core.aggregation.PrefixingDelegatingAggregationOperationContext
- getCodecRegistry() - Method in class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
- getCodecRegistry() - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- getCodecRegistry() - Method in interface org.springframework.data.mongodb.core.convert.MongoConverter
- getCodecRegistry() - Method in class org.springframework.data.mongodb.core.SimpleReactiveMongoDatabaseFactory
- getCodecRegistry() - Method in interface org.springframework.data.mongodb.MongoDatabaseFactory
-
Get the underlying
CodecRegistryused by the MongoDB Java driver. - getCodecRegistry() - Method in interface org.springframework.data.mongodb.ReactiveMongoDatabaseFactory
-
Get the underlying
CodecRegistryused by the reactive MongoDB Java driver. - getCodecRegistry() - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
- getCodecRegistry() - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
- getCodecRegistry() - Method in class org.springframework.data.mongodb.util.aggregation.TestAggregationContext
- getCollation() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Get collation settings for string comparison.
- getCollation() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions
- getCollation() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Get the
Collationsettings. - getCollation() - Method in class org.springframework.data.mongodb.core.FindAndModifyOptions
-
Get the
Collationspecifying language-specific rules for string comparison. - getCollation() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
-
Get collation information.
- getCollation() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- getCollation() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentEntity
-
Returns the collation of the entity evaluating a potential SpEL expression within the current context.
- getCollation() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.Get the Collation specifying language-specific rules for string comparison.
- getCollation() - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Get the
Collationto use along with theNearQuery.query(Query). - getCollation() - Method in class org.springframework.data.mongodb.core.query.Query
-
Get the
Collationdefining language-specific rules for string comparison. - getCollation() - Method in class org.springframework.data.mongodb.core.ViewOptions
-
Get the
Collationto be set. - getCollation() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getCollation() - Method in interface org.springframework.data.mongodb.repository.query.MongoEntityInformation
-
Return the collation for the entity or null if
not defined. - getCollation() - Method in interface org.springframework.data.mongodb.repository.query.MongoParameterAccessor
-
Returns the
Collationto be used for the query. - getCollation() - Method in class org.springframework.data.mongodb.repository.query.MongoParametersParameterAccessor
- getCollation() - Method in class org.springframework.data.mongodb.repository.support.MappingMongoEntityInformation
- getCollationParameterIndex() - Method in class org.springframework.data.mongodb.repository.query.MongoParameters
-
Returns the index of the
Collationparameter or -1 if not present. - getCollection() - Method in class org.springframework.data.mongodb.core.convert.ReferenceResolver.ReferenceCollection
-
Get the target collection name.
- getCollection() - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.IndexDefinitionHolder
- getCollection() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- getCollection() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentEntity
-
Returns the collection the entity shall be persisted to.
- getCollection(DBRef) - Method in class org.springframework.data.mongodb.core.convert.DefaultDbRefResolver
-
Customization hook for obtaining the
MongoCollectionfor a givenDBRef. - getCollection(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- getCollection(String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Get a
MongoCollectionby its name. - getCollection(String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Get a
MongoCollectionby name. - getCollection(String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- getCollection(ReferenceResolver.ReferenceCollection) - Method in class org.springframework.data.mongodb.core.convert.DefaultDbRefResolver
- getCollection(ReferenceResolver.ReferenceCollection) - Method in class org.springframework.data.mongodb.core.convert.MongoDatabaseFactoryReferenceLoader
-
Obtain the
MongoCollectionfor a givenReferenceResolver.ReferenceCollectionfrom the underlyingMongoDatabaseFactory. - getCollectionEntity() - Method in interface org.springframework.data.mongodb.repository.query.MongoEntityMetadata
-
Returns the
MongoPersistentEntitythat supposed to determine the collection to be queried. - getCollectionName() - Method in class org.springframework.data.mongodb.core.ChangeStreamEvent
-
Get the collection name the event was originated at.
- getCollectionName() - Method in class org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent
-
Get the collection the event refers to.
- getCollectionName() - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestOptions
- getCollectionName() - Method in class org.springframework.data.mongodb.core.messaging.Message.MessageProperties
-
The collection name the message originates from.
- getCollectionName() - Method in interface org.springframework.data.mongodb.core.messaging.SubscriptionRequest.RequestOptions
-
Get the collection name.
- getCollectionName() - Method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest.TailableCursorRequestOptions
- getCollectionName() - Method in class org.springframework.data.mongodb.core.MongoAction
- getCollectionName() - Method in class org.springframework.data.mongodb.observability.MongoHandlerContext
- getCollectionName() - Method in interface org.springframework.data.mongodb.repository.query.MongoEntityInformation
-
Returns the name of the collection the entity shall be persisted to.
- getCollectionName() - Method in interface org.springframework.data.mongodb.repository.query.MongoEntityMetadata
-
Returns the name of the collection the entity shall be persisted to.
- getCollectionName() - Method in class org.springframework.data.mongodb.repository.support.MappingMongoEntityInformation
- getCollectionName(Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
The collection name used for the specified class by this template.
- getCollectionName(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- getCollectionName(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
The collection name used for the specified class by this template.
- getCollectionName(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- getCollectionNames() - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
A set of collection names.
- getCollectionNames() - Method in class org.springframework.data.mongodb.core.MongoTemplate
- getCollectionNames() - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
A set of collection names.
- getCollectionNames() - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- getCommand() - Method in class org.springframework.data.mongodb.core.geo.Sphere
-
Returns the command to be used to create the $within criterion.
- getCommand() - Method in class org.springframework.data.mongodb.core.query.GeoCommand
- getCommandName() - Method in class org.springframework.data.mongodb.observability.MongoHandlerContext
- getCommandStartedEvent() - Method in class org.springframework.data.mongodb.observability.MongoHandlerContext
- getComment() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Get the comment for the aggregation.
- getComment() - Method in class org.springframework.data.mongodb.core.query.Meta
- getConnectionString() - Method in class org.springframework.data.mongodb.observability.MongoHandlerContext
- getContent() - Method in interface org.springframework.data.mongodb.gridfs.GridFsObject
-
The actual file content.
- getContent() - Method in class org.springframework.data.mongodb.gridfs.GridFsResource
- getContent() - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload
- getContent() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
- getContent() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload
- getContentionFactor() - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions.QueryableEncryptionOptions
-
Get the
contentionFactorto apply. - getContentType() - Method in class org.springframework.data.mongodb.gridfs.GridFsResource
-
Returns the
Resource's content type. - getContext() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- getContextType() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader.Context
- getConversionContext(ObjectPath) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Creates a new
MappingMongoConverter.ConversionContextgivenObjectPath. - getConversionService() - Method in class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
- getConverter() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
- getConverter() - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns the underlying
MongoConverter. - getConverter() - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Returns the default
MongoConverter. - getConverter() - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns the underlying
MongoConverter. - getConverter() - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Returns the default
MongoConverter. - getCoordinates() - Method in interface org.springframework.data.mongodb.core.geo.GeoJson
-
The value of the coordinates member is always an
Iterable. - getCoordinates() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonGeometryCollection
- getCoordinates() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonMultiLineString
- getCoordinates() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonMultiPoint
- getCoordinates() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonMultiPolygon
- getCoordinates() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonPoint
-
Obtain the coordinates (x/longitude, y/latitude) array.
- getCoordinates() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonPolygon
- getCounts() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
-
Deprecated.
- getCriteria() - Method in class org.springframework.data.mongodb.core.query.Query
- getCriteriaObject() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationExpressionCriteria
- getCriteriaObject() - Method in class org.springframework.data.mongodb.core.query.Criteria
- getCriteriaObject() - Method in interface org.springframework.data.mongodb.core.query.CriteriaDefinition
-
Get
Documentrepresentation. - getCriteriaObject() - Method in class org.springframework.data.mongodb.core.query.TextCriteria
- getCurrentNode() - Method in class org.springframework.data.mongodb.core.spel.ExpressionTransformationContextSupport
-
Returns the current
ExpressionNode. - getCursor() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Specify a document that contains options that control the creation of the cursor object.
- getCursorBatchSize() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
The initial cursor batch size, if available, otherwise null.
- getCursorBatchSize() - Method in class org.springframework.data.mongodb.core.query.Meta
- getCustomConversions() - Method in interface org.springframework.data.mongodb.core.convert.MappingMongoConverter.ConversionContext
- getCustomConversions() - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter.DefaultConversionContext
- getCustomConversions() - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- getCustomConversions() - Method in interface org.springframework.data.mongodb.core.convert.MongoConverter
-
Returns the
CustomConversionsfor this converter. - getDatabase() - Method in class org.springframework.data.mongodb.core.convert.ReferenceResolver.ReferenceCollection
-
Get the target database name.
- getDatabase(String, MongoDatabaseFactory) - Static method in class org.springframework.data.mongodb.MongoDatabaseUtils
- getDatabase(String, MongoDatabaseFactory, SessionSynchronization) - Static method in class org.springframework.data.mongodb.MongoDatabaseUtils
-
Obtain the
databasewith given name form the givenfactory. - getDatabase(String, ReactiveMongoDatabaseFactory) - Static method in class org.springframework.data.mongodb.ReactiveMongoDatabaseUtils
- getDatabase(String, ReactiveMongoDatabaseFactory, SessionSynchronization) - Static method in class org.springframework.data.mongodb.ReactiveMongoDatabaseUtils
-
Obtain the
databasewith given name form the givenfactory. - getDatabase(MongoDatabaseFactory) - Static method in class org.springframework.data.mongodb.MongoDatabaseUtils
- getDatabase(MongoDatabaseFactory, SessionSynchronization) - Static method in class org.springframework.data.mongodb.MongoDatabaseUtils
-
Obtain the default
databaseform the givenfactory. - getDatabase(ReactiveMongoDatabaseFactory) - Static method in class org.springframework.data.mongodb.ReactiveMongoDatabaseUtils
- getDatabase(ReactiveMongoDatabaseFactory, SessionSynchronization) - Static method in class org.springframework.data.mongodb.ReactiveMongoDatabaseUtils
-
Obtain the default
databaseform the givenfactory. - getDatabaseFactory() - Method in class org.springframework.data.mongodb.MongoTransactionManager
-
Get the
MongoDatabaseFactorythat this instance manages transactions for. - getDatabaseFactory() - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
-
Get the
ReactiveMongoDatabaseFactorythat this instance manages transactions for. - getDatabaseName() - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
-
Return the name of the database to connect to.
- getDatabaseName() - Method in class org.springframework.data.mongodb.core.ChangeStreamEvent
-
Get the database name the event was originated at.
- getDatabaseName() - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestOptions
- getDatabaseName() - Method in class org.springframework.data.mongodb.core.messaging.Message.MessageProperties
-
The database name the message originates from.
- getDatabaseName() - Method in interface org.springframework.data.mongodb.core.messaging.SubscriptionRequest.RequestOptions
-
Get the database name of the db.
- getDatabaseName() - Method in class org.springframework.data.mongodb.observability.MongoHandlerContext
- getDatabaseStats(String) - Method in class org.springframework.data.mongodb.core.MongoAdmin
-
Deprecated.
- getDatabaseStats(String) - Method in interface org.springframework.data.mongodb.core.MongoAdminOperations
-
Deprecated.
- getDb() - Method in class org.springframework.data.mongodb.core.MongoTemplate
- getDBRef() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- getDBRef() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- getDBRef() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns the
DBRefif the property is a reference. - getDefaultDatabaseName() - Method in class org.springframework.data.mongodb.core.MongoDatabaseFactorySupport
- getDefaultStringMatcher() - Method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- getDefaultWriteConcern() - Method in class org.springframework.data.mongodb.core.MongoAction
- getDefinition(TypeInformation, MappingContext) - Method in interface org.springframework.data.mongodb.core.index.SearchIndexDefinition
-
Returns the actual index definition for this index in the context of a potential entity to resolve field name mappings.
- getDefinition(TypeInformation, MappingContext) - Method in class org.springframework.data.mongodb.core.index.VectorIndex
- getDescription() - Method in class org.springframework.data.mongodb.gridfs.GridFsResource
- getDirection() - Method in class org.springframework.data.mongodb.core.index.IndexField
-
Returns the direction of the
IndexFieldor null in case we have a geo index field. - getDirection() - Method in class org.springframework.data.mongodb.core.index.IndexPredicate
- getDistanceInMeters(Distance) - Static method in class org.springframework.data.mongodb.core.query.MetricConversion
-
Return
distancein meters. - getDistanceRange() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getDistanceRange() - Method in interface org.springframework.data.mongodb.repository.query.MongoParameterAccessor
-
Returns a
Distanceto be applied to Mongo geo queries. - getDistanceRange() - Method in class org.springframework.data.mongodb.repository.query.MongoParametersParameterAccessor
- getDocument() - Method in class org.springframework.data.mongodb.core.MappedDocument
- getDocument() - Method in class org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent
- getDocument() - Method in class org.springframework.data.mongodb.core.mapping.ShardKey
-
Get the raw MongoDB representation of the
ShardKey. - getDocument() - Method in class org.springframework.data.mongodb.core.MongoAction
- getDocumentId(Document) - Method in class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
- getDocumentReference() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- getDocumentReference() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- getDocumentReference() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns the
DocumentReferenceif the property is a reference. - getDomainClass() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
- getDomainTypeMapping() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
- getDownloadStream() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
-
Obtain the download stream emitting chunks of data as they come in.
- getDownloadStream(int) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
-
Obtain the download stream emitting chunks of data with given
chunkSizeas they come in. - getEmitCount() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
-
Deprecated.
- getEmitLoopTime() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
-
Deprecated.
- getEncoderClass() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
- getEncryptedFieldsOptions() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Get the
encryptedFieldsif available. - getEncryptionKeyIds() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- getEncryptionKeyIds() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- getEncryptionKeyIds() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentEntity
- getEncryptionKeyIds() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
- getEntity() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
- getEntityInformation() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
- getEntityInformation(Class) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
-
Deprecated.
- getEntityInformation(Class) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
-
Deprecated.
- getEntityInformation(RepositoryMetadata) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
- getEntityInformation(RepositoryMetadata) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
- getEntityType() - Method in class org.springframework.data.mongodb.core.MongoAction
- getEnvironment() - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- getErrorDescription(Integer) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- getErrors() - Method in exception class org.springframework.data.mongodb.BulkOperationException
- getEvaluationContext() - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver
-
Get the default
EvaluationContext. - getEvaluationContext(Object) - Method in interface org.springframework.data.mongodb.core.encryption.EncryptionContext
- getEvaluationContext(Object) - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- getEvaluationContext(Object) - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
-
Obtain the
EvaluationContextfor a specific root object. - getEvaluationContext(Object, ExpressionDependencies) - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- getExceptionTranslator() - Method in class org.springframework.data.mongodb.core.MongoDatabaseFactorySupport
- getExceptionTranslator() - Method in class org.springframework.data.mongodb.core.MongoTemplate
- getExceptionTranslator() - Method in class org.springframework.data.mongodb.core.SimpleReactiveMongoDatabaseFactory
- getExceptionTranslator() - Method in interface org.springframework.data.mongodb.MongoDatabaseFactory
-
Exposes a shared
MongoExceptionTranslator. - getExceptionTranslator() - Method in interface org.springframework.data.mongodb.ReactiveMongoDatabaseFactory
-
Exposes a shared
MongoExceptionTranslator. - getExpire() - Method in class org.springframework.data.mongodb.core.index.IndexOptions
- getExpireAfter() - Method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
-
Get the
Durationfor automatic removal of documents. - getExpireAfter() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
-
Get the duration after which documents within the index expire.
- getExposedField() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.Output
-
Returns the field exposed by the
BucketOperationSupport.Output. - getExpressionEvaluatorFor(MongoParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
-
Obtain a
ValueExpressionEvaluatorsuitable to evaluate expressions. - getFactoryInstance(MongoOperations) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean
-
Creates and initializes a
RepositoryFactorySupportinstance. - getFactoryInstance(ReactiveMongoOperations) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactoryBean
-
Creates and initializes a
RepositoryFactorySupportinstance. - getFallbackTypeFor(Bson) - Method in class org.springframework.data.mongodb.core.convert.DefaultMongoTypeMapper
- getField() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OperationOutput
-
Returns the field that holds the
ProjectionOperation.ProjectionOperationBuilder.OperationProjection. - getField(String) - Method in class org.springframework.data.mongodb.core.aggregation.ExposedFields
-
Returns the field with the given name or null if no field with the given name is available.
- getField(String) - Method in class org.springframework.data.mongodb.core.aggregation.Fields
- getField(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
-
Creates new
aggregation expressionthat takes the value pointed to by givenfieldName. - getField(String) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and obtains the value of the field with matching name. - getField(Field) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
-
Creates new
aggregation expressionthat takes the value pointed to by givenField. - GetField(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
- getFieldname() - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexedFieldSpec
-
Get the fieldname associated with the
TextIndexDefinition.TextIndexedFieldSpec. - getFieldName() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
-
Returns the key to be used to store the value of the property inside a Mongo
Document. - getFieldName() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- getFieldName() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns the name of the field a property is persisted to.
- getFieldOrder() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- getFieldOrder() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns the order of the field if defined.
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.CountOperation
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperation
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.FacetOperation
- getFields() - Method in interface org.springframework.data.mongodb.core.aggregation.FieldsExposingAggregationOperation
-
Returns the fields exposed by the
AggregationOperation. - getFields() - Method in class org.springframework.data.mongodb.core.aggregation.GraphLookupOperation
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.LookupOperation
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.UnsetOperation
- getFields() - Method in class org.springframework.data.mongodb.core.aggregation.UnwindOperation
- getFields(Class) - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationOperationContext
-
Returns the
Fieldsexposed by the type. - getFields(Class) - Method in class org.springframework.data.mongodb.core.aggregation.PrefixingDelegatingAggregationOperationContext
- getFields(Class) - Method in class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
- getFieldsObject() - Method in class org.springframework.data.mongodb.core.query.BasicQuery
- getFieldsObject() - Method in class org.springframework.data.mongodb.core.query.Field
- getFieldsObject() - Method in class org.springframework.data.mongodb.core.query.Query
- getFieldsObject() - Method in class org.springframework.data.mongodb.core.query.TextQuery
- getFieldType() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.Field
- getFieldType() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
- getFieldType() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- getFieldType() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- getFieldType() - Method in class org.springframework.data.mongodb.core.mapping.MongoField
-
Get the fields target type if defined.
- getFieldType() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns the
Java FieldTypeof the field a property is persisted to. - getFileId() - Method in interface org.springframework.data.mongodb.gridfs.GridFsObject
-
The
GridFSFile.getId()value converted into its simple java type. - getFileId() - Method in class org.springframework.data.mongodb.gridfs.GridFsResource
- getFileId() - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload
-
The
GridFSFile.getId()value converted into its simple java type. - getFileId() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
- getFileId() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload
-
The
GridFSFile.getId()value converted into its simple java type. - getFilename() - Method in interface org.springframework.data.mongodb.gridfs.GridFsObject
-
The filename.
- getFilename() - Method in class org.springframework.data.mongodb.gridfs.GridFsResource
- getFilename() - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload
- getFilename() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
- getFilename() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload
- getFilter() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions
- getFilterObject() - Method in interface org.springframework.data.mongodb.core.index.IndexFilter
-
Get the raw (unmapped) filter expression.
- getFilterObject() - Method in class org.springframework.data.mongodb.core.index.PartialIndexFilter
- getFinalizeFunction() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.
- getFlags() - Method in class org.springframework.data.mongodb.core.query.Meta
- getFormatted() - Method in class org.springframework.data.mongodb.core.query.Term
-
Get formatted representation of term.
- getFullDocumentBeforeChangeLookup() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions
- getFullDocumentLookup() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions
- getFullText() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getFullText() - Method in interface org.springframework.data.mongodb.repository.query.MongoParameterAccessor
-
Returns the
TextCriteriato be used for full text query. - getFullText() - Method in class org.springframework.data.mongodb.repository.query.MongoParametersParameterAccessor
- getFullTextParameterIndex() - Method in class org.springframework.data.mongodb.repository.query.MongoParameters
-
Returns the index of the parameter to be used as a text query param
- getFunctionName() - Method in enum class org.springframework.data.mongodb.core.index.VectorIndex.SimilarityFunction
- getGeoNearLocation() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getGeoNearLocation() - Method in interface org.springframework.data.mongodb.repository.query.MongoParameterAccessor
-
Returns the
Pointto use for a geo-near query. - getGeoNearLocation() - Method in class org.springframework.data.mongodb.repository.query.MongoParametersParameterAccessor
- getGranularity() - Method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
- getGridFSFile() - Method in class org.springframework.data.mongodb.gridfs.GridFsResource
- getGridFSFile() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
- getHint() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Deprecated.since 4.1, use
AggregationOptions.getHintObject()instead. - getHint() - Method in class org.springframework.data.mongodb.core.query.Query
- getHintObject() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Get the hint used to fulfill the aggregation.
- getId() - Method in class org.springframework.data.mongodb.core.index.SearchIndexInfo
-
The id of the index.
- getId() - Method in class org.springframework.data.mongodb.core.MappedDocument
- getId() - Method in class org.springframework.data.mongodb.gridfs.GridFsResource
-
Returns the
Resource's id. - getId(Class) - Method in class org.springframework.data.mongodb.core.MappedDocument
- getIdAttribute() - Method in interface org.springframework.data.mongodb.repository.query.MongoEntityInformation
-
Returns the attribute that the id will be persisted to.
- getIdAttribute() - Method in class org.springframework.data.mongodb.repository.support.MappingMongoEntityInformation
- getIdentifier() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
- getIdentifier() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty
- getIdentifier() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.QueryableJsonSchemaProperty
- getIdentifier() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.RequiredJsonSchemaProperty
- getIdentifier() - Method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
The identifier can be either the property name or the regex expression properties have to match when used along with
TypedJsonSchemaObject.ObjectJsonSchemaObject.patternProperties(JsonSchemaProperty...). - getIdentifyingAnnotations() - Method in class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigurationExtension
- getIdentifyingTypes() - Method in class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigurationExtension
- getIdentifyingTypes() - Method in class org.springframework.data.mongodb.repository.config.ReactiveMongoRepositoryConfigurationExtension
- getIdFilter() - Method in class org.springframework.data.mongodb.core.MappedDocument
- getIdIn(Collection) - Static method in class org.springframework.data.mongodb.core.MappedDocument
- getIdOnlyProjection() - Static method in class org.springframework.data.mongodb.core.MappedDocument
- getIds(Class, Predicate) - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
-
Fetch the list of ids matching a given condition.
- getIdType() - Method in class org.springframework.data.mongodb.repository.support.MappingMongoEntityInformation
- getIgnoredPaths() - Method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- getIndexDefinition() - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.IndexDefinitionHolder
-
Get the raw
IndexDefinition. - getIndexDefinition() - Method in class org.springframework.data.mongodb.core.index.SearchIndexInfo
- getIndexDocument(TypeInformation, MappingContext) - Method in interface org.springframework.data.mongodb.core.index.SearchIndexDefinition
-
Returns the index document for this index in the context of a potential entity to resolve field name mappings.
- getIndexFields() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
-
Returns the individual index fields of the index.
- getIndexInfo() - Method in class org.springframework.data.mongodb.core.DefaultIndexOperations
- getIndexInfo() - Method in class org.springframework.data.mongodb.core.DefaultReactiveIndexOperations
- getIndexInfo() - Method in interface org.springframework.data.mongodb.core.index.IndexOperations
-
Returns the index information on the collection.
- getIndexInfo() - Method in interface org.springframework.data.mongodb.core.index.ReactiveIndexOperations
-
Returns the index information on the collection.
- getIndexKeys() - Method in class org.springframework.data.mongodb.core.index.CompoundIndexDefinition
- getIndexKeys() - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
- getIndexKeys() - Method in class org.springframework.data.mongodb.core.index.HashedIndex
- getIndexKeys() - Method in class org.springframework.data.mongodb.core.index.Index
- getIndexKeys() - Method in interface org.springframework.data.mongodb.core.index.IndexDefinition
-
Get the
Documentcontaining properties covered by the index. - getIndexKeys() - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.IndexDefinitionHolder
- getIndexKeys() - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition
- getIndexKeys() - Method in class org.springframework.data.mongodb.core.index.WildcardIndex
- getIndexOptions() - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
- getIndexOptions() - Method in class org.springframework.data.mongodb.core.index.HashedIndex
- getIndexOptions() - Method in class org.springframework.data.mongodb.core.index.Index
- getIndexOptions() - Method in interface org.springframework.data.mongodb.core.index.IndexDefinition
-
Get the index properties such as unique,...
- getIndexOptions() - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.IndexDefinitionHolder
- getIndexOptions() - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition
- getIndexOptions() - Method in class org.springframework.data.mongodb.core.index.WildcardIndex
- getInitialEntitySet() - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
-
Scans the mapping base package for classes annotated with
Document. - getInputCount() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
-
Deprecated.
- getInputStream() - Method in class org.springframework.data.mongodb.gridfs.GridFsResource
- getInputStream() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
-
Obtain the data as
InputStream. - getInputType() - Method in class org.springframework.data.mongodb.core.aggregation.TypedAggregation
-
Returns the input type for the
Aggregation. - getJavaClass() - Method in enum class org.springframework.data.mongodb.core.mapping.FieldType
-
Returns the Java class used to represent the type.
- getJavaScriptMode() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.
- getKey() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationExpressionCriteria
- getKey() - Method in class org.springframework.data.mongodb.core.index.IndexField
- getKey() - Method in class org.springframework.data.mongodb.core.query.Criteria
- getKey() - Method in interface org.springframework.data.mongodb.core.query.CriteriaDefinition
-
Get the identifying key.
- getKey() - Method in class org.springframework.data.mongodb.core.query.TextCriteria
- getKey() - Method in interface org.springframework.data.mongodb.core.query.Update.Modifier
- getKey(EncryptionContext) - Method in interface org.springframework.data.mongodb.core.encryption.EncryptionKeyResolver
-
Get the
Data Encryption Key. - getKeyId() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
- getKeyset() - Method in class org.springframework.data.mongodb.core.query.Query
- getLabelPrefix() - Method in interface org.springframework.data.mongodb.MongoTransactionOptionsResolver
-
Get the prefix used to filter applicable
labels. - getLanguage() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
- getLanguage() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- getLanguage() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentEntity
-
Returns the default language to be used for this entity.
- getLeft() - Method in class org.springframework.data.mongodb.core.spel.OperatorNode
-
Returns the left operand as
ExpressionNode. - getLevel() - Method in interface org.springframework.data.mongodb.core.query.Collation.ComparisonLevel
- getLevel() - Method in class org.springframework.data.mongodb.core.query.Collation.PrimaryICUComparisonLevel
- getLevel() - Method in class org.springframework.data.mongodb.core.query.Collation.SecondaryICUComparisonLevel
- getLevel() - Method in class org.springframework.data.mongodb.core.query.Collation.TertiaryICUComparisonLevel
- getLimit() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.Get the maximum number of documents for the input into the map function.
- getLimit() - Method in class org.springframework.data.mongodb.core.query.Query
-
Get the maximum number of documents to be return.
- getLimit() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getLower() - Method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.Window
-
The lower (inclusive) boundary.
- getLower() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindow
- getLower() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindow
- getMappedExample(Example) - Method in class org.springframework.data.mongodb.core.convert.MongoExampleMapper
- getMappedExample(Example, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.convert.MongoExampleMapper
- getMappedFields(Document, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Maps fields to retrieve to the
MongoPersistentEntitys properties. - getMappedKey() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.Field
-
Returns the key to be used in the mapped document eventually.
- getMappedKey() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
- getMappedKeyword(QueryMapper.Field, QueryMapper.Keyword) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Returns the mapped keyword considered defining a criteria for the given property.
- getMappedKeyword(QueryMapper.Keyword, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Returns the given
Documentrepresenting a keyword by mapping the keyword's value. - getMappedObject(Bson, Optional) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
- getMappedObject(Bson, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Replaces the property keys used in the given
Documentwith the appropriate keys by using thePersistentEntitymetadata. - getMappedObject(Bson, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.convert.UpdateMapper
- getMappedObject(Document) - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationOperationContext
-
Returns the mapped
Document, potentially converting the source considering mapping metadata etc. - getMappedObject(Document) - Method in class org.springframework.data.mongodb.core.aggregation.PrefixingDelegatingAggregationOperationContext
- getMappedObject(Document) - Method in class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
- getMappedObject(Document) - Method in class org.springframework.data.mongodb.util.aggregation.TestAggregationContext
- getMappedObject(Document, Class) - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationOperationContext
-
Returns the mapped
Document, potentially converting the source considering mapping metadata for the given type. - getMappedObject(Document, Class) - Method in class org.springframework.data.mongodb.core.aggregation.PrefixingDelegatingAggregationOperationContext
- getMappedObject(Document, Class) - Method in class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
- getMappedObject(Document, Class) - Method in class org.springframework.data.mongodb.util.aggregation.TestAggregationContext
- getMappedObjectForField(QueryMapper.Field, Object) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Extracts the mapped object value for given field out of rawValue taking nested
QueryMapper.Keywords into account - getMappedObjectForField(QueryMapper.Field, Object) - Method in class org.springframework.data.mongodb.core.convert.UpdateMapper
- getMappedQuery(Document) - Method in class org.springframework.data.mongodb.gridfs.GridFsTemplate
- getMappedQuery(Document) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
- getMappedResults() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationResults
-
Returns the aggregation results.
- getMappedSort(Document, MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Maps fields used for sorting to the
MongoPersistentEntitys properties. - getMappedValue(QueryMapper.Field, Object) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Returns the mapped value for the given source object assuming it's a value for the given
MongoPersistentProperty. - getMappingBasePackages() - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
-
Returns the base packages to scan for MongoDB mapped entities at startup.
- getMappingContext() - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- getMappingContext() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
- getMappingContext() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
- getMapReduceAction() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.Return the
MapReduceAction. - getMapTime() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
-
Deprecated.
- getMark() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- getMatchMode() - Method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- getMaxCommitTime() - Method in interface org.springframework.data.mongodb.TransactionMetadata
- getMaxDistance() - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Returns the maximum
Distance. - getMaxDistanceIndex() - Method in class org.springframework.data.mongodb.repository.query.MongoParameters
-
Returns the index of the
Distanceparameter to be used for max distance in geo queries. - getMaxDocuments() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Get the max number of documents the collection should be limited to.
- getMaxTime() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
- getMaxTimeMsec() - Method in class org.springframework.data.mongodb.core.query.Meta
- getMessage() - Method in exception class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.CyclicPropertyReferenceException
- getMessageListener() - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest
- getMessageListener() - Method in interface org.springframework.data.mongodb.core.messaging.SubscriptionRequest
-
Obtain the
MessageListenerto publishmessagesto. - getMessageListener() - Method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest
- getMeta() - Method in class org.springframework.data.mongodb.core.query.Query
- getMetadata() - Method in class org.springframework.data.mongodb.gridfs.GridFsObject.Options
- getMetaField() - Method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
- getMetersToMetricMultiplier(Metric) - Static method in class org.springframework.data.mongodb.core.query.MetricConversion
-
Return meters to
metricmultiplier. - getMethodReference() - Method in class org.springframework.data.mongodb.core.spel.MethodReferenceNode
-
Return the
MethodReferenceNode.AggregationMethodReference. - getMetric() - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Returns the
Metricunderlying the actual query. - getMinDistance() - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Returns the maximum
Distance. - getModifiers() - Method in class org.springframework.data.mongodb.core.query.Update.Modifiers
- getModuleIdentifier() - Method in class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigurationExtension
- getModuleName() - Method in class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigurationExtension
- getModuleName() - Method in class org.springframework.data.mongodb.repository.config.ReactiveMongoRepositoryConfigurationExtension
- getModulePrefix() - Method in class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigurationExtension
- getMongoActionOperation() - Method in class org.springframework.data.mongodb.core.MongoAction
- getMongoClient() - Method in class org.springframework.data.mongodb.core.MongoDatabaseFactorySupport
- getMongoDatabase() - Method in class org.springframework.data.mongodb.core.MongoDatabaseFactorySupport
- getMongoDatabase() - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- getMongoDatabase() - Method in class org.springframework.data.mongodb.core.SimpleReactiveMongoDatabaseFactory
- getMongoDatabase() - Method in interface org.springframework.data.mongodb.MongoDatabaseFactory
-
Obtain a
MongoDatabasefrom the underlying factory. - getMongoDatabase() - Method in interface org.springframework.data.mongodb.ReactiveMongoDatabaseFactory
-
Creates a default
MongoDatabaseinstance. - getMongoDatabase(String) - Method in class org.springframework.data.mongodb.core.MongoDatabaseFactorySupport
- getMongoDatabase(String) - Method in class org.springframework.data.mongodb.core.SimpleReactiveMongoDatabaseFactory
- getMongoDatabase(String) - Method in interface org.springframework.data.mongodb.MongoDatabaseFactory
-
Obtain a
MongoDatabaseinstance to access the database with the given name. - getMongoDatabase(String) - Method in interface org.springframework.data.mongodb.ReactiveMongoDatabaseFactory
-
Obtain a
MongoDatabaseinstance to access the database with the given name. - getMongoDatabaseFactory() - Method in class org.springframework.data.mongodb.core.MongoTemplate
- getMongoDatabaseFactory() - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- getMongoField() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- getMongoField() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- getMongoField() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
-
In case a limit value (n) is present $bottomN is used instead of $bottom.
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
-
In case a limit value (n) is present $topN is used instead of $top.
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
- getMongoMethod() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
- getMongoOperator() - Method in class org.springframework.data.mongodb.core.spel.MethodReferenceNode.AggregationMethodReference
-
Get the MongoDB specific operator.
- getMongoOperator() - Method in class org.springframework.data.mongodb.core.spel.NotOperatorNode
- getMongoOperator() - Method in class org.springframework.data.mongodb.core.spel.OperatorNode
-
Returns the Mongo expression of the operator.
- getMongoRepresentation() - Method in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- getMongoRepresentation() - Method in interface org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularity
- getName() - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationVariable
- getName() - Method in interface org.springframework.data.mongodb.core.aggregation.Field
-
Returns the name of the field.
- getName() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.ComputedField
- getName() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
- getName() - Method in class org.springframework.data.mongodb.core.index.IndexPredicate
- getName() - Method in interface org.springframework.data.mongodb.core.index.SearchIndexDefinition
- getName() - Method in class org.springframework.data.mongodb.core.index.VectorIndex
- getName() - Method in class org.springframework.data.mongodb.core.mapping.MongoField
- getName() - Method in class org.springframework.data.mongodb.core.script.NamedMongoScript
-
Deprecated.Returns the name of the script.
- getName() - Method in class org.springframework.data.mongodb.core.spel.ExpressionNode
-
Returns the name of the
ExpressionNode. - getNearIndex() - Method in class org.springframework.data.mongodb.repository.query.MongoParameters
-
Returns the index of the parameter to be used to start a geo-near query from.
- getNullHandler() - Method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- getObject() - Method in class org.springframework.data.mongodb.config.PersistentEntitiesFactoryBean
- getObject() - Method in class org.springframework.data.mongodb.core.MongoEncryptionSettingsFactoryBean
- getObject() - Method in class org.springframework.data.mongodb.core.MongoServerApiFactoryBean
- getObjectType() - Method in class org.springframework.data.mongodb.config.PersistentEntitiesFactoryBean
- getObjectType() - Method in class org.springframework.data.mongodb.core.MongoClientFactoryBean
- getObjectType() - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- getObjectType() - Method in class org.springframework.data.mongodb.core.MongoEncryptionSettingsFactoryBean
- getObjectType() - Method in class org.springframework.data.mongodb.core.MongoServerApiFactoryBean
- getObjectType() - Method in class org.springframework.data.mongodb.core.ReactiveMongoClientFactoryBean
- getOperationArguments(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OperationOutput
- getOperations() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationPipeline
-
Get the list of
aggregation stages. - getOperationType() - Method in class org.springframework.data.mongodb.core.ChangeStreamEvent
-
Get the
operation typefor this event. - getOperator() - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationOperation
-
Return the MongoDB operator that is used for this
AggregationOperation. - getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.CountOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.FacetOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.GeoNearOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.GraphLookupOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.LimitOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.LookupOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.MatchOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.OutOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.RedactOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.SampleOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.SkipOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.SortByCountOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.SortOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.UnionWithOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.UnsetOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.UnwindOperation
- getOperator() - Method in class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation
- getOperatorContext() - Method in class org.springframework.data.mongodb.core.convert.MongoConversionContext
- getOperatorContext() - Method in interface org.springframework.data.mongodb.core.encryption.EncryptionContext
-
The field name and field query operator
- getOptions() - Method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Get the
AggregationOptions. - getOptions() - Method in interface org.springframework.data.mongodb.gridfs.GridFsObject
-
Additional information like file metadata (eg. contentType).
- getOptions() - Method in class org.springframework.data.mongodb.gridfs.GridFsResource
- getOptions() - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload
- getOptions() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
- getOptions() - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload
- getOptionsObject() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.
- getOrder() - Method in class org.springframework.data.mongodb.core.mapping.event.AuditingEntityCallback
- getOrder() - Method in class org.springframework.data.mongodb.core.mapping.event.ReactiveAuditingEntityCallback
- getOrder() - Method in class org.springframework.data.mongodb.core.mapping.event.ReactiveValidatingEntityCallback
- getOrder() - Method in class org.springframework.data.mongodb.core.mapping.event.ValidatingEntityCallback
- getOrder() - Method in class org.springframework.data.mongodb.core.mapping.MongoField
-
Get the position of the field within the target document.
- getOutputCollection() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.
- getOutputCollection() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
-
Deprecated.
- getOutputCount() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
-
Deprecated.
- getOutputDatabase() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.
- getPageable() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getParameterBindingCodec() - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
-
Obtain the
ParameterBindingDocumentCodecused for parsing JSON expressions. - getParameterBindingCodec() - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
-
Obtain the
ParameterBindingDocumentCodecused for parsing JSON expressions. - getParameters() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
- getParentContext() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader.Context
- getParentNode() - Method in class org.springframework.data.mongodb.core.spel.ExpressionTransformationContextSupport
-
Returns the parent
ExpressionNodeor null if none available. - getPartialFilterExpression() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
- getPath() - Method in interface org.springframework.data.mongodb.core.convert.MappingMongoConverter.ConversionContext
- getPath() - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter.DefaultConversionContext
- getPath() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
- getPath() - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.IndexDefinitionHolder
-
Get the "dot" path used to create the index.
- getPath() - Method in interface org.springframework.data.mongodb.core.MongoJsonSchemaCreator.JsonSchemaPropertyContext
-
The path to a given field/property in dot notation.
- getPersistentEntity(MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.mapping.MongoMappingContext
- getPhase() - Method in class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
- getPipeline() - Method in class org.springframework.data.mongodb.core.aggregation.Aggregation
- getPointer() - Method in interface org.springframework.data.mongodb.core.mapping.DocumentPointer
-
The actual pointer value.
- getPotentiallyConvertedSimpleRead(Object, TypeInformation) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Checks whether we have a custom conversion for the given simple object.
- getPreAndPostImages() - Method in class org.springframework.data.mongodb.core.CollectionOptions.CollectionChangeStreamOptions
- getPreferredCollectionName(Class) - Static method in class org.springframework.data.mongodb.MongoCollectionUtils
-
Obtains the collection name to use for the provided class
- getPreviousOperationObject() - Method in class org.springframework.data.mongodb.core.spel.ExpressionTransformationContextSupport
-
Returns the previously accumulated operation object or null if none available.
- getProjectionFactory() - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- getProjectionFactory() - Method in interface org.springframework.data.mongodb.core.convert.MongoConverter
-
Returns the
ProjectionFactoryfor this converter. - getProjectionFactory(ClassLoader, BeanFactory) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
- getProjectionFactory(ClassLoader, BeanFactory) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
- getProperties() - Method in interface org.springframework.data.mongodb.core.messaging.Message
-
Message.MessagePropertiescontaining information about theMessageorigin and other metadata. - getProperties() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- getProperties() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
- getProperty() - Method in class org.springframework.data.mongodb.core.convert.MongoConversionContext
- getProperty() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.Field
-
Returns the underlying
MongoPersistentPropertybacking the field. - getProperty() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
- getProperty() - Method in interface org.springframework.data.mongodb.core.encryption.EncryptionContext
-
Returns the
MongoPersistentPropertyto be handled. - getProperty() - Method in interface org.springframework.data.mongodb.core.MongoJsonSchemaCreator.JsonSchemaPropertyContext
-
The current property.
- getProperty(EncryptionContext) - Method in class org.springframework.data.mongodb.core.convert.encryption.MongoEncryptionConverter
- getPropertyAccessor(B) - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- getPropertyConverter() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
-
Return the
Converterto be used to created the mapped key. - getPropertyEntity() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.Field
-
Returns the
MongoPersistentEntitythat field is conatined in. - getPropertyEntity() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
- getPropertyNames() - Method in class org.springframework.data.mongodb.core.mapping.ShardKey
- getPropertySpecifiers() - Method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- getQuantizationName() - Method in enum class org.springframework.data.mongodb.core.index.VectorIndex.Quantization
- getQuery() - Method in interface org.springframework.data.mongodb.core.convert.ReferenceLoader.DocumentReferenceQuery
-
Get the query to obtain matching
documents. - getQuery() - Method in enum class org.springframework.data.mongodb.core.convert.ReferenceLoader.NoResultsFilter
- getQuery() - Method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest.TailableCursorRequestOptions
- getQuery() - Method in class org.springframework.data.mongodb.core.MongoAction
- getQueryLookupStrategy(QueryLookupStrategy.Key, ValueExpressionDelegate) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
- getQueryLookupStrategy(QueryLookupStrategy.Key, ValueExpressionDelegate) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
- getQueryMetaAttributes() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Returns the
Metaattributes to be applied. - getQueryMethod() - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
- getQueryMethod() - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
- getQueryObject() - Method in class org.springframework.data.mongodb.core.query.BasicQuery
- getQueryObject() - Method in class org.springframework.data.mongodb.core.query.Query
- getQueryType() - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions.QueryableEncryptionOptions
-
Get the
queryTypeto apply. - getRadius() - Method in class org.springframework.data.mongodb.core.geo.Sphere
-
Returns the radius of the
Circle. - getRangeIndex() - Method in class org.springframework.data.mongodb.repository.query.MongoParameters
- getRaw() - Method in interface org.springframework.data.mongodb.core.aggregation.ExposedFields.FieldReference
-
Returns the raw, unqualified reference, i.e. the field reference without a $ prefix.
- getRaw() - Method in class org.springframework.data.mongodb.core.ChangeStreamEvent
-
Get the raw
ChangeStreamDocumentas emitted by the driver. - getRaw() - Method in interface org.springframework.data.mongodb.core.messaging.Message
-
The raw message source as emitted by the origin.
- getRawIndexDocument() - Method in interface org.springframework.data.mongodb.core.index.SearchIndexDefinition
-
Returns the index document for this index without any potential entity context resolving field name mappings.
- getRawResults() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationResults
-
Returns the raw result that was returned by the server.
- getRawResults() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
-
Deprecated.
- getReadConcern() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
- getReadConcern() - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Get the
ReadConcernto use. - getReadConcern() - Method in class org.springframework.data.mongodb.core.query.Query
- getReadConcern() - Method in interface org.springframework.data.mongodb.core.ReadConcernAware
- getReadPreference() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
- getReadPreference() - Method in interface org.springframework.data.mongodb.core.CursorPreparer
- getReadPreference() - Method in interface org.springframework.data.mongodb.core.FindPublisherPreparer
- getReadPreference() - Method in class org.springframework.data.mongodb.core.MongoTemplate
- getReadPreference() - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Get the
ReadPreferenceto use. - getReadPreference() - Method in class org.springframework.data.mongodb.core.query.Query
- getReadPreference() - Method in interface org.springframework.data.mongodb.core.ReadPreferenceAware
- getReadPreference() - Method in interface org.springframework.data.mongodb.repository.support.CrudMethodMetadata
-
Returns the
ReadPreferenceto be used. - getReference(String) - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationOperationContext
-
Returns the
ExposedFields.FieldReferencefor the field with the given name. - getReference(String) - Method in class org.springframework.data.mongodb.core.aggregation.PrefixingDelegatingAggregationOperationContext
- getReference(String) - Method in class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
- getReference(String) - Method in class org.springframework.data.mongodb.util.aggregation.TestAggregationContext
- getReference(Field) - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationOperationContext
-
Returns a
ExposedFields.FieldReferencefor the given field. - getReference(Field) - Method in class org.springframework.data.mongodb.core.aggregation.PrefixingDelegatingAggregationOperationContext
- getReference(Field) - Method in class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
- getReference(Field) - Method in class org.springframework.data.mongodb.util.aggregation.TestAggregationContext
- getReferenceFor(Field) - Method in class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
- getReferenceLoader() - Method in class org.springframework.data.mongodb.core.convert.DefaultReferenceResolver
-
The
ReferenceLoaderexecuting the lookup. - getReferenceValue() - Method in interface org.springframework.data.mongodb.core.aggregation.ExposedFields.FieldReference
-
Returns the reference value for the given field reference.
- getReplacement() - Method in class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation
-
Obtain the
ReplaceRootOperation.Replacement. - getRepositoryAotProcessor() - Method in class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigurationExtension
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
- getRepositoryBaseClassName() - Method in class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigurationExtension
- getRepositoryBaseClassName() - Method in class org.springframework.data.mongodb.repository.config.ReactiveMongoRepositoryConfigurationExtension
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigurationExtension
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.mongodb.repository.config.ReactiveMongoRepositoryConfigurationExtension
- getRepositoryFragments(RepositoryMetadata) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
- getRepositoryFragments(RepositoryMetadata) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
-
Creates
RepositoryComposition.RepositoryFragmentsbased onRepositoryMetadatato add Mongo-specific extensions. - getRepositoryFragments(RepositoryMetadata, MongoOperations) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
-
Creates
RepositoryComposition.RepositoryFragmentsbased onRepositoryMetadatato add Mongo-specific extensions. - getRepositoryFragmentsContributor() - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean
- getRepositoryFragmentsContributor() - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactoryBean
- getRequestContext() - Method in class org.springframework.data.mongodb.observability.MongoHandlerContext
- getRequestOptions() - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest
- getRequestOptions() - Method in interface org.springframework.data.mongodb.core.messaging.SubscriptionRequest
-
Get the
SubscriptionRequest.RequestOptionsspecifying the requests behaviour. - getRequestOptions() - Method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest
- getRequiredComment() - Method in class org.springframework.data.mongodb.core.query.Meta
-
Returns the required comment or throws
IllegalStateExceptionif the comment is not set. - getRequiredMaxTimeMsec() - Method in class org.springframework.data.mongodb.core.query.Meta
-
Returns the required maximum time limit in milliseconds or throws
IllegalStateExceptionif the maximum time limit is not set. - getRequiredVectorSearchAnnotation() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Returns the required
VectorSearchannotation or throwsIllegalStateExceptionif the method is not annotated withVectorSearch. - getResource(GridFSFile) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Returns the
GridFsResourcefor aGridFSFile. - getResource(GridFSFile) - Method in class org.springframework.data.mongodb.gridfs.GridFsTemplate
- getResource(GridFSFile) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
- getResource(GridFSFile) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
- getResource(String) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Returns the
GridFsResourcewith the given file name. - getResource(String) - Method in class org.springframework.data.mongodb.gridfs.GridFsTemplate
- getResource(String) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Returns a
Monoemitting theReactiveGridFsResourcewith the given file name. - getResource(String) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
- getResourceFactory() - Method in class org.springframework.data.mongodb.MongoTransactionManager
- getResources(String) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Returns all
GridFsResources matching the given file name pattern. - getResources(String) - Method in class org.springframework.data.mongodb.gridfs.GridFsTemplate
- getResources(String) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Returns a
Fluxemitting allReactiveGridFsResources matching the given file name pattern. - getResources(String) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
- getRestrictedTypes() - Method in class org.springframework.data.mongodb.core.query.Query
- getResult() - Method in exception class org.springframework.data.mongodb.BulkOperationException
- getResumeBsonTimestamp() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions
- getResumeTimestamp() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions
- getResumeToken() - Method in class org.springframework.data.mongodb.core.ChangeStreamEvent
-
Get the
resume tokenfor this event. - getResumeToken() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions
- getReturnType() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
- getRight() - Method in class org.springframework.data.mongodb.core.spel.OperatorNode
-
Returns the right operand as
ExpressionNode. - getScopeVariables() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.
- getScore() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getScoreFieldName() - Method in class org.springframework.data.mongodb.core.query.TextQuery
-
Get the fieldname used for scoring
- getScoreRange() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getScoreRange() - Method in class org.springframework.data.mongodb.repository.query.MongoParametersParameterAccessor
- getScript() - Method in class org.springframework.data.mongodb.core.script.NamedMongoScript
-
Deprecated.Returns the underlying
ExecutableMongoScript. - getScriptNames() - Method in interface org.springframework.data.mongodb.core.ScriptOperations
-
Deprecated.Returns names of JavaScript functions that can be called.
- getScrollPosition() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getSelf() - Method in class org.springframework.data.mongodb.core.convert.DocumentReferenceSource
-
Get the outer document.
- getServerStatus() - Method in class org.springframework.data.mongodb.core.MongoAdmin
-
Deprecated.
- getServerUsed() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationResults
-
Returns the server that has been used to perform the aggregation.
- getSession() - Static method in class org.springframework.data.mongodb.core.ReactiveMongoContext
-
Gets the
Mono<ClientSession>from ReactorContext. - getSession() - Method in class org.springframework.data.mongodb.MongoTransactionManager.MongoTransactionObject
- getSession() - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager.ReactiveMongoTransactionObject
- getSession(ClientSessionOptions) - Method in class org.springframework.data.mongodb.core.SimpleMongoClientDatabaseFactory
- getSession(ClientSessionOptions) - Method in class org.springframework.data.mongodb.core.SimpleReactiveMongoDatabaseFactory
- getSession(ClientSessionOptions) - Method in interface org.springframework.data.mongodb.MongoDatabaseFactory
-
Obtain a
ClientSessionfor given ClientSessionOptions. - getSession(ClientSessionOptions) - Method in interface org.springframework.data.mongodb.MongoSessionProvider
-
Obtain a
ClientSessionwith given options. - getSession(ClientSessionOptions) - Method in interface org.springframework.data.mongodb.ReactiveMongoDatabaseFactory
- getShape() - Method in class org.springframework.data.mongodb.core.query.GeoCommand
- getShardKey() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- getShardKey() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentEntity
-
Get the entities shard key if defined.
- getSingleCriteriaObject() - Method in class org.springframework.data.mongodb.core.query.Criteria
- getSize() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Get the size in bytes the collection should be limited to.
- getSkip() - Method in class org.springframework.data.mongodb.core.query.NearQuery
- getSkip() - Method in class org.springframework.data.mongodb.core.query.Query
-
Get the number of documents to skip.
- getSort() - Method in interface org.springframework.data.mongodb.core.convert.ReferenceLoader.DocumentReferenceQuery
-
Get the sort criteria for ordering results.
- getSort() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getSortObject() - Method in class org.springframework.data.mongodb.core.query.BasicQuery
- getSortObject() - Method in class org.springframework.data.mongodb.core.query.Query
- getSortObject() - Method in class org.springframework.data.mongodb.core.query.TextQuery
- getSource() - Method in interface org.springframework.data.mongodb.core.convert.LazyLoadingProxy
-
Returns the raw source object that defines the reference.
- getSource() - Method in class org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent
- getSource() - Method in class org.springframework.data.mongodb.core.mapping.MongoVector
- getSourceConverter() - Method in interface org.springframework.data.mongodb.core.convert.MappingMongoConverter.ConversionContext
- getSourceConverter() - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter.DefaultConversionContext
- getSpan() - Method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
-
Get the span that defines a bucket.
- getSpELContext() - Method in class org.springframework.data.mongodb.core.convert.MongoConversionContext
- getState() - Method in interface org.springframework.data.mongodb.core.messaging.Task
-
Get the current lifecycle phase.
- getStatus() - Method in class org.springframework.data.mongodb.core.index.SearchIndexInfo
- getTarget() - Method in interface org.springframework.data.mongodb.core.aggregation.Field
-
Returns the target of the field.
- getTarget() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.ComputedField
- getTarget() - Method in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
- getTarget() - Method in interface org.springframework.data.mongodb.core.convert.LazyLoadingProxy
-
Initializes the proxy and returns the wrapped value.
- getTarget() - Method in interface org.springframework.data.mongodb.core.mapping.Wrapped
-
Returns the wrapped value.
- getTargetObject(T) - Static method in interface org.springframework.data.mongodb.core.mapping.Wrapped
-
Unwraps the given object if it is an instance of
Wrapped. - getTargetProperty() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.QueryableJsonSchemaProperty
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
- getTargetSource() - Method in class org.springframework.data.mongodb.core.convert.DocumentReferenceSource
-
Get the actual (property specific) reference value.
- getTextScoreProperty() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- getTextScoreProperty() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentEntity
-
Returns the property holding text score value.
- getTimeField() - Method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
- getTimeSeriesOptions() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Get the
CollectionOptions.TimeSeriesOptionsif available. - getTimestamp() - Method in class org.springframework.data.mongodb.core.ChangeStreamEvent
-
Get the
cluster timeasInstantthe event was emitted at. - getTiming() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
-
Deprecated.
- getTotalTime() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
-
Deprecated.
- getTree() - Method in class org.springframework.data.mongodb.repository.query.PartTreeMongoQuery
-
Return the
PartTreebacking the query. - getTree() - Method in class org.springframework.data.mongodb.repository.query.ReactivePartTreeMongoQuery
-
Return the
PartTreebacking the query. - getType() - Method in class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
- getType() - Method in interface org.springframework.data.mongodb.core.geo.GeoJson
-
String value representing the type of the
GeoJsonobject. - getType() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonGeometryCollection
- getType() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonLineString
- getType() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonMultiLineString
- getType() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonMultiPoint
- getType() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonMultiPolygon
- getType() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonPoint
- getType() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonPolygon
- getType() - Method in interface org.springframework.data.mongodb.core.index.SearchIndexDefinition
- getType() - Method in class org.springframework.data.mongodb.core.index.VectorIndex
- getType() - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractDeleteEvent
-
Returns the type for which the
AbstractDeleteEventshall be invoked for. - getType() - Method in class org.springframework.data.mongodb.core.mapping.event.AfterLoadEvent
-
Returns the type for which the
AfterLoadEventshall be invoked for. - getType() - Method in class org.springframework.data.mongodb.core.mapping.MongoVector
- getType() - Method in class org.springframework.data.mongodb.core.query.Term
- getTypeHint() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.Field
- getTypeHint() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
- getTypeMapper() - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- getTypeMapper() - Method in interface org.springframework.data.mongodb.core.convert.MongoConverter
-
Returns the
TypeMapperbeing used to write type information intoDocuments created with that converter. - getTypes() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
- getTypes() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty
- getTypes() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.QueryableJsonSchemaProperty
- getTypes() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.RequiredJsonSchemaProperty
- getTypes() - Method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Get the set of types defined for this schema element.
TheSetis likely to contain only one element in most cases. - getTypes() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
- getTypes() - Method in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
- getUnique() - Method in class org.springframework.data.mongodb.core.index.IndexOptions
- getUniqueMappedResult() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationResults
-
Returns the unique mapped result.
- getUpdate() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getUpdate() - Method in interface org.springframework.data.mongodb.repository.query.MongoParameterAccessor
-
Returns the
Updateto be used for an update execution. - getUpdate() - Method in class org.springframework.data.mongodb.repository.query.MongoParametersParameterAccessor
- getUpdateIndex() - Method in class org.springframework.data.mongodb.repository.query.MongoParameters
-
Returns the index of the
UpdateDefinitionparameter or -1 if not present. - getUpdateObject() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
- getUpdateObject() - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
- getUpdateObject() - Method in class org.springframework.data.mongodb.core.query.Update
- getUpdateObject() - Method in interface org.springframework.data.mongodb.core.query.UpdateDefinition
- getUpdateSource() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
- getUpper() - Method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.Window
-
The upper (inclusive) boundary.
- getUpper() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindow
- getUpper() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindow
- getValidationAction() - Method in class org.springframework.data.mongodb.core.CollectionOptions.ValidationOptions
-
Get the
validationActionto perform. - getValidationLevel() - Method in class org.springframework.data.mongodb.core.CollectionOptions.ValidationOptions
-
Get the
validationLevelto apply. - getValidationOptions() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Get the
MongoJsonSchemafor the collection. - getValidator() - Method in class org.springframework.data.mongodb.core.CollectionOptions.ValidationOptions
-
Get the
Validatorto use. - getValue() - Method in interface org.springframework.data.mongodb.core.query.Update.Modifier
- getValue() - Method in class org.springframework.data.mongodb.core.spel.ExpressionNode
-
Returns the value of the current node.
- getValue(String) - Method in class org.springframework.data.mongodb.core.convert.MongoConversionContext
- getValueEvaluationContext(Object) - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- getValueEvaluationContext(Object) - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
-
Obtain the
EvaluationContextfor a specific root object. - getValueEvaluationContext(Object, ExpressionDependencies) - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- getValueExpressionEvaluatorLater(ExpressionDependencies, MongoParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
-
Obtain a
publisheremitting theValueExpressionEvaluatorsuitable to evaluate expressions backed by the given dependencies. - getValueMap() - Method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation
- getValueMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperation
- getValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators
-
Get the value of the field with given name from the $$CURRENT object.
- getValueProvider() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingContext
- getValues() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getValues() - Method in interface org.springframework.data.mongodb.repository.query.MongoParameterAccessor
-
Returns the raw parameter values of the underlying query method.
- getValues() - Method in class org.springframework.data.mongodb.repository.query.MongoParametersParameterAccessor
- getVector() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- getVersion(T) - Method in interface org.springframework.data.mongodb.repository.query.MongoEntityInformation
-
Returns the version value for the entity or null if the entity is not
versioned. - getVersion(T) - Method in class org.springframework.data.mongodb.repository.support.MappingMongoEntityInformation
- getWeight() - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexedFieldSpec
-
Get the weight associated with the
TextIndexDefinition.TextIndexedFieldSpec. - getWildcardProjection() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
-
Get wildcardProjection information.
- getWindow() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.ComputedField
- getWindowOperator() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.ComputedField
- getWriteConcern() - Method in interface org.springframework.data.mongodb.core.WriteConcernAware
- getWriteResult() - Method in exception class org.springframework.data.mongodb.core.MongoDataIntegrityViolationException
-
Returns the
WriteConcernResultthat caused the exception. - getWriteTarget(Class) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Get the conversion target type if defined or return the source.
- getWriteTargetTypeFor(Class) - Method in class org.springframework.data.mongodb.core.convert.DefaultMongoTypeMapper
- getWriteTargetTypeFor(Class) - Method in interface org.springframework.data.mongodb.core.convert.MongoTypeMapper
-
Compute the target type for a given source considering
CustomConversions. - granularity() - Element in annotation interface org.springframework.data.mongodb.core.mapping.TimeSeries
-
Select the
granularityparameter to define how data in the time series collection is organized. - granularity(GranularityDefinition) - Method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
-
Select the
GranularityDefinitionparameter to define how data in the time series collection is organized. - Granularity - Enum Class in org.springframework.data.mongodb.core.timeseries
-
Granularitiesavailable for Time Series data. - GranularityDefinition - Interface in org.springframework.data.mongodb.core.timeseries
-
The Granularity of time series data that is closest to the time span between incoming measurements.
- graphLookup(String) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
GraphLookupOperation.GraphLookupOperationFromBuilderto construct aGraphLookupOperationgiven fromCollection. - GraphLookupOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$graphLookup-operation. - GraphLookupOperation.ConnectFromBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- GraphLookupOperation.ConnectToBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- GraphLookupOperation.FromBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- GraphLookupOperation.GraphLookupOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
- GraphLookupOperation.StartWithBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- greaterThan(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is greater than the value of the referenced field. - greaterThan(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
-
Creates new
ComparisonOperators.Gtwith all previously added arguments appending the given one. - greaterThan(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is greater than the expression result. - greaterThan(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
-
Creates new
ComparisonOperators.Gtwith all previously added arguments appending the given one. - greaterThanEqualTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is greater than or equivalent to the value of the referenced field. - greaterThanEqualTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
-
Creates new
ComparisonOperators.Gtewith all previously added arguments appending the given one. - greaterThanEqualTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is greater than or equivalent to the expression result. - greaterThanEqualTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
-
Creates new
ComparisonOperators.Gtewith all previously added arguments appending the given one. - greaterThanEqualToValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is greater than or equivalent to the given value. - greaterThanEqualToValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
-
Creates new
ComparisonOperators.Gtewith all previously added arguments appending the given one. - greaterThanValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is greater than the given value. - greaterThanValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
-
Creates new
ComparisonOperators.Gtwith all previously added arguments appending the given one. - GridFsCriteria - Class in org.springframework.data.mongodb.gridfs
-
GridFs-specific helper class to define
Criterias. - GridFsCriteria(String) - Constructor for class org.springframework.data.mongodb.gridfs.GridFsCriteria
-
Creates a new
GridFsCriteriafor the given key. - gridFsFile(GridFSFile) - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload.GridFsUploadBuilder
-
Set id, filename, metadata and chunk size from given file.
- gridFsFile(GridFSFile) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload.ReactiveGridFsUploadBuilder
-
Set id, filename, metadata and chunk size from given file.
- GridFsObject<ID,
CONTENT> - Interface in org.springframework.data.mongodb.gridfs -
A common interface when dealing with GridFs items using Spring Data.
- GridFsObject.Options - Class in org.springframework.data.mongodb.gridfs
-
Additional, context relevant information.
- GridFsOperations - Interface in org.springframework.data.mongodb.gridfs
-
Collection of operations to store and read files from MongoDB GridFS.
- GridFsResource - Class in org.springframework.data.mongodb.gridfs
-
GridFSFilebasedResourceimplementation. - GridFsResource(GridFSFile) - Constructor for class org.springframework.data.mongodb.gridfs.GridFsResource
-
Creates a new
GridFsResourcefrom the givenGridFSFile. - GridFsResource(GridFSFile, InputStream) - Constructor for class org.springframework.data.mongodb.gridfs.GridFsResource
- GridFsTemplate - Class in org.springframework.data.mongodb.gridfs
-
GridFsOperationsimplementation to store content into MongoDB GridFS. - GridFsTemplate(MongoConverter, Supplier) - Constructor for class org.springframework.data.mongodb.gridfs.GridFsTemplate
-
Creates a new
GridFsTemplateusing the givenMongoConverterandSupplierproviding the requiredGridFSBucket. - GridFsTemplate(MongoDatabaseFactory, MongoConverter) - Constructor for class org.springframework.data.mongodb.gridfs.GridFsTemplate
- GridFsTemplate(MongoDatabaseFactory, MongoConverter, String) - Constructor for class org.springframework.data.mongodb.gridfs.GridFsTemplate
- GridFsUpload<ID> - Class in org.springframework.data.mongodb.gridfs
-
Upload descriptor for a GridFS file upload.
- GridFsUpload.GridFsUploadBuilder<T> - Class in org.springframework.data.mongodb.gridfs
-
Builder to create
GridFsUploadin a fluent way. - group(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
GroupOperationfor the given fields. - group(Fields) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
GroupOperationfor the givenFields. - GroupOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$group-operation. - GroupOperation(Fields) - Constructor for class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Creates a new
GroupOperationincluding the givenFields. - GroupOperation(GroupOperation) - Constructor for class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Creates a new
GroupOperationfrom the givenGroupOperation. - GroupOperation.GroupOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder for
GroupOperations on a field. - gt(Number) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- gt(Number) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
-
Set minimum to given
minvalue and exclusiveMinimum to true. - gt(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$gtexpression (greater than) that compares the value of the field to a given value or field. - gt(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $gt operator.
- gte(Number) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- gte(Number) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
-
Set minimum to given
minvalue and exclusiveMinimum to false. - gte(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$gteexpression (greater than equal) that compares the value of the field to a given value or field. - gte(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $gte operator.
H
- hasAnnotatedAggregation() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Returns whether the method has an annotated query.
- hasAnnotatedCollation() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Check if the query method is decorated with a non-empty
Query.collation()orAggregation.collation(). - hasAnnotatedHint() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
- hasAnnotatedQuery() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Returns whether the method has an annotated query.
- hasAnnotatedReadPreference() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Check if the query method is decorated with a non-empty
ReadPreference. - hasAnnotatedSort() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Check if the query method is decorated with a non-empty
Query.sort(). - hasAnnotatedUpdate() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
- hasAnnotatedVectorSearch() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Returns whether the method has an annotated vector search.
- hasArrayFilters() - Method in class org.springframework.data.mongodb.core.query.Update
- hasArrayFilters() - Method in interface org.springframework.data.mongodb.core.query.UpdateDefinition
- hasBindableNullValue() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
- hasChildren() - Method in class org.springframework.data.mongodb.core.spel.ExpressionNode
-
Returns whether the current node has child nodes.
- hasCodecFor(Class) - Method in interface org.springframework.data.mongodb.CodecRegistryProvider
-
Checks if a
Codecis registered for a given type. - hasCollation() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentEntity
- hasCollation() - Method in interface org.springframework.data.mongodb.repository.query.MongoEntityInformation
-
Returns whether the entity defines a specific collation.
- hasComment() - Method in class org.springframework.data.mongodb.core.query.Meta
-
Return whether the comment is set.
- hasExecutionTimeLimit() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
- hasExplicitFieldName() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- hasExplicitFieldName() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- hasExplicitFieldName() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns whether the property uses an annotated field name through
Field. - hasExplicitWriteTarget() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
- hasFieldSpec() - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition
-
Returns if the
TextIndexDefinitionhas fields assigned. - hasfirstChildNotOfType(Class) - Method in class org.springframework.data.mongodb.core.spel.ExpressionNode
-
Returns whether the
ExpressionNodehas a first child node that is not of the given type. - hasFullTextParameter() - Method in class org.springframework.data.mongodb.repository.query.MongoParameters
- hash(String...) - Static method in class org.springframework.data.mongodb.core.mapping.ShardKey
-
Create a new
ShardingStrategy.RANGEshard key. - HASH - Enum constant in enum class org.springframework.data.mongodb.core.mapping.ShardingStrategy
-
Hashed Sharding involves computing a hash of the shard key field’s value.
- hashCode() - Method in class org.springframework.data.mongodb.core.ChangeStreamEvent
- hashCode() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions
- hashCode() - Method in class org.springframework.data.mongodb.core.CollectionOptions.CollectionChangeStreamOptions
- hashCode() - Method in class org.springframework.data.mongodb.core.CollectionOptions
- hashCode() - Method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
- hashCode() - Method in class org.springframework.data.mongodb.core.CollectionOptions.ValidationOptions
- hashCode() - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions
- hashCode() - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions.QueryableEncryptionOptions
- hashCode() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonGeometryCollection
- hashCode() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonMultiLineString
- hashCode() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonMultiPoint
- hashCode() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonMultiPolygon
- hashCode() - Method in class org.springframework.data.mongodb.core.geo.GeoJsonPolygon
- hashCode() - Method in class org.springframework.data.mongodb.core.geo.Sphere
- hashCode() - Method in class org.springframework.data.mongodb.core.index.IndexField
- hashCode() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
- hashCode() - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexedFieldSpec
- hashCode() - Method in record class org.springframework.data.mongodb.core.mapping.FieldName
-
Returns a hash code value for this object.
- hashCode() - Method in class org.springframework.data.mongodb.core.mapping.MongoField
- hashCode() - Method in class org.springframework.data.mongodb.core.mapping.MongoVector
- hashCode() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
-
Deprecated.
- hashCode() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
-
Deprecated.
- hashCode() - Method in class org.springframework.data.mongodb.core.messaging.Message.MessageProperties
- hashCode() - Method in class org.springframework.data.mongodb.core.query.BasicQuery
- hashCode() - Method in class org.springframework.data.mongodb.core.query.Collation
- hashCode() - Method in class org.springframework.data.mongodb.core.query.Criteria
- hashCode() - Method in class org.springframework.data.mongodb.core.query.Field
- hashCode() - Method in class org.springframework.data.mongodb.core.query.GeoCommand
- hashCode() - Method in class org.springframework.data.mongodb.core.query.Meta
- hashCode() - Method in class org.springframework.data.mongodb.core.query.Query
- hashCode() - Method in class org.springframework.data.mongodb.core.query.Term
- hashCode() - Method in class org.springframework.data.mongodb.core.query.TextCriteria
- hashCode() - Method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- hashCode() - Method in class org.springframework.data.mongodb.core.query.Update
- hashCode() - Method in class org.springframework.data.mongodb.core.query.Update.Modifiers
- hashCode() - Method in class org.springframework.data.mongodb.core.query.Update.PushOperatorBuilder
- hashCode() - Method in class org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type.BsonType
- hashCode() - Method in class org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type.JsonType
- hashed(String) - Static method in class org.springframework.data.mongodb.core.index.HashedIndex
-
Creates a new
HashedIndexfor the given field. - HashedIndex - Class in org.springframework.data.mongodb.core.index
-
IndexDefinitionimplementation for MongoDB Hashed Indexes maintaining entries with hashes of the values of the indexed field. - HashIndexed - Annotation Interface in org.springframework.data.mongodb.core.index
-
Annotation for a property that should be used as key for a Hashed Index.
- hasId() - Method in class org.springframework.data.mongodb.core.MappedDocument
- hasKeyset() - Method in class org.springframework.data.mongodb.core.query.Query
- hasMaxCommitTime() - Method in interface org.springframework.data.mongodb.TransactionMetadata
- hasMaxTime() - Method in class org.springframework.data.mongodb.core.query.Meta
-
Return whether the maximum time limit for processing operations is set.
- hasNonNullId() - Method in class org.springframework.data.mongodb.core.MappedDocument
- hasPreviousOperation() - Method in class org.springframework.data.mongodb.core.spel.ExpressionTransformationContextSupport
-
Returns whether a previous operation is present.
- hasQueryMetaAttributes() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
- hasReactiveWrapperParameter() - Method in class org.springframework.data.mongodb.repository.query.ReactiveMongoQueryMethod
-
Check if the given
QueryMethodreceives a reactive parameter wrapper as one of its parameters. - hasReadConcern() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
- hasReadConcern() - Method in class org.springframework.data.mongodb.core.query.Query
- hasReadConcern() - Method in interface org.springframework.data.mongodb.core.ReadConcernAware
- hasReadPreference() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
- hasReadPreference() - Method in class org.springframework.data.mongodb.core.MongoTemplate
- hasReadPreference() - Method in class org.springframework.data.mongodb.core.query.Query
- hasReadPreference() - Method in interface org.springframework.data.mongodb.core.ReadPreferenceAware
- hasTextScoreProperty() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- hasTextScoreProperty() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentEntity
-
Returns whether the entity has a
TextScoreproperty. - hasTimezone() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- hasValue(Bson, String) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Returns whether the underlying
bsonhas a value (null or non-null) for the givenkey. - hasValue(Bson, FieldName) - Static method in class org.springframework.data.mongodb.util.BsonUtils
- hasValues() - Method in class org.springframework.data.mongodb.core.query.Meta
- hasWriteConcern() - Method in interface org.springframework.data.mongodb.core.WriteConcernAware
- hidden() - Method in class org.springframework.data.mongodb.core.index.Index
-
Hidden indexes are not visible to the query planner and cannot be used to support a query.
- hidden() - Static method in class org.springframework.data.mongodb.core.index.IndexOptions
- hint() - Element in annotation interface org.springframework.data.mongodb.repository.Query
-
The name of the index to use.
- hint(String) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Define a hint that is used by query optimizer to to fulfill the aggregation.
- hint(Document) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Define a hint that is used by query optimizer to to fulfill the aggregation.
- Hint - Annotation Interface in org.springframework.data.mongodb.repository
-
Annotation to declare index hints for repository query, update and aggregate operations.
- historicalDocuments(int) - Method in interface org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvgBuilder
-
Define the number of historical documents with significant mathematical weight.
- HOLDER - Static variable in class org.springframework.data.mongodb.core.mapping.MongoSimpleTypes
- hour() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the hour portion of a date as a number between 0 and 23. - hour(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- hour(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateParts
-
Set the hour to the given value which must resolve to a value in range of
0 - 23. - hour(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
-
Creates new
DateOperators.Hour. - hour(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- HOUR - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnits
- HOUR - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnits
- hourOf(String) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateParts
-
Set the hour to the value resolved by following the given
field reference. - hourOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
-
Creates new
DateOperators.Hour. - hourOf(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateParts
-
Set the hour to the result of the given
expression. - hourOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
-
Creates new
DateOperators.Hour. - HOURS - Enum constant in enum class org.springframework.data.mongodb.core.timeseries.Granularity
-
Low frequency ingestion.
I
- id() - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.UniqueMergeId
-
Merge Documents by using the MongoDB _id field.
- id(MergeOperation.UniqueMergeId) - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.MergeOperationBuilder
-
Set the identifier that determines if a results document matches an already existing document in the output collection.
- id(T1) - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload.GridFsUploadBuilder
-
Set the id to use.
- id(T1) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload.ReactiveGridFsUploadBuilder
-
Set the id to use.
- ID - Enum constant in enum class org.springframework.data.mongodb.core.encryption.EncryptionKey.Type
-
Key referenced via its id.
- ID - Static variable in record class org.springframework.data.mongodb.core.mapping.FieldName
- ID_FIELD_NAME - Static variable in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- identical() - Static method in interface org.springframework.data.mongodb.core.query.Collation.ComparisonLevel
-
Identical Level.
- IdentifiableJsonSchemaProperty<T> - Class in org.springframework.data.mongodb.core.schema
-
JsonSchemaPropertyimplementation. - IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty - Class in org.springframework.data.mongodb.core.schema
-
Convenience
JsonSchemaPropertyimplementation for atype : 'array'property. - IdentifiableJsonSchemaProperty.BooleanJsonSchemaProperty - Class in org.springframework.data.mongodb.core.schema
-
Convenience
JsonSchemaPropertyimplementation for atype : 'boolean'property. - IdentifiableJsonSchemaProperty.DateJsonSchemaProperty - Class in org.springframework.data.mongodb.core.schema
-
Convenience
JsonSchemaPropertyimplementation for atype : 'date'property. - IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty - Class in org.springframework.data.mongodb.core.schema
-
JsonSchemaPropertyimplementation for encrypted fields. - IdentifiableJsonSchemaProperty.NullJsonSchemaProperty - Class in org.springframework.data.mongodb.core.schema
-
Convenience
JsonSchemaPropertyimplementation for atype : 'null'property. - IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty - Class in org.springframework.data.mongodb.core.schema
-
Convenience
JsonSchemaPropertyimplementation for atype : 'number'property. - IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty - Class in org.springframework.data.mongodb.core.schema
-
Convenience
JsonSchemaPropertyimplementation for atype : 'object'property. - IdentifiableJsonSchemaProperty.QueryableJsonSchemaProperty - Class in org.springframework.data.mongodb.core.schema
-
JsonSchemaPropertyimplementation typically wrapping anencrypted propertyto mark it as queryable. - IdentifiableJsonSchemaProperty.RequiredJsonSchemaProperty - Class in org.springframework.data.mongodb.core.schema
-
Delegating
JsonSchemaPropertyimplementation having a required flag for evaluation during schema creation process. - IdentifiableJsonSchemaProperty.StringJsonSchemaProperty - Class in org.springframework.data.mongodb.core.schema
-
Convenience
JsonSchemaPropertyimplementation for atype : 'string'property. - IdentifiableJsonSchemaProperty.TimestampJsonSchemaProperty - Class in org.springframework.data.mongodb.core.schema
-
Convenience
JsonSchemaPropertyimplementation for atype : 'timestamp'property. - IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty - Class in org.springframework.data.mongodb.core.schema
-
Convenience
JsonSchemaPropertyimplementation without atypeproperty. - identifier - Variable in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty
- identity() - Static method in interface org.springframework.data.mongodb.core.CollectionPreparer
-
Returns a preparer that always returns its input collection.
- idMapper - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- ifNull(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators
-
Creates new
AggregationExpressionthat evaluates an expression and returns the value of the expression if the expression evaluates to a non-null value. - ifNull(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.IfNull
-
Creates new
ConditionalOperators.IfNull. - ifNull(String) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.IfNull.IfNullBuilder
- ifNull(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators
-
Creates new
AggregationExpressionthat evaluates an expression and returns the value of the expression if the expression evaluates to a non-null value. - ifNull(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.IfNull
-
Creates new
ConditionalOperators.IfNull. - ifNull(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.IfNull.IfNullBuilder
- immutable(ShardKey) - Static method in class org.springframework.data.mongodb.core.mapping.ShardKey
- immutableKey() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Sharded
-
As of MongoDB 4.2 it is possible to change the shard key using update.
- IMPLICIT - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
-
Implicit type that is derived from the property value.
- in(Object...) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $in operator.
- in(String) - Method in class org.springframework.data.mongodb.core.aggregation.OutOperation
-
Optionally specify the database of the target collection.
- in(Collection) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $in operator.
- in(Metric) - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Will cause the results' distances being returned in the given metric.
- in(Criteria, Part, Object) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryCreator
- inc(String) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
- inc(String) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using the $inc update modifier by one.
- inc(String) - Method in interface org.springframework.data.mongodb.core.query.UpdateDefinition
-
Increment the value of a given key by
1. - inc(String, Number) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
- inc(String, Number) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using the $inc update modifier.
- include(String) - Method in class org.springframework.data.mongodb.core.query.Field
-
Include a single
fieldto be returned by the query operation. - include(String...) - Method in class org.springframework.data.mongodb.core.query.Field
-
Include one or more
fieldsto be returned by the query operation. - include(Collection) - Method in class org.springframework.data.mongodb.core.query.Field
-
Include one or more
fieldsto be returned by the query operation. - includeCase() - Method in class org.springframework.data.mongodb.core.query.Collation.PrimaryICUComparisonLevel
-
Include case comparison.
- includeCase() - Method in class org.springframework.data.mongodb.core.query.Collation.SecondaryICUComparisonLevel
-
Include case comparison.
- includeFilters() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Specifies which types are eligible for component scanning.
- includeFilters() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Specifies which types are eligible for component scanning.
- includeId() - Method in class org.springframework.data.mongodb.core.index.WildcardIndex
-
Include the
_idfield in wildcardProjection. - includeScore() - Method in class org.springframework.data.mongodb.core.query.TextQuery
-
Add field score holding the documents textScore to the returned fields.
- includeScore(String) - Method in class org.springframework.data.mongodb.core.query.TextQuery
-
Include text search document score in returned fields using the given fieldname.
- inCollection(String) - Method in interface org.springframework.data.mongodb.core.ExecutableAggregationOperation.AggregationWithCollection
-
Explicitly set the name of the collection to perform the query on.
- inCollection(String) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithCollection
-
Explicitly set the name of the collection to perform the query on.
- inCollection(String) - Method in interface org.springframework.data.mongodb.core.ExecutableInsertOperation.InsertWithCollection
-
Explicitly set the name of the collection.
- inCollection(String) - Method in interface org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithCollection
-
Explicitly set the name of the collection to perform the mapReduce operation on.
- inCollection(String) - Method in interface org.springframework.data.mongodb.core.ExecutableRemoveOperation.RemoveWithCollection
-
Explicitly set the name of the collection to perform the query on.
- inCollection(String) - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithCollection
-
Explicitly set the name of the collection to perform the query on.
- inCollection(String) - Method in interface org.springframework.data.mongodb.core.ReactiveAggregationOperation.AggregationOperationWithCollection
-
Explicitly set the name of the collection to perform the query on.
- inCollection(String) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.FindWithCollection
-
Explicitly set the name of the collection to perform the query on.
- inCollection(String) - Method in interface org.springframework.data.mongodb.core.ReactiveInsertOperation.InsertWithCollection
-
Explicitly set the name of the collection.
- inCollection(String) - Method in interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithCollection
-
Explicitly set the name of the collection to perform the mapReduce operation on.
- inCollection(String) - Method in interface org.springframework.data.mongodb.core.ReactiveRemoveOperation.RemoveWithCollection
-
Explicitly set the name of the collection to perform the query on.
- inCollection(String) - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.UpdateWithCollection
-
Explicitly set the name of the collection to perform the query on.
- incrementBy(Number) - Method in class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyRange
-
Set the increment for the value.
- incrementBy(Number, DensifyOperation.DensifyUnit) - Method in class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyRange
-
Set the increment for the value.
- inDatabase(String) - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.MergeOperationBuilder
-
Optionally define a target database if different from the current one.
- inDatabase(String) - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.MergeOperationTarget
-
Optionally specify the target database if different from the source one.
- Index - Class in org.springframework.data.mongodb.core.index
- Index() - Constructor for class org.springframework.data.mongodb.core.index.Index
- Index(String, Sort.Direction) - Constructor for class org.springframework.data.mongodb.core.index.Index
- IndexDefinition - Interface in org.springframework.data.mongodb.core.index
- IndexDefinitionHolder(String, IndexDefinition, String) - Constructor for class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.IndexDefinitionHolder
-
Create
- IndexDirection - Enum Class in org.springframework.data.mongodb.core.index
- Indexed - Annotation Interface in org.springframework.data.mongodb.core.index
-
Mark a field to be indexed using MongoDB's indexing feature.
- IndexField - Class in org.springframework.data.mongodb.core.index
-
Value object for an index field.
- IndexFilter - Interface in org.springframework.data.mongodb.core.index
-
Use
IndexFilterto create the partial filter expression used when creating Partial Indexes. - IndexInfo - Class in org.springframework.data.mongodb.core.index
-
Index information for a MongoDB index.
- IndexInfo(List, String, boolean, boolean, String) - Constructor for class org.springframework.data.mongodb.core.index.IndexInfo
- IndexInfo(List, String, boolean, boolean, String, boolean) - Constructor for class org.springframework.data.mongodb.core.index.IndexInfo
- indexInfoOf(Document) - Static method in class org.springframework.data.mongodb.core.index.IndexInfo
-
Creates new
IndexInfoparsing required properties from the given sourceDocument. - indexName() - Element in annotation interface org.springframework.data.mongodb.repository.Hint
-
The name of the index to use.
- indexName() - Element in annotation interface org.springframework.data.mongodb.repository.VectorSearch
-
Name of the Atlas Vector Search index to use.
- indexOf(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat searches the associated array for an occurrence of a specified value and returns the array index (zero-based) of the first occurrence. - indexOf(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray.IndexOfArrayBuilder
-
Set the value to check for its index in the array.
- indexOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes.SubstringBuilder
-
Creates a new
StringOperators.IndexOfBytesgiven substring. - indexOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP.SubstringBuilder
-
Creates a new
StringOperators.IndexOfCPgiven substring. - indexOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and searches a string for an occurrence of a given substring and returns the UTF-8 byte index (zero-based) of the first occurrence. - indexOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes.SubstringBuilder
-
Creates a new
StringOperators.IndexOfBytesgivenAggregationExpressionthat resolves to the substring. - indexOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP.SubstringBuilder
-
Creates a new
StringOperators.IndexOfCPgivenAggregationExpressionthat resolves to the substring. - indexOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and searches a string for an occurrence of a substring resulting from the givenAggregationExpressionand returns the UTF-8 byte index (zero-based) of the first occurrence. - indexOf(Field) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes.SubstringBuilder
-
Creates a new
StringOperators.IndexOfBytesgivenFieldthat resolves to the substring. - indexOf(Field) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP.SubstringBuilder
-
Creates a new
StringOperators.IndexOfCPgivenFieldthat resolves to the substring. - indexOf(Field) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and searches a string for an occurrence of a substring contained in the given field reference and returns the UTF-8 byte index (zero-based) of the first occurrence. - indexOfCP(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and searches a string for an occurrence of a given substring and returns the UTF-8 code point index (zero-based) of the first occurrence. - indexOfCP(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and searches a string for an occurrence of a substring resulting from the givenAggregationExpressionand returns the UTF-8 code point index (zero-based) of the first occurrence. - indexOfCP(Field) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and searches a string for an occurrence of a substring contained in the given field reference and returns the UTF-8 code point index (zero-based) of the first occurrence. - IndexOperations - Interface in org.springframework.data.mongodb.core.index
-
Index operations on a collection.
- IndexOperationsAdapter - Interface in org.springframework.data.mongodb.core.index
-
Adapter for creating synchronous
IndexOperations. - IndexOperationsProvider - Interface in org.springframework.data.mongodb.core.index
-
Provider interface to obtain
IndexOperationsby MongoDB collection name or entity type. - indexOps(Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns the operations that can be performed on indexes
- indexOps(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- indexOps(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns the reactive operations that can be performed on indexes
- indexOps(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- indexOps(String) - Method in interface org.springframework.data.mongodb.core.index.IndexOperationsProvider
-
Returns the operations that can be performed on indexes.
- indexOps(String) - Method in interface org.springframework.data.mongodb.core.index.ReactiveIndexOperationsProvider
-
Returns the operations that can be performed on indexes.
- indexOps(String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Returns the operations that can be performed on indexes
- indexOps(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- indexOps(String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Returns the reactive operations that can be performed on indexes
- indexOps(String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- indexOps(String, Class) - Method in interface org.springframework.data.mongodb.core.index.IndexOperationsProvider
-
Returns the operations that can be performed on indexes.
- indexOps(String, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- IndexOptions - Class in org.springframework.data.mongodb.core.index
-
Changeable properties of an index.
- IndexOptions() - Constructor for class org.springframework.data.mongodb.core.index.IndexOptions
- IndexOptions.Unique - Enum Class in org.springframework.data.mongodb.core.index
- IndexPredicate - Class in org.springframework.data.mongodb.core.index
- IndexPredicate() - Constructor for class org.springframework.data.mongodb.core.index.IndexPredicate
- IndexResolver - Interface in org.springframework.data.mongodb.core.index
-
IndexResolverfinds thoseIndexDefinitions to be created for a given class. - inheritAndExpose(ExposedFields) - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationOperationContext
-
Create a nested
AggregationOperationContextfrom this context that inherits exposed fields from this context and exposesfields. - inheritAndExpose(ExposedFields) - Method in class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
- inheritsFields() - Method in interface org.springframework.data.mongodb.core.aggregation.FieldsExposingAggregationOperation
- inheritsFields() - Method in interface org.springframework.data.mongodb.core.aggregation.FieldsExposingAggregationOperation.InheritsFieldsAggregationOperation
- inheritsFields() - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation
- inheritsFields() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
- init() - Method in class org.springframework.data.mongodb.config.MongoNamespaceHandler
- init() - Method in class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigNamespaceHandler
- init(String) - Method in interface org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator.AccumulatorInitBuilder
-
Define the
initfunction for theaccumulatorsinitial state. - init(ScriptOperators.Function) - Method in interface org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator.AccumulatorInitBuilder
- initArgs(Object...) - Method in interface org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator.AccumulatorInitArgsBuilder
-
Define the optional
initArgsfor theScriptOperators.Accumulator.AccumulatorInitBuilder.init(String)function. - initArgs(List) - Method in interface org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator.AccumulatorInitArgsBuilder
-
Define the optional
initArgsfor theScriptOperators.Accumulator.AccumulatorInitBuilder.init(String)function. - initiateFind(MongoCollection, Function) - Method in interface org.springframework.data.mongodb.core.CursorPreparer
-
Apply query specific settings to
MongoCollectionand initiate a find operation returning aFindIterablevia the givenfindfunction. - initiateFind(MongoCollection, Function) - Method in interface org.springframework.data.mongodb.core.FindPublisherPreparer
-
Apply query specific settings to
MongoCollectionand initiate a find operation returning aFindPublishervia the givenfindfunction. - inKilometers() - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Will cause the results' distances being returned in kilometers.
- inMiles() - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Will cause the results' distances being returned in miles.
- input(String) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
-
Creates new
aggregation expressionthat takes the value pointed to by given inputfield reference. - input(String) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
-
Define the field to serve as source.
- input(String) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
-
Define the field to serve as source.
- input(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
-
Creates new
aggregation expressionthat takes the value pointed to by given inputAggregationExpression. - input(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
-
Define the expression building the value to serve as source.
- input(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
-
Define the expression building the value to serve as source.
- insert(Class) - Method in interface org.springframework.data.mongodb.core.ExecutableInsertOperation
-
Start creating an insert operation for given domainType.
- insert(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- insert(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveInsertOperation
-
Start creating an insert operation for given domainType.
- insert(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- insert(Iterable) - Method in interface org.springframework.data.mongodb.repository.MongoRepository
-
Inserts the given entities.
- insert(Iterable) - Method in interface org.springframework.data.mongodb.repository.ReactiveMongoRepository
-
Inserts the given entities.
- insert(Iterable) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- insert(Iterable) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- insert(Object) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a single insert to the bulk operation.
- insert(Object) - Method in interface org.springframework.data.mongodb.core.ReactiveBulkOperations
-
Add a single insert to the bulk operation.
- insert(Collection, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Insert a Collection of objects into a collection in a single batch write to the database.
- insert(Collection, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- insert(Collection, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Insert a Collection of objects into a collection in a single batch write to the database.
- insert(Collection, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- insert(Collection, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Insert a batch of objects into the specified collection in a single batch write to the database.
- insert(Collection, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- insert(Collection, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Insert a batch of objects into the specified collection in a single batch write to the database.
- insert(Collection, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- insert(List) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a list of inserts to the bulk operation.
- insert(List) - Method in interface org.springframework.data.mongodb.core.ReactiveBulkOperations
-
Add a list of inserts to the bulk operation.
- insert(Publisher) - Method in interface org.springframework.data.mongodb.repository.ReactiveMongoRepository
-
Inserts the given entities.
- insert(Publisher) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- insert(Mono) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Insert the object into the collection for the entity type of the object to save.
- insert(Mono) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- insert(S) - Method in interface org.springframework.data.mongodb.repository.MongoRepository
-
Inserts the given entity.
- insert(S) - Method in interface org.springframework.data.mongodb.repository.ReactiveMongoRepository
-
Inserts the given entity.
- insert(S) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- insert(S) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- insert(T) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Insert the object into the collection for the entity type of the object to save.
- insert(T) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- insert(T) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Insert the object into the collection for the entity type of the object to save.
- insert(T) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- insert(T, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Insert the object into the specified collection.
- insert(T, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- insert(T, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Insert the object into the specified collection.
- insert(T, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- INSERT - Enum constant in enum class org.springframework.data.mongodb.core.MongoActionOperation
- INSERT_LIST - Enum constant in enum class org.springframework.data.mongodb.core.MongoActionOperation
- insertAll(Collection) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Insert a mixed Collection of objects into a database collection determining the collection name to use based on the class.
- insertAll(Collection) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- insertAll(Collection) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Insert a mixed Collection of objects into a database collection determining the collection name to use based on the class.
- insertAll(Collection) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- insertAll(Mono) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Insert a mixed Collection of objects into a database collection determining the collection name to use based on the class.
- insertAll(Mono) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- insertAll(Mono, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Insert a Collection of objects into a collection in a single batch write to the database.
- insertAll(Mono, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- insertAll(Mono, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Insert objects into the specified collection in a single batch write to the database.
- insertAll(Mono, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- insertDocument(String, Document, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- insertDocument(String, Document, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- insertDocumentList(String, List) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- insertDocumentList(String, List) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- insertNewDocument() - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.WhenDocumentsDontMatch
-
Insert the document into the output collection.
- INSTANCE - Enum constant in enum class org.springframework.data.mongodb.core.convert.NoOpDbRefResolver
- INSTANCE - Enum constant in enum class org.springframework.data.mongodb.core.convert.ReferenceLoader.NoResultsFilter
- INSTANCE - Enum constant in enum class org.springframework.data.mongodb.core.mapping.MongoPersistentProperty.PropertyToFieldNameConverter
- INSTANCE - Enum constant in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator
- instantiators - Variable in class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
- INT_32 - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- INT_64 - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- int32(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.NumericJsonSchemaPropertywith given identifier ofbsonType : 'int'. - INT32 - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- int64(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.NumericJsonSchemaPropertywith given identifier ofbsonType : 'long'. - INT64 - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- integral() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the approximation for the mathematical integral value. - integral(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the approximation for the mathematical integral value. - integral(SetWindowFieldsOperation.WindowUnit) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the approximation for the mathematical integral value. - integralOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
-
Create a new instance of
ArithmeticOperators.Integralfor the value stored at the given field holding a numeric value. - integralOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
-
Create a new instance of
ArithmeticOperators.Integralfor the value provided by the given expression that resolves to a numeric value. - intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.data.mongodb.core.convert.LazyLoadingProxyFactory.LazyLoadingInterceptor
- intersects(String...) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
-
Creates new
SetOperators.SetIntersectionwith all previously added arguments appending the given one. - intersects(String...) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
AggregationExpressionthat takes array of the previously mentioned field and one or more arrays and returns an array that contains the elements that appear in every of those. - intersects(AggregationExpression...) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
-
Creates new
SetOperators.SetIntersectionwith all previously added arguments appending the given one. - intersects(AggregationExpression...) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
AggregationExpressionthat takes array of the previously mentioned field and one or more arrays and returns an array that contains the elements that appear in every of those. - intersects(GeoJson) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates criterion using
$geoIntersectsoperator which matches intersections of the givengeoJsonstructure and the documents one. - intersectsArrays(String...) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$setIntersectionexpression that takes array of the previously mentioned field and one or more arrays and returns an array that contains the elements that appear in every of those. - into(MergeOperation.MergeOperationTarget) - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.MergeOperationBuilder
-
Define the target to store results in.
- intoCollection(String) - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.MergeOperationBuilder
-
Required output collection name to store results to.
- intType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- InvalidMongoDbApiUsageException - Exception Class in org.springframework.data.mongodb
- InvalidMongoDbApiUsageException(String) - Constructor for exception class org.springframework.data.mongodb.InvalidMongoDbApiUsageException
- InvalidMongoDbApiUsageException(String, Throwable) - Constructor for exception class org.springframework.data.mongodb.InvalidMongoDbApiUsageException
- invoke(MethodInvocation) - Method in class org.springframework.data.mongodb.core.convert.LazyLoadingProxyFactory.LazyLoadingInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.data.mongodb.SessionAwareMethodInterceptor
- is(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using equality
- IS_REACTIVE_CLIENT_PRESENT - Static variable in class org.springframework.data.mongodb.aot.MongoAotPredicates
- IS_REACTIVE_LIBARARY_AVAILABLE - Static variable in class org.springframework.data.mongodb.aot.MongoAotPredicates
- IS_SIMPLE_TYPE - Static variable in class org.springframework.data.mongodb.aot.MongoAotPredicates
- IS_SYNC_CLIENT_PRESENT - Static variable in class org.springframework.data.mongodb.aot.MongoAotPredicates
- isActive() - Method in interface org.springframework.data.mongodb.core.messaging.Subscription
- isActive() - Method in interface org.springframework.data.mongodb.core.messaging.Task
- isAliased() - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationVariable
- isAliased() - Method in interface org.springframework.data.mongodb.core.aggregation.Field
-
Returns whether the Field is aliased, which means it has a name set different from the target.
- isAliased() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.ComputedField
- isAllMatching() - Method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- isAllowDiskUse() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Enables writing to temporary files.
- isAllowDiskUseSet() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Return whether
AggregationOptions.isAllowDiskUse()is configured. - isAnyMatching() - Method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
- isArgumentMap() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
- isArray() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated array and an check if its an array. - isArray() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$isArrayexpression that takes the string representation of the previously mentioned field and checks if its an array. - isArray(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
-
Creates new
ArrayOperators.IsArray. - isArray(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
-
Creates new
ArrayOperators.IsArray. - isAssociation() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.Field
-
Returns whether the field represents an association.
- isAssociation() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
- isAssociation() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- isAssociationConversionNecessary(QueryMapper.Field, Object) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Returns whether the given
QueryMapper.Fieldrepresents an association reference that together with the given value requires conversion to aDBRefobject. - isAssociationConversionNecessary(QueryMapper.Field, Object) - Method in class org.springframework.data.mongodb.core.convert.UpdateMapper
- isAsyncClient() - Static method in class org.springframework.data.mongodb.util.MongoClientVersion
- isAutoIndexCreation() - Method in class org.springframework.data.mongodb.core.mapping.MongoMappingContext
-
Returns whether auto-index creation is enabled or disabled.
- isAutoStartup() - Method in class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
- isClientSessionFailure(Exception) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- isClientSessionFailureCode(Integer) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
-
Check if the given error code matches a know session related error.
- isCollectionQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveMongoQueryMethod
- isCountQuery() - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
-
Returns whether the query should get a count projection applied.
- isCountQuery() - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
-
Returns whether the query should get a count projection applied.
- isCountQuery() - Method in class org.springframework.data.mongodb.repository.query.PartTreeMongoQuery
- isCountQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactivePartTreeMongoQuery
- isCountQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveStringBasedAggregation
- isCountQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveStringBasedMongoQuery
- isCountQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveVectorSearchAggregation
- isCountQuery() - Method in class org.springframework.data.mongodb.repository.query.StringBasedAggregation
- isCountQuery() - Method in class org.springframework.data.mongodb.repository.query.StringBasedMongoQuery
- isCountQuery() - Method in class org.springframework.data.mongodb.repository.query.VectorSearchAggregation
- isDataAccessResourceError(Exception) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- isDataAccessResourceFailureCode(Integer) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- isDataDuplicateKeyError(Exception) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- isDataIntegrityViolationCode(Integer) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- isDataIntegrityViolationError(Exception) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- isDBObject(Object) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Checks whether the given value is a
DBObject. - isDbReference() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- isDbReference() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- isDbReference() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns whether the property is a
DBRef. - isDeleteQuery() - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
-
Return weather the query should delete matching documents.
- isDeleteQuery() - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
-
Return weather the query should delete matching documents.
- isDeleteQuery() - Method in class org.springframework.data.mongodb.repository.query.PartTreeMongoQuery
- isDeleteQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactivePartTreeMongoQuery
- isDeleteQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveStringBasedAggregation
- isDeleteQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveStringBasedMongoQuery
- isDeleteQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveVectorSearchAggregation
- isDeleteQuery() - Method in class org.springframework.data.mongodb.repository.query.StringBasedAggregation
- isDeleteQuery() - Method in class org.springframework.data.mongodb.repository.query.StringBasedMongoQuery
- isDeleteQuery() - Method in class org.springframework.data.mongodb.repository.query.VectorSearchAggregation
- isDocument(Object) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Checks whether the given value is a
Document. - isDocumentReference() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- isDocumentReference() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns whether the property is a
DocumentReference. - isDuplicateKeyCode(Integer) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- isDuplicateKeyError(Exception) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- isEmpty() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationPipeline
- isEmpty() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.Outputs
- isEmpty() - Method in class org.springframework.data.mongodb.core.query.Meta
- isEmpty() - Method in class org.springframework.data.mongodb.core.query.Update.Modifiers
- isEmpty() - Method in class org.springframework.data.mongodb.util.DotPath
-
Returns whether this dotpath is empty.
- isEntity() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- isEqualTo(Object[]) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
-
Creates new
AccumulatorOperators.Sumwith all previously added arguments appending the given one. - isEqualTo(String...) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
-
Creates new
Setwith all previously added arguments appending the given one. - isEqualTo(String...) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
AggregationExpressionthat compares the previously mentioned field to one or more arrays and returns true if they have the same distinct elements and false otherwise. - isEqualTo(AggregationExpression...) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
-
Creates new
AccumulatorOperators.Sumwith all previously added arguments appending the given one. - isEqualTo(AggregationExpression...) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
AggregationExpressionthat compares the previously mentioned field to one or more arrays and returns true if they have the same distinct elements and false otherwise. - isExistingTransaction(Object) - Method in class org.springframework.data.mongodb.MongoTransactionManager
- isExistingTransaction(Object) - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
- isExistsQuery() - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
-
Returns whether the query should get an exists projection applied.
- isExistsQuery() - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
-
Returns whether the query should get an exists projection applied.
- isExistsQuery() - Method in class org.springframework.data.mongodb.repository.query.PartTreeMongoQuery
- isExistsQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactivePartTreeMongoQuery
- isExistsQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveStringBasedAggregation
- isExistsQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveStringBasedMongoQuery
- isExistsQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveVectorSearchAggregation
- isExistsQuery() - Method in class org.springframework.data.mongodb.repository.query.StringBasedAggregation
- isExistsQuery() - Method in class org.springframework.data.mongodb.repository.query.StringBasedMongoQuery
- isExistsQuery() - Method in class org.springframework.data.mongodb.repository.query.VectorSearchAggregation
- isExplain() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Specifies to return the information on the processing of the pipeline.
- isExplicitIdProperty() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- isExplicitIdProperty() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns whether the property is explicitly marked as an identifier property of the owning
PersistentEntity. - isExplicitLanguageProperty() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- isExplicitLanguageProperty() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- isExplicitLanguageProperty() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns true when property being annotated with
Language. - isGeo() - Method in class org.springframework.data.mongodb.core.index.IndexField
-
Returns whether the
IndexFieldis a geo index field. - isGeoNearQuery() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Returns whether the query is a geo near query.
- isGeoNearQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveMongoQueryMethod
- isHashed() - Method in class org.springframework.data.mongodb.core.index.IndexField
-
Returns whether the
IndexFieldis a hashed. - isHashed() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
- isHidden() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
- isHidden() - Method in class org.springframework.data.mongodb.core.index.IndexOptions
- isIdField() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.Field
-
Returns whether the current field is the id field.
- isIdField() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
- isIdPresent(Class) - Method in class org.springframework.data.mongodb.core.MappedDocument
- isIdProperty() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
-
Also considers fields as id that are of supported id type and name.
- isIdProperty() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- isIgnoreCaseEnabled() - Method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- isIgnoredPath(String) - Method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- isImmutable() - Method in class org.springframework.data.mongodb.core.mapping.ShardKey
- isIndexCreatorFor(MappingContext) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator
-
Returns whether the current index creator was registered for the given
MappingContext. - isIndexCreatorFor(MappingContext) - Method in class org.springframework.data.mongodb.core.index.ReactiveMongoPersistentEntityIndexCreator
-
Returns whether the current index creator was registered for the given
MappingContext. - isIndexForFields(Collection) - Method in class org.springframework.data.mongodb.core.index.IndexInfo
-
Returns whether the index is covering exactly the fields given independently of the order.
- isInternal() - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationVariable
- isInternal() - Method in enum class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.Variable
- isInternal() - Method in interface org.springframework.data.mongodb.core.aggregation.Field
- isInvalidDataAccessApiUsageCode(Integer) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- isInvalidDataAccessApiUsageError(Exception) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- isIsolated() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
- isIsolated() - Method in class org.springframework.data.mongodb.core.query.Update
- isIsolated() - Method in interface org.springframework.data.mongodb.core.query.UpdateDefinition
-
If true prevents a write operation that affects multiple documents from yielding to other reads or writes once the first document is written.
- isJsonArray(String) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Check if a given String looks like
parsablejson array. - isJsonDocument(String) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Check if a given String looks like
parsablejson. - isKey() - Method in record class org.springframework.data.mongodb.core.mapping.FieldName
- isKeyword(String) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Returns whether the given
Stringis a MongoDB keyword. - isLanguageProperty() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- isLanguageProperty() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- isLanguageProperty() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns true whether the property indicates the documents language either by having a
MongoPersistentProperty.getFieldName()equal to language or being annotated withLanguage. - isLazyReference(MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.convert.DefaultReferenceResolver
-
Check if the association expressed by the given
propertyshould be resolved lazily. - isLimited() - Method in class org.springframework.data.mongodb.core.query.Query
-
Returns whether the query is
limited. - isLimiting() - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
-
Return whether the query has an explicit limit set.
- isLimiting() - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
-
Return whether the query has an explicit limit set.
- isLimiting() - Method in class org.springframework.data.mongodb.repository.query.PartTreeMongoQuery
- isLimiting() - Method in class org.springframework.data.mongodb.repository.query.ReactivePartTreeMongoQuery
- isLimiting() - Method in class org.springframework.data.mongodb.repository.query.ReactiveStringBasedAggregation
- isLimiting() - Method in class org.springframework.data.mongodb.repository.query.ReactiveStringBasedMongoQuery
- isLimiting() - Method in class org.springframework.data.mongodb.repository.query.ReactiveVectorSearchAggregation
- isLimiting() - Method in class org.springframework.data.mongodb.repository.query.StringBasedAggregation
- isLimiting() - Method in class org.springframework.data.mongodb.repository.query.StringBasedMongoQuery
- isLimiting() - Method in class org.springframework.data.mongodb.repository.query.VectorSearchAggregation
- isLiteral() - Method in class org.springframework.data.mongodb.core.spel.ExpressionNode
-
Returns whether the
ExpressionNodeis a literal. - isLiteral() - Method in class org.springframework.data.mongodb.core.spel.LiteralNode
- isLogicalOperator() - Method in class org.springframework.data.mongodb.core.spel.ExpressionNode
-
Returns whether the
ExpressionNodeis a logical conjunction operation like&&, ||. - isLogicalOperator() - Method in class org.springframework.data.mongodb.core.spel.OperatorNode
- isMap() - Method in class org.springframework.data.mongodb.core.convert.QueryMapper.Field
-
Returns whether the field references a
Map. - isMathematicalOperation() - Method in class org.springframework.data.mongodb.core.spel.ExpressionNode
-
Returns whether the
ExpressionNodeis a mathematical operation. - isMathematicalOperation() - Method in class org.springframework.data.mongodb.core.spel.OperatorNode
- isModifyingQuery() - Method in class org.springframework.data.mongodb.repository.query.MongoQueryMethod
- isModifyingQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveMongoQueryMethod
- isNegated() - Method in class org.springframework.data.mongodb.core.query.Term
- isNestedKeyword(Object) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Returns whether the given
Objectis a keyword, i.e. if it's aDocumentwith a keyword key. - isNew(Object) - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
- isNull() - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using null equality comparison which matches documents that either contain the item field whose value is null or that do not contain the item field.
- isNullValue() - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using a
BsonTypecomparison which matches only documents that contain the item field whose value is equal toBsonType.NULL. - iso8601() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
-
Use ISO week date fields in the resulting document.
- isoDayOfWeek() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the weekday number in ISO 8601-2018 format, ranging from 1 (for Monday) to 7 (for Sunday). - isoDayOfWeek(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
-
Set the day of week to the given value which must resolve to a weekday in range
1 - 7. - isoDayOfWeek(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
-
Creates new
DateOperators.IsoDayOfWeek. - isoDayOfWeek(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
-
Creates new
DateOperators.IsoDayOfWeek. - isoDayOfWeekOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
-
Set the day of week to the value resolved by following the given
field reference. - isoDayOfWeekOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
-
Set the day of week to the result of the given
expression. - isoDayWeek(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
-
Creates new
DateOperators.IsoDayOfWeek. - isOfType(Class) - Method in class org.springframework.data.mongodb.core.spel.ExpressionNode
-
Returns whether the current
ExpressionNodeis backed by the given type. - isOfType(FieldName.Type) - Method in record class org.springframework.data.mongodb.core.mapping.FieldName
- isolated() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
-
Prevents a write operation that affects multiple documents from yielding to other reads or writes once the first document is written.
- isolated() - Method in class org.springframework.data.mongodb.core.query.Update
-
Prevents a write operation that affects multiple documents from yielding to other reads or writes once the first document is written.
- isOutOrMerge() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationPipeline
- isoWeek() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the week number in ISO 8601-2018 format, ranging from 1 to 53. - isoWeek(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
-
Set the week of year to the given value which must resolve to a calendar week in range
1 - 53. - isoWeek(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
-
Creates new
DateOperators.IsoWeek. - isoWeekOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
-
Set the week of year to the value resolved by following the given
field reference. - isoWeekOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
-
Creates new
DateOperators.IsoWeek. - isoWeekOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
-
Set the week of year to the result of the given
expression. - isoWeekOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
-
Creates new
DateOperators.IsoWeek. - isoWeekYear() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the year number in ISO 8601-2018 format. - isoWeekYear(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromPartsOperatorFactory
-
Set the week date year to the given value which must resolve to a weekday in range
0 - 9999. - isoWeekYear(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts.IsoDateFromPartsWithYear
-
Set the week date year to the given value which must resolve to a weekday in range
0 - 9999. - isoWeekYear(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
-
Creates new
DateOperators.IsoWeekYear. - isoWeekYearOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromPartsOperatorFactory
-
Set the week date year to the value resolved by following the given
field reference. - isoWeekYearOf(String) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts.IsoDateFromPartsWithYear
-
Set the week date year to the value resolved by following the given
field reference. - isoWeekYearOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
-
Creates new
DateOperators.IsoWeekYear. - isoWeekYearOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromPartsOperatorFactory
-
Set the week date year to the result of the given
expression. - isoWeekYearOf(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts.IsoDateFromPartsWithYear
-
Set the week date year to the result of the given
expression. - isoWeekYearOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
-
Creates new
DateOperators.Millisecond. - isPath() - Method in record class org.springframework.data.mongodb.core.mapping.FieldName
- isPermissionDeniedCode(Integer) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- isPermissionDeniedError(Exception) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
- isQueryForEntity() - Method in class org.springframework.data.mongodb.repository.query.ReactiveMongoQueryMethod
- isReactiveClientPresent() - Static method in class org.springframework.data.mongodb.util.MongoClientVersion
- isReactiveClientPresent(ClassLoader) - Static method in class org.springframework.data.mongodb.aot.MongoAotPredicates
- isReactorPresent() - Static method in class org.springframework.data.mongodb.aot.MongoAotPredicates
- isReferingToSystemVariable(String) - Static method in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
-
Return true if the given
fieldRefdenotes a well-known system variable, false otherwise. - isRemove() - Method in class org.springframework.data.mongodb.core.FindAndModifyOptions
- isRequired() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.RequiredJsonSchemaProperty
- isRequired() - Method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
- isRestrictedTypeKey(String) - Static method in class org.springframework.data.mongodb.core.query.Query
-
Deprecated.don't call this method as the restricted type handling will undergo some significant changes going forward.
- isResumeAfter() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions
- isReturnNew() - Method in class org.springframework.data.mongodb.core.FindAndModifyOptions
- isReturnNew() - Method in class org.springframework.data.mongodb.core.FindAndReplaceOptions
-
Get the bit indicating to return the replacement document.
- isRollbackOnly() - Method in class org.springframework.data.mongodb.MongoTransactionManager.MongoTransactionObject
- isRollbackOnly() - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager.ReactiveMongoTransactionObject
- isRunning() - Method in class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
- isSharded() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentEntity
- isSharded() - Method in class org.springframework.data.mongodb.core.mapping.ShardKey
-
Return whether the shard key represents a sharded key.
- isSkipResults() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
- isSorted() - Method in class org.springframework.data.mongodb.core.query.BasicQuery
- isSorted() - Method in class org.springframework.data.mongodb.core.query.Query
-
Returns true if the
Queryhas a sort parameter. - isSorted() - Method in class org.springframework.data.mongodb.core.query.TextQuery
- isSparse() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
- isSpecialParameter() - Method in class org.springframework.data.mongodb.repository.query.MongoParameters.MongoParameter
- isSpherical() - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Returns whether spharical values will be returned.
- isStartAfter() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions
- isStreamQuery() - Method in class org.springframework.data.mongodb.repository.query.ReactiveMongoQueryMethod
- isSubsetOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
-
Creates new
SetOperators.SetIsSubsetwith all previously added arguments appending the given one. - isSubsetOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
AggregationExpressionthat takes array of the previously mentioned field and returns true if it is a subset of the given arrayReference. - isSubsetOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
-
Creates new
SetOperators.SetIsSubsetwith all previously added arguments appending the given one. - isSubsetOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
AggregationExpressionthat takes array of the previously mentioned field and returns true if it is a subset of the givenAggregationExpression. - isSyncClientPresent() - Static method in class org.springframework.data.mongodb.util.MongoClientVersion
- isSyncClientPresent(ClassLoader) - Static method in class org.springframework.data.mongodb.aot.MongoAotPredicates
- isText() - Method in class org.springframework.data.mongodb.core.index.IndexField
-
Returns whether the
IndexFieldis a text index field. - isTextScoreProperty() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- isTextScoreProperty() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- isTextScoreProperty() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns whether the property holds the documents score calculated by text search.
- isTransactionActive() - Method in interface org.springframework.data.mongodb.MongoDatabaseFactory
-
Returns if the given
MongoDatabaseFactoryis bound to aClientSessionthat has anactive transaction. - isTransactionActive() - Method in interface org.springframework.data.mongodb.ReactiveMongoDatabaseFactory
-
Returns if the given
ReactiveMongoDatabaseFactoryis bound to aClientSessionthat has anactive transaction. - isTransactionActive(MongoDatabaseFactory) - Static method in class org.springframework.data.mongodb.MongoDatabaseUtils
-
Check if the
MongoDatabaseFactoryis actually bound to aClientSessionthat has an active transaction, or if aTransactionSynchronizationhas been registered for theresourceand if the associatedClientSessionhas anactive transaction. - isTransactionActive(ReactiveMongoDatabaseFactory) - Static method in class org.springframework.data.mongodb.ReactiveMongoDatabaseUtils
-
Check if the
ReactiveMongoDatabaseFactoryis actually bound to aClientSessionthat has an active transaction, or if aTransactionSynchronizationhas been registered for theresourceand if the associatedClientSessionhas anactive transaction. - isTransactionFailureCode(Integer) - Static method in class org.springframework.data.mongodb.util.MongoDbErrorCodes
-
Check if the given error code matches a know transaction related error.
- isTransient() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- isTransientFailure(Exception) - Method in class org.springframework.data.mongodb.core.MongoExceptionTranslator
-
Check if a given exception holds an error label indicating a transient failure.
- isTypeKey(String) - Method in class org.springframework.data.mongodb.core.convert.DefaultMongoTypeMapper
- isTypeKey(String) - Method in interface org.springframework.data.mongodb.core.convert.MongoTypeMapper
-
Returns whether the given key is the type key.
- isTypeKey(String) - Method in class org.springframework.data.mongodb.core.convert.QueryMapper
-
Returns whether the given
Stringis the type key. - isUnaryMinus() - Method in class org.springframework.data.mongodb.core.spel.OperatorNode
-
Returns whether the operator is a unary minus, e.g. -1.
- isUnaryMinus(ExpressionNode) - Method in class org.springframework.data.mongodb.core.spel.LiteralNode
-
Returns whether the given
ExpressionNodeis a unary minus. - isUnaryOperator() - Method in class org.springframework.data.mongodb.core.spel.OperatorNode
-
Returns whether the operator is unary.
- isUnique() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
- isUnique() - Method in class org.springframework.data.mongodb.core.index.IndexPredicate
- isUnwrapped() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- isUnwrapped() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentEntity
- isUnwrapped() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
- isUpdateObject(Document) - Static method in class org.springframework.data.mongodb.core.convert.UpdateMapper
-
Returns true if the given
Documentis an update object that uses update operators. - isUpsert() - Method in class org.springframework.data.mongodb.core.FindAndModifyOptions
- isUpsert() - Method in class org.springframework.data.mongodb.core.ReplaceOptions
-
Get the bit indicating if to create a new document if not exists.
- isVariable(String) - Static method in interface org.springframework.data.mongodb.core.aggregation.AggregationVariable
-
Check if the given field name reference may be variable.
- isVariable(Field) - Static method in interface org.springframework.data.mongodb.core.aggregation.AggregationVariable
-
Check if the given field may be variable.
- isVariable(Field) - Static method in enum class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.Variable
- isVersion5orNewer() - Static method in class org.springframework.data.mongodb.util.MongoClientVersion
- isVersioned() - Method in interface org.springframework.data.mongodb.repository.query.MongoEntityInformation
-
Returns whether the entity uses optimistic locking.
- isVersioned() - Method in class org.springframework.data.mongodb.repository.support.MappingMongoEntityInformation
- isWeighted() - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexedFieldSpec
- isWildcard() - Method in class org.springframework.data.mongodb.core.index.IndexField
-
Returns whether the
IndexFieldis contains a wildcard expression. - isWildcard() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
- isWriteOperation() - Method in interface org.springframework.data.mongodb.core.convert.MongoConversionContext.OperatorContext
- itemCount(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
-
Slice the number of elements.
- itemCount(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice.SliceElementsBuilder
-
Set the number of elements given count.
- itemCount(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
-
Slice the number of elements.
- itemCount(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice.SliceElementsBuilder
-
Slice the number of elements.
- items(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- items(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
-
Define the
itemsallowed in the array. - items(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- itemsOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.VariableOperators.Map
-
Starts building new
VariableOperators.Mapthat applies anAggregationExpressionto each item of a referenced array and returns an array with the applied results. - itemsOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.VariableOperators.Map
-
Starts building new
VariableOperators.Mapthat applies anAggregationExpressionto each item of a referenced array and returns an array with the applied results. - iterate() - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
- iterator() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationResults
- iterator() - Method in class org.springframework.data.mongodb.core.aggregation.ExposedFields
- iterator() - Method in class org.springframework.data.mongodb.core.aggregation.Fields
- iterator() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
-
Deprecated.
- iterator() - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics
- iterator() - Method in class org.springframework.data.mongodb.core.spel.ExpressionNode
- iterator() - Method in class org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
J
- JAVA_SCRIPT - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- javaScriptMode(boolean) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.Flag that toggles behavior in the map-reduce operation so as to avoid intermediate conversion to BSON between the map and reduce steps.
- javascriptType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- JSON_TYPES - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- JsonSchemaMapper - Interface in org.springframework.data.mongodb.core.convert
-
JsonSchemaMapperallows mapping a givenDocumentcontaining a $jsonSchema to the fields of a given domain type. - JsonSchemaObject - Interface in org.springframework.data.mongodb.core.schema
-
Interface that can be implemented by objects that know how to serialize themselves to JSON schema using
JsonSchemaObject.toDocument(). - JsonSchemaObject.Type - Interface in org.springframework.data.mongodb.core.schema
-
Type represents either a JSON schema type or a MongoDB specific bsonType.
- JsonSchemaObject.Type.BsonType - Class in org.springframework.data.mongodb.core.schema
- JsonSchemaObject.Type.JsonType - Class in org.springframework.data.mongodb.core.schema
- jsonSchemaObjectDelegate - Variable in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty
- JsonSchemaProperty - Interface in org.springframework.data.mongodb.core.schema
-
A property or patternProperty within a
JsonSchemaObjectoftype : 'object'. - JsonSchemaProperty.JsonSchemaPropertyBuilder - Class in org.springframework.data.mongodb.core.schema
-
Builder for
IdentifiableJsonSchemaProperty. - JsonType(String) - Constructor for class org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type.JsonType
- jsonTypeOf(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- jsonTypes() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- just(ClientEncryption) - Static method in class org.springframework.data.mongodb.core.encryption.MongoClientEncryption
-
Create a new
MongoClientEncryptioninstance for the givenClientEncryption. - just(VariableOperators.Let.ExpressionVariable...) - Static method in class org.springframework.data.mongodb.core.aggregation.VariableOperators.Let
-
Create a new
VariableOperators.Letholding just the given variables. - just(Collation) - Static method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionsby just providing theCollationto use. - justCollection(String) - Static method in interface org.springframework.data.mongodb.core.messaging.SubscriptionRequest.RequestOptions
-
Create options with the provided collection.
- justDatabase(String) - Static method in interface org.springframework.data.mongodb.core.messaging.SubscriptionRequest.RequestOptions
-
Create options with the provided database.
K
- KEEP - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
-
One of the allowed results of a $redact expression
- KEEP - Static variable in class org.springframework.data.mongodb.core.aggregation.RedactOperation
-
Return/Keep all fields at the current document/embedded level.
- keepExistingDocument() - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.WhenDocumentsMatch
-
Keep the existing document in the output collection.
- key() - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions
- KEY - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldName.Type
-
Values are used as is.
- keyAltName() - Element in annotation interface org.springframework.data.mongodb.core.mapping.ExplicitEncrypted
-
Set the Key Alternate Name that references the Data Encryption Key to be used.
- keyAltName(String) - Static method in interface org.springframework.data.mongodb.core.encryption.EncryptionKey
-
Create a new
EncryptionKeythat uses an Key Alternative Name for reference. - keyId() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Encrypted
-
Get the
keyIdto use. - keyId(Object) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
- keyId(String) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
- keyId(BsonBinary) - Static method in interface org.springframework.data.mongodb.core.encryption.EncryptionKey
-
Create a new
EncryptionKeythat uses the keys id for reference. - keys(Object...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
- keys(UUID...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
L
- lang(String) - Method in interface org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator.AccumulatorInitBuilder
-
The language used in the
$accumulatorcode. - lang(String) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
-
The language used in the body.
- language() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Document
-
Defines the default language to be used with this document.
- Language - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
Mark property as language field.
- last() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat return the last element in the given array. - last() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Generates a builder for an
$last-expression for the current value.. - last() - Static method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- last(int) - Static method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- last(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
-
Returns the last element in the given array.
- last(String) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$last-expression for the given field-reference. - last(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$last-expression for the givenAggregationExpression. - Last(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- LAST - Enum constant in enum class org.springframework.data.mongodb.core.query.Update.Position
- lastModified() - Method in class org.springframework.data.mongodb.gridfs.GridFsResource
- lastOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
-
Returns the last element in the array pointed to by the given
field reference. - lastOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
-
Returns the last element of the array computed buy the given
expression. - lastOperation() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationPipeline
- lazy() - Element in annotation interface org.springframework.data.mongodb.core.mapping.DBRef
-
Controls whether the referenced entity should be loaded lazily.
- lazy() - Element in annotation interface org.springframework.data.mongodb.core.mapping.DocumentReference
-
Controls whether the referenced entity should be loaded lazily.
- LazyLoadingException - Exception Class in org.springframework.data.mongodb
- LazyLoadingException(String, Throwable) - Constructor for exception class org.springframework.data.mongodb.LazyLoadingException
-
Constructor for LazyLoadingException.
- LazyLoadingInterceptor(MongoPersistentProperty, DbRefResolverCallback, Object, PersistenceExceptionTranslator) - Constructor for class org.springframework.data.mongodb.core.convert.LazyLoadingProxyFactory.LazyLoadingInterceptor
- LazyLoadingProxy - Interface in org.springframework.data.mongodb.core.convert
-
Allows direct interaction with the underlying
LazyLoadingInterceptor. - LazyLoadingProxyAotProcessor - Class in org.springframework.data.mongodb.aot
- LazyLoadingProxyAotProcessor() - Constructor for class org.springframework.data.mongodb.aot.LazyLoadingProxyAotProcessor
- LazyLoadingProxyFactory - Class in org.springframework.data.mongodb.core.convert
-
ProxyFactoryto create a proxy forPersistentProperty.getType()to resolve a reference lazily. - LazyLoadingProxyFactory(PersistenceExceptionTranslator) - Constructor for class org.springframework.data.mongodb.core.convert.LazyLoadingProxyFactory
- LazyLoadingProxyFactory.LazyLoadingInterceptor - Class in org.springframework.data.mongodb.core.convert
- left() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
-
Remove whitespace or the specified characters from the beginning of a string.
- length() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated array and retrieves its length. - length() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat returns the number of UTF-8 bytes in the associated string representation. - length(Range) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
-
Define the valid length range (minLength and maxLength) for a valid field.
- lengthCP() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat returns the number of UTF-8 code points in the associated string representation. - lengthOfArray(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
-
Creates new
ArrayOperators.Size. - lengthOfArray(Collection) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
-
Creates new
ArrayOperators.Size. - lengthOfArray(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
-
Creates new
ArrayOperators.Size. - lessThan(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is less than the value of the referenced field. - lessThan(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
-
Creates new
ComparisonOperators.Ltwith all previously added arguments appending the given one. - lessThan(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is less than the expression result. - lessThan(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
-
Creates new
ComparisonOperators.Ltwith all previously added arguments appending the given one. - lessThanEqualTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is less than or equivalent to the value of the referenced field. - lessThanEqualTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
-
Creates new
ComparisonOperators.Ltewith all previously added arguments appending the given one. - lessThanEqualTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is less than or equivalent to the expression result. - lessThanEqualTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
-
Creates new
ComparisonOperators.Ltewith all previously added arguments appending the given one. - lessThanEqualToValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is less than or equivalent to the given value. - lessThanEqualToValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
-
Creates new
ComparisonOperators.Ltewith all previously added arguments appending the given one. - lessThanValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the first value is less than to the given value. - lessThanValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
-
Creates new
ComparisonOperators.Ltwith all previously added arguments appending the given one. - let(Collection, AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$letexpression that binds variables for use in the specified expression, and returns the result of the expression. - let(AggregationExpression, String, AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$letexpression that binds variables for use in the specified expression, and returns the result of the expression. - let(VariableOperators.Let) - Method in interface org.springframework.data.mongodb.core.aggregation.LookupOperation.LetBuilder
-
Specifies
invalid input: 'variables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}. @param let must not be {@literal null}. @return never {@literal null}. @see PipelineBuilder' - let(VariableOperators.Let) - Method in class org.springframework.data.mongodb.core.aggregation.LookupOperation.LookupOperationBuilder
- let(VariableOperators.Let) - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.MergeOperationBuilder
-
Expose the variables defined by
VariableOperators.Letto theupdate aggregation. - let(VariableOperators.Let.ExpressionVariable...) - Method in interface org.springframework.data.mongodb.core.aggregation.LookupOperation.LetBuilder
-
Specifies
invalid input: 'variables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}. @param variables must not be {@literal null}. @return never {@literal null}. @see PipelineBuilder' - LIKE - Enum constant in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator.MatchMode
- limit() - Element in annotation interface org.springframework.data.mongodb.repository.VectorSearch
-
Number of documents to return in the results.
- limit(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
-
Creates new
AccumulatorOperators.Maxthat returns the given number of maximum values ($maxN). - limit(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
-
Creates new
AccumulatorOperators.Minthat returns the given number of minimum values ($minN). - limit(int) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
-
Limits the number of returned elements to the given value.
- limit(int) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
-
Limits the number of returned elements to the given value.
- limit(int) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
-
Limits the number of returned elements to the given value.
- limit(int) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
-
Limits the number of returned elements to the given value.
- limit(int) - Method in interface org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.LimitContributor
-
Number (of type int only) of documents to return in the results.
- limit(int) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.Limit the number of objects to return from the collection that is fed into the map reduce operation Often used in conjunction with a query and sort option so as to reduce the portion of the data that will be processed.
- limit(int) - Method in class org.springframework.data.mongodb.core.query.Query
-
Limit the number of returned documents to
limit. - limit(long) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
LimitOperationlimiting the result to the given number of elements. - limit(long) - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Configures the maximum number of results to return.
- limit(Integer) - Method in class org.springframework.data.mongodb.core.aggregation.GeoNearOperation
-
Override potential limit value.
- limit(Limit) - Method in interface org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.LimitContributor
-
Number (of type int only) of documents to return in the results.
- limit(Limit) - Method in class org.springframework.data.mongodb.core.query.Query
-
Limit the number of returned documents to
Limit. - limit(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
-
Limits the number of returned elements to the value defined by the given
expression. - limit(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
-
Limits the number of returned elements to the value defined by the given
expression. - limit(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
-
Limits the number of returned elements to the value defined by the given
expression. - limit(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
-
Limits the number of returned elements to the value defined by the given
expression. - Limitations - Section in class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation
- LimitOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the
$limit-operation. - LimitOperation(long) - Constructor for class org.springframework.data.mongodb.core.aggregation.LimitOperation
- limitResult(Query, Pageable) - Static method in class org.springframework.data.mongodb.repository.util.SliceUtils
-
Customize query for
sliced resultretrieval. - listen() - Method in interface org.springframework.data.mongodb.core.ReactiveChangeStreamOperation.TerminatingChangeStream
-
Start listening to changes.
- LiteralNode - Class in org.springframework.data.mongodb.core.spel
-
A node representing a literal in an expression.
- LiteralOperatorFactory(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.LiteralOperators.LiteralOperatorFactory
-
Creates new
LiteralOperators.LiteralOperatorFactoryfor given value. - LiteralOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to literal aggregation operations.
- LiteralOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.LiteralOperators
- LiteralOperators.Literal - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$literal. - LiteralOperators.LiteralOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- ln() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the natural logarithm ln (i.e loge) of the associated number. - ln() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$lnexpression that takes the number of the previously mentioned field and calculates the natural logarithm ln (i.e loge) of it. - lnValueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
-
Creates new
ArithmeticOperators.Ln. - lnValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
-
Creates new
ArithmeticOperators.Ln. - lnValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
-
Creates new
ArithmeticOperators.Ln. - localField(String) - Method in interface org.springframework.data.mongodb.core.aggregation.LookupOperation.LocalFieldBuilder
- localField(String) - Method in class org.springframework.data.mongodb.core.aggregation.LookupOperation.LookupOperationBuilder
- localVariable(String) - Static method in interface org.springframework.data.mongodb.core.aggregation.AggregationVariable
-
Create a new
localAggregationVariablefor the given name. - locf() - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.EvaluationOperatorFactory
-
Creates new
AggregationExpressionthat is a valid aggregation expression. - locfValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
-
Creates new
EvaluationOperators.LastObservationCarriedForward. - locfValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
-
Creates new
EvaluationOperators.LastObservationCarriedForward. - log(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the log of a the associated number in the specified base. - log(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
-
Use the given value as log base.
- log(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$logexpression that takes the number of the previously mentioned field and calculates the log of the associated number in the specified base. - log(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the log of the associated number in the specified base referenced via fieldReference. - log(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
-
Use the value stored at the given field as log base.
- log(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$logexpression that takes the number of the previously mentioned field and calculates the log of the associated number in the specified base. - log(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the log of the associated number in the specified base extracted by givenAggregationExpression. - log(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
-
Use the evaluated value of the given
AggregationExpressionas log base. - log(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$logexpression that takes the number of the previously mentioned field and calculates the log of the associated number in the specified base. - log10() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the log base 10 for the associated number. - log10() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$log10expression that takes the number of the previously mentioned field and calculates the log base 10. - log10ValueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
-
Creates new
ArithmeticOperators.Log10. - log10ValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
-
Creates new
ArithmeticOperators.Log10. - log10ValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
-
Creates new
ArithmeticOperators.Log10. - LOGGER - Static variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- LOGGER - Static variable in class org.springframework.data.mongodb.core.convert.QueryMapper
- LoggingEventListener - Class in org.springframework.data.mongodb.core.mapping.event
-
ApplicationListenerfor Mongo mapping events logging the events. - LoggingEventListener() - Constructor for class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
- longType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- lookup() - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Entrypoint for creating
$lookupusing a fluent builder API. - lookup() - Element in annotation interface org.springframework.data.mongodb.core.mapping.DocumentReference
-
The single document lookup query.
- lookup(String, String, String, String) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
LookupOperation. - lookup(Field, Field, Field, Field) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
LookupOperationfor the givenFields. - lookup(SubscriptionRequest) - Method in class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
- lookup(SubscriptionRequest) - Method in interface org.springframework.data.mongodb.core.messaging.MessageListenerContainer
-
Lookup the given
SubscriptionRequestwithin the container and return the associatedSubscriptionif present. - LookupOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$lookup-operation. - LookupOperation(String, Field, Field, VariableOperators.Let, AggregationPipeline, Field) - Constructor for class org.springframework.data.mongodb.core.aggregation.LookupOperation
- LookupOperation(String, VariableOperators.Let, AggregationPipeline, Field) - Constructor for class org.springframework.data.mongodb.core.aggregation.LookupOperation
- LookupOperation(Field, Field, Field, Field) - Constructor for class org.springframework.data.mongodb.core.aggregation.LookupOperation
-
Creates a new
LookupOperationfor the givenFields. - LookupOperation.AsBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- LookupOperation.ForeignFieldBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- LookupOperation.FromBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- LookupOperation.LetBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- LookupOperation.LocalFieldBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- LookupOperation.LookupOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder for fluent
LookupOperationcreation. - LookupOperation.PipelineBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- LookupOperationBuilder() - Constructor for class org.springframework.data.mongodb.core.aggregation.LookupOperation.LookupOperationBuilder
- lookupValue(String) - Method in interface org.springframework.data.mongodb.core.encryption.EncryptionContext
-
Lookup the value for a given path within the current context.
- lower() - Static method in class org.springframework.data.mongodb.core.query.Collation.CaseFirst
-
Sort lowercase before uppercase.
- lower(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
-
Creates new
StringOperators.ToLower. - lowerValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
-
Creates new
StringOperators.ToLower. - lowerValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
-
Creates new
StringOperators.ToLower. - lt(Number) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- lt(Number) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
-
Set maximum to given
maxvalue and exclusiveMaximum to true. - lt(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$ltexpression (less than) that compares the value of the field to a given value or field. - lt(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $lt operator.
- lte(Number) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- lte(Number) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
-
Set maximum to given
maxvalue and exclusiveMaximum to false. - lte(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$lteexpression (less than equal) that compares the value of the field to a given value or field. - lte(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $lte operator.
- ltrim() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and trims whitespaces from the beginning. - ltrim(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and trims the given character sequence from the beginning. - ltrim(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and trims the character sequence resulting from the givenAggregationExpressionfrom the beginning.
M
- map(String) - Method in interface org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithMapFunction
-
Set the Javascript map
function(). - map(String) - Method in interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithMapFunction
-
Set the Javascript map
function(). - map(Function) - Method in interface org.springframework.data.mongodb.MongoTransactionOptions
-
Apply the current options using the given mapping
Functionand return its result. - map(Converter) - Method in class org.springframework.data.mongodb.core.query.Collation
- map(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.ExecutableAggregationOperation.TerminatingAggregation
-
Map the query result to a different type using
QueryResultConverter. - map(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingFindNear
-
Map the query result to a different type using
QueryResultConverter. - map(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingResults
-
Map the query result to a different type using
QueryResultConverter. - map(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.ExecutableRemoveOperation.TerminatingResults
-
Map the query result to a different type using
QueryResultConverter. - map(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingFindAndModify
-
Map the query result to a different type using
QueryResultConverter. - map(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingFindAndReplace
-
Map the query result to a different type using
QueryResultConverter. - map(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.ReactiveAggregationOperation.TerminatingAggregationOperation
-
Map the query result to a different type using
QueryResultConverter. - map(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingFindNear
-
Map the query result to a different type using
QueryResultConverter. - map(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingResults
-
Map the query result to a different type using
QueryResultConverter. - map(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.ReactiveRemoveOperation.TerminatingResults
-
Map the query result to a different type using
QueryResultConverter. - map(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.TerminatingFindAndModify
-
Map the query result to a different type using
QueryResultConverter. - map(QueryResultConverter) - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.TerminatingFindAndReplace
-
Map the query result to a different type using
QueryResultConverter. - MAP - Enum constant in enum class org.springframework.data.mongodb.core.spel.MethodReferenceNode.AggregationMethodReference.ArgumentType
- mapDocument(Document, QueryResultConverter.ConversionResultSupplier) - Method in interface org.springframework.data.mongodb.core.QueryResultConverter
-
Map a
Documentthat is read from the MongoDB query/aggregation operation to a query result. - mapEntries(Document, Function, Function) - Static method in class org.springframework.data.mongodb.util.BsonUtils
- mapFieldsTo(Class) - Method in class org.springframework.data.mongodb.core.aggregation.UnionWithOperation
-
Set domain type used for field name mapping of property references used by the
AggregationPipeline. - mapItemsOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.VariableOperators
-
Starts building new
VariableOperators.Mapthat applies anAggregationExpressionto each item of a referenced array and returns an array with the applied results. - mapItemsOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.VariableOperators
-
Starts building new
VariableOperators.Mapthat applies anAggregationExpressionto each item of a referenced array and returns an array with the applied results. - mapKeyDotReplacement - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- MappedDocument - Class in org.springframework.data.mongodb.core
-
A MongoDB document in its mapped state.
- MAPPING_CONTEXT_BEAN_NAME - Static variable in class org.springframework.data.mongodb.config.BeanNames
- mappingContext - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- mappingMongoConverter(MongoDatabaseFactory, MongoCustomConversions, MongoMappingContext) - Method in class org.springframework.data.mongodb.config.AbstractMongoClientConfiguration
- mappingMongoConverter(ReactiveMongoDatabaseFactory, MongoCustomConversions, MongoMappingContext) - Method in class org.springframework.data.mongodb.config.AbstractReactiveMongoConfiguration
- MappingMongoConverter - Class in org.springframework.data.mongodb.core.convert
-
MongoConverterthat uses aMappingContextto do sophisticated mapping of domain objects toDocument. - MappingMongoConverter(DbRefResolver, MappingContext) - Constructor for class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- MappingMongoConverter(MongoDatabaseFactory, MappingContext) - Constructor for class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Deprecated.use the constructor taking a
DbRefResolverinstead. - MappingMongoConverter.ConversionContext - Interface in org.springframework.data.mongodb.core.convert
-
Conversion context defining an interface for graph-traversal-based conversion of documents.
- MappingMongoConverter.DefaultConversionContext - Class in org.springframework.data.mongodb.core.convert
-
Conversion context holding references to simple
MappingMongoConverter.DefaultConversionContext.ValueConverterandMappingMongoConverter.DefaultConversionContext.ContainerValueConverter. - MappingMongoConverterParser - Class in org.springframework.data.mongodb.config
-
Bean definition parser for the
mapping-converterelement. - MappingMongoConverterParser() - Constructor for class org.springframework.data.mongodb.config.MappingMongoConverterParser
- MappingMongoEntityInformation<T,
ID> - Class in org.springframework.data.mongodb.repository.support -
MongoEntityInformationimplementation using aMongoPersistentEntityinstance to lookup the necessary information. - MappingMongoEntityInformation(MongoPersistentEntity) - Constructor for class org.springframework.data.mongodb.repository.support.MappingMongoEntityInformation
-
Creates a new
MappingMongoEntityInformationfor the givenMongoPersistentEntity. - MappingMongoEntityInformation(MongoPersistentEntity, Class) - Constructor for class org.springframework.data.mongodb.repository.support.MappingMongoEntityInformation
-
Creates a new
MappingMongoEntityInformationfor the givenMongoPersistentEntityand fallback identifier type. - MappingMongoEntityInformation(MongoPersistentEntity, String) - Constructor for class org.springframework.data.mongodb.repository.support.MappingMongoEntityInformation
-
Creates a new
MappingMongoEntityInformationfor the givenMongoPersistentEntityand custom collection name. - mapReduce(Class) - Method in interface org.springframework.data.mongodb.core.ExecutableMapReduceOperation
-
Start creating a mapReduce operation for the given domainType.
- mapReduce(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- mapReduce(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation
-
Start creating a mapReduce operation for the given domainType.
- mapReduce(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- mapReduce(String, String, String, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Deprecated.since 3.4 in favor of
MongoOperations.aggregate(TypedAggregation, Class). - mapReduce(String, String, String, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- mapReduce(String, String, String, MapReduceOptions, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Deprecated.since 3.4 in favor of
MongoOperations.aggregate(TypedAggregation, Class). - mapReduce(String, String, String, MapReduceOptions, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- mapReduce(Query, Class, Class, String, String, MapReduceOptions) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Deprecated.since 3.4 in favor of
ReactiveMongoOperations.aggregate(TypedAggregation, Class). - mapReduce(Query, Class, Class, String, String, MapReduceOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- mapReduce(Query, Class, String, Class, String, String, MapReduceOptions) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Deprecated.since 3.4 in favor of
ReactiveMongoOperations.aggregate(TypedAggregation, Class). - mapReduce(Query, Class, String, Class, String, String, MapReduceOptions) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- mapReduce(Query, Class, String, String, String, MapReduceOptions, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Deprecated.since 3.4 in favor of
MongoTemplate.aggregate(TypedAggregation, Class). - mapReduce(Query, String, String, String, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Deprecated.since 3.4 in favor of
MongoOperations.aggregate(TypedAggregation, Class). - mapReduce(Query, String, String, String, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- mapReduce(Query, String, String, String, MapReduceOptions, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Deprecated.since 3.4 in favor of
MongoOperations.aggregate(TypedAggregation, Class). - mapReduce(Query, String, String, String, MapReduceOptions, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- MapReduceCounts - Class in org.springframework.data.mongodb.core.mapreduce
-
Deprecated.since 3.4 in favor of
org.springframework.data.mongodb.core.aggregation. - MapReduceCounts(long, long, long) - Constructor for class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
-
Deprecated.Creates a new
MapReduceCountsusing the given input count, emit count, and output count. - MapReduceOptions - Class in org.springframework.data.mongodb.core.mapreduce
-
Deprecated.since 3.4 in favor of
org.springframework.data.mongodb.core.aggregation. - MapReduceOptions() - Constructor for class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.
- MapReduceResults<T> - Class in org.springframework.data.mongodb.core.mapreduce
-
Deprecated.since 3.4 in favor of
org.springframework.data.mongodb.core.aggregation. - MapReduceResults(List, Document) - Constructor for class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
-
Deprecated.Creates a new
MapReduceResultsfrom the given mapped results and the raw one. - MapReduceTiming - Class in org.springframework.data.mongodb.core.mapreduce
-
Deprecated.since 3.4 in favor of
org.springframework.data.mongodb.core.aggregation. - MapReduceTiming(long, long, long) - Constructor for class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
-
Deprecated.
- mapSchema(Document, Class) - Method in interface org.springframework.data.mongodb.core.convert.JsonSchemaMapper
-
Map the required and properties fields the given
Documentcontaining the $jsonSchema against the given domain type. - mapSchema(Document, Class) - Method in class org.springframework.data.mongodb.core.convert.MongoJsonSchemaMapper
- mapValues(Document, BiFunction) - Static method in class org.springframework.data.mongodb.util.BsonUtils
- mapValueToTargetType(S, Class, DbRefResolver) - Method in interface org.springframework.data.mongodb.core.convert.MongoConverter
-
Mapping function capable of converting values into a desired target type by eg. extracting the actual java type from a given
BsonValue. - Mark() - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader.Mark
- match(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
MatchOperationusing the givenAggregationExpression. - match(Criteria) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
MatchOperationusing the givenCriteria. - match(CriteriaDefinition) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
MatchOperationusing the givenCriteriaDefinition. - matching() - Static method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- matching(String) - Method in class org.springframework.data.mongodb.core.query.TextCriteria
- matching(String) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- matching(String) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
-
Define the regex pattern to validate field values against.
- matching(CriteriaDefinition) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.DistinctWithQuery
-
Set the filter
criteriato be used. - matching(CriteriaDefinition) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithQuery
-
Set the filter
criteriato be used. - matching(CriteriaDefinition) - Method in interface org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithQuery
-
Set the filter
criteriato be used. - matching(CriteriaDefinition) - Method in interface org.springframework.data.mongodb.core.ExecutableRemoveOperation.RemoveWithQuery
-
Set the filter
criteriato be used. - matching(CriteriaDefinition) - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithQuery
-
Set the filter
criteriato be used. - matching(CriteriaDefinition) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.DistinctWithQuery
-
Set the filter
criteriato be used. - matching(CriteriaDefinition) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.FindWithQuery
-
Set the filter
criteriato be used. - matching(CriteriaDefinition) - Method in interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithQuery
-
Set the filter
criteriato be used. - matching(CriteriaDefinition) - Method in interface org.springframework.data.mongodb.core.ReactiveRemoveOperation.RemoveWithQuery
-
Set the filter
criteriato be used. - matching(CriteriaDefinition) - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.UpdateWithQuery
-
Set the filter
criteriato be used. - matching(Query) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.DistinctWithQuery
-
Set the filter query to be used.
- matching(Query) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithQuery
-
Set the filter query to be used.
- matching(Query) - Method in interface org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithQuery
-
Set the filter query to be used.
- matching(Query) - Method in interface org.springframework.data.mongodb.core.ExecutableRemoveOperation.RemoveWithQuery
-
Define the query filtering elements.
- matching(Query) - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithQuery
-
Filter documents by given query.
- matching(Query) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.DistinctWithQuery
-
Set the filter query to be used.
- matching(Query) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.FindWithQuery
-
Set the filter query to be used.
- matching(Query) - Method in interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithQuery
-
Set the filter query to be used.
- matching(Query) - Method in interface org.springframework.data.mongodb.core.ReactiveRemoveOperation.RemoveWithQuery
-
Define the query filtering elements.
- matching(Query) - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.UpdateWithQuery
-
Filter documents by given query.
- matching(Term) - Method in class org.springframework.data.mongodb.core.query.TextCriteria
-
Adds given
Termto criteria. - matchingAll() - Static method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- matchingAny() - Static method in class org.springframework.data.mongodb.core.query.UntypedExampleMatcher
- matchingAny(String...) - Method in class org.springframework.data.mongodb.core.query.TextCriteria
-
Configures the
TextCriteriato match any of the given words. - matchingDocumentStructure(MongoJsonSchema) - Static method in class org.springframework.data.mongodb.core.query.Criteria
-
Static factory method to create a
Criteriamatching documents against a given structure defined by theMongoJsonSchemausing ($jsonSchema) operator. - matchingPhrase(String) - Method in class org.springframework.data.mongodb.core.query.TextCriteria
-
Given value will treated as a single phrase.
- MatchOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the
$match-operation. - MatchOperation(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.MatchOperation
-
Creates a new
MatchOperationfor the givenAggregationExpression. - MatchOperation(CriteriaDefinition) - Constructor for class org.springframework.data.mongodb.core.aggregation.MatchOperation
-
Creates a new
MatchOperationfor the givenCriteriaDefinition. - max() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated numeric value expression and returns the maximum value. - max() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat returns the maximum value. - max() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Generates a builder for an
$max-expression for the current value. - max() - Element in annotation interface org.springframework.data.mongodb.core.index.GeoSpatialIndexed
-
Maximum value for indexed values.
- max(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated numeric value expression and returns the requested number of maximum values. - max(String) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$max-expression that for the given field-reference. - max(String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update given key to the
valueif thevalueis greater than the current value of the field. - max(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$max-expression that for the givenAggregationExpression. - max(T) - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics.RangeQuery
- maxAwaitTime() - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestOptions
- maxAwaitTime() - Method in interface org.springframework.data.mongodb.core.messaging.SubscriptionRequest.RequestOptions
-
Get the maximum wait time (the time till the next Document is emitted) to apply when reading from the collection.
- maxAwaitTime(Duration) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the cursors maximum wait time on the server (for a new Document to be emitted).
- maxDepth(long) - Method in class org.springframework.data.mongodb.core.aggregation.GraphLookupOperation.GraphLookupOperationBuilder
-
Optionally limit the number of recursions.
- maxDistance(double) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a geo-spatial criterion using a $maxDistance operation, for use with $near or $nearSphere.
- maxDistance(double) - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Sets the max distance results shall have from the configured origin.
- maxDistance(double, Metric) - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Sets the maximum distance supplied in a given metric.
- maxDistance(Distance) - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Sets the maximum distance to the given
Distance. - maxDocuments(long) - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith already given settings andmaxDocumentsset to given value. - maxExecutionTimeMs() - Element in annotation interface org.springframework.data.mongodb.repository.Meta
-
Set the maximum time limit in milliseconds for processing operations.
- maxItems(int) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- maxItems(int) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
-
Define the maxItems.
- maxLength(int) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- maxLength(int) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
-
Define the valid length range (maxLength) for a valid field.
- maxOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
-
Creates new
AccumulatorOperators.Max. - maxOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
-
Creates new
AccumulatorOperators.Max. - maxProperties(int) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- maxProperties(int) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- maxProperties(int) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
-
Define the maxProperties.
- maxTime(Duration) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Set the time limit for processing.
- maxTime(Duration) - Method in class org.springframework.data.mongodb.core.query.Query
- maxTimeMsec(long) - Method in class org.springframework.data.mongodb.core.query.Query
- maxVariable(String) - Method in class org.springframework.data.mongodb.core.query.Collation
-
Set the field that determines up to which characters are considered ignorable when alternate is
shifted. - maybeCallAfterConvert(T, Document, String) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- maybeCallAfterConvert(T, Document, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- maybeCallAfterConvert(T, Document, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- maybeCallAfterSave(T, Document, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- maybeCallAfterSave(T, Document, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- maybeCallBeforeConvert(T, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- maybeCallBeforeConvert(T, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- maybeCallBeforeSave(T, Document, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- maybeCallBeforeSave(T, Document, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- maybeConvertList(Iterable, TypeInformation) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- maybeEmitEvent(E) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- maybeEmitEvent(E) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- median() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat calculates the median of the associated numeric value expression. - median() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the requested percentile(s) of the numeric value. - medianOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
-
Creates new
AccumulatorOperators.Median. - medianOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
-
Creates new
AccumulatorOperators.Median. - merge() - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Obtain a
builderinstance to create a newMergeOperation. - merge() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and uses $mergeObjects as an accumulator within the $group stage. - merge(Object...) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
-
Creates new
aggregation expressionthat takes given values and combines them into a single document. - merge(String) - Method in interface org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator.AccumulatorMergeBuilder
-
Set the
mergefunction used to merge two internal states. - merge(Document...) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Merge the given
documentsinto on in the given order. - merge(MongoJsonSchema...) - Static method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema
-
Create a new
MongoJsonSchemamerging properties from the given sources. - merge(MongoJsonSchema.ConflictResolutionFunction, MongoJsonSchema...) - Static method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema
-
Create a new
MongoJsonSchemamerging properties from the given sources. - merged(Collection) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Merges multiple
JsonSchemaPropertywith potentially different attributes into one. - mergeDocuments() - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.WhenDocumentsMatch
-
Merge the matching documents.
- mergedSchemaFor(Class...) - Method in interface org.springframework.data.mongodb.core.MongoJsonSchemaCreator
-
Create a merged
MongoJsonSchemaout of the individual schemas of the given types by merging their properties into one largeschema. - mergeInto(String) - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation
-
Simplified form to apply all default options for
$merge(including writing to a collection in the same database). - MergeOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the
$merge-operation. - MergeOperation(MergeOperation.MergeOperationTarget, MergeOperation.UniqueMergeId, VariableOperators.Let, MergeOperation.WhenDocumentsMatch, MergeOperation.WhenDocumentsDontMatch) - Constructor for class org.springframework.data.mongodb.core.aggregation.MergeOperation
-
Create new instance of
MergeOperation. - MergeOperation.MergeOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder API to construct a
MergeOperation. - MergeOperation.MergeOperationTarget - Class in org.springframework.data.mongodb.core.aggregation
-
Value Object representing the
intofield of a$mergeaggregation stage. - MergeOperation.UniqueMergeId - Class in org.springframework.data.mongodb.core.aggregation
-
Value object representing the unique id used during the merge operation to identify duplicates in the target collection.
- MergeOperation.WhenDocumentsDontMatch - Class in org.springframework.data.mongodb.core.aggregation
-
Value Object specifying how to deal with a result document that do not match an existing document in the collection based on the fields of the
onproperty describing the unique identifier. - MergeOperation.WhenDocumentsMatch - Class in org.springframework.data.mongodb.core.aggregation
-
Value Object specifying how to deal with a result document that matches an existing document in the collection based on the fields of the
onproperty describing the unique identifier. - MergeOperationBuilder() - Constructor for class org.springframework.data.mongodb.core.aggregation.MergeOperation.MergeOperationBuilder
- mergeValuesOf(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
-
Creates new
aggregation expressionthat takes the givenfield referencesand combines them into a single document. - mergeValuesOf(AggregationExpression...) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
-
Creates new
aggregation expressionthat takes the result of the givenexpressionsand combines them into a single document. - mergeWith(Object...) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
-
Creates new
aggregation expressionby adding the given values (documents or mapped objects). - mergeWith(Object...) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and combines it with the given values (documents or mapped objects) into a single document. - mergeWith(Collection) - Method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema
-
Create a new
MongoJsonSchemamerging properties from the given sources. - mergeWith(Collection, MongoJsonSchema.ConflictResolutionFunction) - Method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema
-
Create a new
MongoJsonSchemamerging properties from the given sources. - mergeWith(MongoTransactionOptions) - Method in interface org.springframework.data.mongodb.MongoTransactionOptions
-
Merge current options with given ones.
- mergeWith(MongoJsonSchema...) - Method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema
-
Create a new
MongoJsonSchemamerging properties from the given sources. - mergeWithValuesOf(String...) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
-
Creates new
aggregation expressionby adding the givenfield references. - mergeWithValuesOf(String...) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and combines it with the values of the givenfield referencesinto a single document. - mergeWithValuesOf(AggregationExpression...) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
-
Creates new
aggregation expressionby adding the givenexpressions. - mergeWithValuesOf(AggregationExpression...) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and combines it with the result values of the givenexpressionsinto a single document. - Message<S,
T> - Interface in org.springframework.data.mongodb.core.messaging -
General message abstraction for any type of Event / Message published by MongoDB server to the client.
- Message.MessageProperties - Class in org.springframework.data.mongodb.core.messaging
- Message.MessageProperties.MessagePropertiesBuilder - Class in org.springframework.data.mongodb.core.messaging
-
Builder for
Message.MessageProperties. - MessageListener<S,
T> - Interface in org.springframework.data.mongodb.core.messaging -
Listener interface to receive delivery of
Messages. - MessageListenerContainer - Interface in org.springframework.data.mongodb.core.messaging
-
Internal abstraction used by the framework representing a message listener container.
- MessageProperties() - Constructor for class org.springframework.data.mongodb.core.messaging.Message.MessageProperties
- MessagePropertiesBuilder() - Constructor for class org.springframework.data.mongodb.core.messaging.Message.MessageProperties.MessagePropertiesBuilder
- Meta - Class in org.springframework.data.mongodb.core.query
-
Meta-data for
Queryinstances. - Meta - Annotation Interface in org.springframework.data.mongodb.repository
-
Annotation to declare meta-information (execution time, cursor size, disk usage) for query methods.
- Meta() - Constructor for class org.springframework.data.mongodb.core.query.Meta
- Meta.CursorOption - Enum Class in org.springframework.data.mongodb.core.query
-
Meta.CursorOptionrepresentsOP_QUERYwire protocol flags to change the behavior of queries. - metadata(Document) - Method in class org.springframework.data.mongodb.gridfs.GridFsObject.Options
- metadata(Document) - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload.GridFsUploadBuilder
-
Set the file metadata.
- metadata(Document) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload.ReactiveGridFsUploadBuilder
-
Set the file metadata.
- MetadataBackedField(String, MongoPersistentEntity, MappingContext) - Constructor for class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
-
Creates a new
QueryMapper.MetadataBackedFieldwith the given name,MongoPersistentEntityandMappingContext. - MetadataBackedField(String, MongoPersistentEntity, MappingContext, MongoPersistentProperty) - Constructor for class org.springframework.data.mongodb.core.convert.QueryMapper.MetadataBackedField
-
Creates a new
QueryMapper.MetadataBackedFieldwith the given name,MongoPersistentEntityandMappingContextwith the givenMongoPersistentProperty. - metaField() - Element in annotation interface org.springframework.data.mongodb.core.mapping.TimeSeries
-
The name of the field which contains metadata in each time series document.
- metaField(String) - Method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
-
Set the name of the field which contains metadata in each time series document.
- metersToRadians(double) - Static method in class org.springframework.data.mongodb.core.query.MetricConversion
-
Return
distancein radians (on an earth like sphere). - MethodReferenceNode - Class in org.springframework.data.mongodb.core.spel
-
An
ExpressionNoderepresenting a method reference. - MethodReferenceNode.AggregationMethodReference - Class in org.springframework.data.mongodb.core.spel
- MethodReferenceNode.AggregationMethodReference.ArgumentType - Enum Class in org.springframework.data.mongodb.core.spel
-
The actual argument type to use when mapping parameters to MongoDB specific format.
- MetricConversion - Class in org.springframework.data.mongodb.core.query
- MetricConversion() - Constructor for class org.springframework.data.mongodb.core.query.MetricConversion
- millisecond() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the millisecond portion of a date as an integer between 0 and 999. - millisecond(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- millisecond(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateParts
-
Set the millisecond to the given value which must resolve to a value in range
0 - 999. - millisecond(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- millisecond(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
-
Creates new
DateOperators.Millisecond. - MILLISECOND - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnits
- MILLISECOND - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnits
- millisecondOf(String) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateParts
-
Set the millisecond to the value resolved by following the given
field reference. - millisecondOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
-
Creates new
DateOperators.Millisecond. - millisecondOf(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateParts
-
Set the milliseconds to the result of the given
expression. - millisecondOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
-
Creates new
DateOperators.Millisecond. - min() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated numeric value expression and returns the minimum value. - min() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat returns the minimum value. - min() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Generates a builder for an
$min-expression for the current value. - min() - Element in annotation interface org.springframework.data.mongodb.core.index.GeoSpatialIndexed
-
Minimum value for indexed values.
- min(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated numeric value expression and returns the requested number of maximum values. - min(String) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$min-expression that for the given field-reference. - min(String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update given key to the
valueif thevalueis less than the current value of the field. - min(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$min-expression that for the givenAggregationExpression. - min(T) - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics.RangeQuery
- minDistance(double) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a geospatial criterion using a $minDistance operation, for use with $near or $nearSphere.
- minDistance(double) - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Sets the minimum distance results shall have from the configured origin.
- minDistance(double, Metric) - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Sets the minimum distance supplied in a given metric.
- minDistance(Distance) - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Sets the minimum distance to the given
Distance. - minItems(int) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- minItems(int) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
-
Define the maxItems.
- minLength(int) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- minLength(int) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
-
Define the valid length range (minLength) for a valid field.
- minOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
-
Creates new
AccumulatorOperators.Min. - minOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
-
Creates new
AccumulatorOperators.Min. - minProperties(int) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- minProperties(int) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- minProperties(int) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
-
Define the minProperties.
- minus(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$subtractexpression that subtracts the given number to the previously mentioned field. - minus(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$subtractexpression that subtracts the value of the given field to the previously mentioned field. - minus(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$subtractexpression that subtracts the result of the givenAggregationExpressionfrom the previously mentioned field. - minute() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the minute portion of a date as a number between 0 and 59. - minute(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- minute(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateParts
-
Set the minute to the given value which must resolve to a value in range
0 - 59. - minute(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- minute(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
-
Creates new
DateOperators.Minute. - MINUTE - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnits
- MINUTE - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnits
- minuteOf(String) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateParts
-
Set the minute to the value resolved by following the given
field reference. - minuteOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
-
Creates new
DateOperators.Minute. - minuteOf(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateParts
-
Set the minute to the result of the given
expression. - minuteOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
-
Creates new
DateOperators.Minute. - MINUTES - Enum constant in enum class org.springframework.data.mongodb.core.timeseries.Granularity
-
Medium frequency ingestion.
- mod(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat divides the associated number by another and returns the remainder. - mod(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
-
Use the given value as mod base.
- mod(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$modexpression that divides the previously mentioned field by the given number and returns the remainder. - mod(Number, Number) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $mod operator.
- mod(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat divides the associated number by another and returns the remainder. - mod(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
-
Use the value stored at the given field as mod base.
- mod(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$modexpression that divides the value of the given field by the previously mentioned field and returns the remainder. - mod(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat divides the associated number by another and returns the remainder. - mod(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
-
Use evaluated value of the given
AggregationExpressionas mod base. - mod(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$modexpression that divides the value of the previously mentioned field by the result of theAggregationExpression. - moderateValidation() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith already given settings andvalidationLevelset toValidationLevel.MODERATE. - Modifiers() - Constructor for class org.springframework.data.mongodb.core.query.Update.Modifiers
- modifies(String) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
- modifies(String) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
- modifies(String) - Method in class org.springframework.data.mongodb.core.query.Update
-
Determine if a given
keywill be touched on execution. - modifies(String) - Method in interface org.springframework.data.mongodb.core.query.UpdateDefinition
-
Check if a given key is modified by applying the update.
- modifyOnCreate() - Element in annotation interface org.springframework.data.mongodb.config.EnableMongoAuditing
-
Configures whether the entity shall be marked as modified on creation.
- modifyOnCreate() - Element in annotation interface org.springframework.data.mongodb.config.EnableReactiveMongoAuditing
-
Configures whether the entity shall be marked as modified on creation.
- MongoAction - Class in org.springframework.data.mongodb.core
-
Represents an action taken against the collection.
- MongoAction(WriteConcern, MongoActionOperation, String, Class, Document, Document) - Constructor for class org.springframework.data.mongodb.core.MongoAction
-
Create an instance of a
MongoAction. - MongoActionOperation - Enum Class in org.springframework.data.mongodb.core
-
Enumeration for operations on a collection.
- MongoAdmin - Class in org.springframework.data.mongodb.core
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.5
- MongoAdmin(MongoClient) - Constructor for class org.springframework.data.mongodb.core.MongoAdmin
-
Deprecated.
- MongoAdminOperations - Interface in org.springframework.data.mongodb.core
-
Deprecated, for removal: This API element is subject to removal in a future version.
- MongoAnnotationProcessor - Class in org.springframework.data.mongodb.repository.support
-
Annotation processor to create Querydsl query types for QueryDsl annotated classes.
- MongoAnnotationProcessor() - Constructor for class org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor
- MongoAotPredicates - Class in org.springframework.data.mongodb.aot
-
Collection of
predicatesto determine dynamic library aspects during AOT computation. - MongoAotPredicates() - Constructor for class org.springframework.data.mongodb.aot.MongoAotPredicates
- MongoAotReflectionHelper - Class in org.springframework.data.mongodb.aot
- MongoAotReflectionHelper() - Constructor for class org.springframework.data.mongodb.aot.MongoAotReflectionHelper
- MongoAotRepositoryFragmentSupport - Class in org.springframework.data.mongodb.repository.aot
-
Support class for MongoDB AOT repository fragments.
- MongoAotRepositoryFragmentSupport(MongoOperations, RepositoryMetadata, ValueExpressionDelegate, ProjectionFactory) - Constructor for class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- MongoAotRepositoryFragmentSupport(MongoOperations, RepositoryFactoryBeanSupport.FragmentCreationContext) - Constructor for class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- MongoAuditingBeanDefinitionParser - Class in org.springframework.data.mongodb.config
-
BeanDefinitionParserto register aAuditingEntityCallbackto transparently set auditing information on an entity. - MongoAuditingBeanDefinitionParser() - Constructor for class org.springframework.data.mongodb.config.MongoAuditingBeanDefinitionParser
- mongoClient() - Method in class org.springframework.data.mongodb.config.AbstractMongoClientConfiguration
-
Return the
MongoClientinstance to connect to. - MongoClientEncryption - Class in org.springframework.data.mongodb.core.encryption
-
ClientEncryptionbasedEncryptionimplementation. - MongoClientFactoryBean - Class in org.springframework.data.mongodb.core
-
Convenient factory for configuring MongoDB.
- MongoClientFactoryBean() - Constructor for class org.springframework.data.mongodb.core.MongoClientFactoryBean
- MongoClientParser - Class in org.springframework.data.mongodb.config
-
Parser for
mongo-clientdefinitions. - MongoClientParser() - Constructor for class org.springframework.data.mongodb.config.MongoClientParser
- mongoClientSettings() - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
-
Return the
MongoClientSettingsused to create the actual MongoClient. - MongoClientSettingsFactoryBean - Class in org.springframework.data.mongodb.core
-
A factory bean for construction of a
MongoClientSettingsinstance to be used with a MongoDB driver. - MongoClientSettingsFactoryBean() - Constructor for class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- MongoClientVersion - Class in org.springframework.data.mongodb.util
-
MongoClientVersionholds information about the used mongo-java client and is used to distinguish between different versions. - MongoClientVersion() - Constructor for class org.springframework.data.mongodb.util.MongoClientVersion
- MongoCollectionUtils - Class in org.springframework.data.mongodb
-
Helper class featuring helper methods for working with MongoDb collections.
- MongoConfigurationSupport - Class in org.springframework.data.mongodb.config
-
Base class for Spring Data MongoDB to be extended for JavaConfiguration usage.
- MongoConfigurationSupport() - Constructor for class org.springframework.data.mongodb.config.MongoConfigurationSupport
- MongoConversionContext - Class in org.springframework.data.mongodb.core.convert
-
ValueConversionContextthat allows to delegate read/write to an underlyingMongoConverter. - MongoConversionContext(PropertyValueProvider, MongoPersistentProperty, MongoConverter) - Constructor for class org.springframework.data.mongodb.core.convert.MongoConversionContext
- MongoConversionContext(PropertyValueProvider, MongoPersistentProperty, MongoConverter, SpELContext) - Constructor for class org.springframework.data.mongodb.core.convert.MongoConversionContext
- MongoConversionContext(PropertyValueProvider, MongoPersistentProperty, MongoConverter, SpELContext, MongoConversionContext.OperatorContext) - Constructor for class org.springframework.data.mongodb.core.convert.MongoConversionContext
- MongoConversionContext(PropertyValueProvider, MongoPersistentProperty, MongoConverter, MongoConversionContext.OperatorContext) - Constructor for class org.springframework.data.mongodb.core.convert.MongoConversionContext
- MongoConversionContext.OperatorContext - Interface in org.springframework.data.mongodb.core.convert
-
The
MongoConversionContext.OperatorContextprovides access to the actual conversion intent like a write operation or a query operator such as $gte. - MongoConverter - Interface in org.springframework.data.mongodb.core.convert
-
Central Mongo specific converter interface which combines
MongoWriterandEntityReader. - MongoConverterConfigurationAdapter() - Constructor for class org.springframework.data.mongodb.core.convert.MongoCustomConversions.MongoConverterConfigurationAdapter
- MongoCredentialPropertyEditor - Class in org.springframework.data.mongodb.config
-
Parse a
Stringto a Collection ofMongoCredential. - MongoCredentialPropertyEditor() - Constructor for class org.springframework.data.mongodb.config.MongoCredentialPropertyEditor
- MongoCustomConversions - Class in org.springframework.data.mongodb.core.convert
-
Value object to capture custom conversion.
- MongoCustomConversions(List) - Constructor for class org.springframework.data.mongodb.core.convert.MongoCustomConversions
-
Create a new
MongoCustomConversionsinstance registering the given converters. - MongoCustomConversions(MongoCustomConversions.MongoConverterConfigurationAdapter) - Constructor for class org.springframework.data.mongodb.core.convert.MongoCustomConversions
-
Create a new
MongoCustomConversionsgivenMongoCustomConversions.MongoConverterConfigurationAdapter. - MongoCustomConversions.BigDecimalRepresentation - Enum Class in org.springframework.data.mongodb.core.convert
-
Strategy to represent
BigDecimalandBigIntegervalues in MongoDB. - MongoCustomConversions.MongoConverterConfigurationAdapter - Class in org.springframework.data.mongodb.core.convert
-
MongoCustomConversions.MongoConverterConfigurationAdapterencapsulates creation ofCustomConversions.ConverterConfigurationwith MongoDB specifics. - MongoDatabaseFactory - Interface in org.springframework.data.mongodb
-
Interface for factories creating
MongoDatabaseinstances. - MongoDatabaseFactoryReferenceLoader - Class in org.springframework.data.mongodb.core.convert
-
ReferenceLoaderimplementation using aMongoDatabaseFactoryto obtain rawdocumentsfor linked entities via aReferenceLoader.DocumentReferenceQuery. - MongoDatabaseFactoryReferenceLoader(MongoDatabaseFactory) - Constructor for class org.springframework.data.mongodb.core.convert.MongoDatabaseFactoryReferenceLoader
- MongoDatabaseFactorySupport<C> - Class in org.springframework.data.mongodb.core
-
Common base class for usage with both
MongoClientsdefining common properties such as database name and exception translator. - MongoDatabaseFactorySupport(C, String, boolean, PersistenceExceptionTranslator) - Constructor for class org.springframework.data.mongodb.core.MongoDatabaseFactorySupport
-
Create a new
MongoDatabaseFactorySupportobject givenmongoClient,databaseName,mongoInstanceCreatedandPersistenceExceptionTranslator. - MongoDatabaseUtils - Class in org.springframework.data.mongodb
-
Helper class for managing a
MongoDatabaseinstances viaMongoDatabaseFactory. - MongoDatabaseUtils() - Constructor for class org.springframework.data.mongodb.MongoDatabaseUtils
- MongoDataIntegrityViolationException - Exception Class in org.springframework.data.mongodb.core
-
Mongo-specific
DataIntegrityViolationException. - MongoDataIntegrityViolationException(String, WriteConcernResult, MongoActionOperation) - Constructor for exception class org.springframework.data.mongodb.core.MongoDataIntegrityViolationException
-
Creates a new
MongoDataIntegrityViolationExceptionusing the given message andWriteConcernResult. - MongoDbErrorCodes - Class in org.springframework.data.mongodb.util
-
MongoDbErrorCodesholds MongoDB specific error codes outlined in mongo/base/error_codes.yml. - MongoDbErrorCodes() - Constructor for class org.springframework.data.mongodb.util.MongoDbErrorCodes
- mongoDbFactory() - Method in class org.springframework.data.mongodb.config.AbstractMongoClientConfiguration
-
Creates a
SimpleMongoClientDatabaseFactoryto be used by theMongoTemplate. - MongoDbFactoryParser - Class in org.springframework.data.mongodb.config
- MongoDbFactoryParser() - Constructor for class org.springframework.data.mongodb.config.MongoDbFactoryParser
- mongodbSerializer() - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
- mongodbSerializer() - Method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
- MongoEncryptionConverter - Class in org.springframework.data.mongodb.core.convert.encryption
-
Default implementation of
EncryptingConverter. - MongoEncryptionConverter(Encryption, EncryptionKeyResolver) - Constructor for class org.springframework.data.mongodb.core.convert.encryption.MongoEncryptionConverter
- MongoEncryptionSettingsFactoryBean - Class in org.springframework.data.mongodb.core
- MongoEncryptionSettingsFactoryBean() - Constructor for class org.springframework.data.mongodb.core.MongoEncryptionSettingsFactoryBean
- MongoEntityInformation<T,
ID> - Interface in org.springframework.data.mongodb.repository.query -
Mongo specific
EntityInformation. - MongoEntityMetadata<T> - Interface in org.springframework.data.mongodb.repository.query
-
Extension of
EntityMetadatato additionally expose the collection name an entity shall be persisted to. - MongoExampleMapper - Class in org.springframework.data.mongodb.core.convert
-
Mapper from
Exampleto a queryDocument. - MongoExampleMapper(MongoConverter) - Constructor for class org.springframework.data.mongodb.core.convert.MongoExampleMapper
-
Create a new
MongoTypeMappergivenMongoConverter. - MongoExceptionTranslator - Class in org.springframework.data.mongodb.core
-
Simple
PersistenceExceptionTranslatorfor Mongo. - MongoExceptionTranslator() - Constructor for class org.springframework.data.mongodb.core.MongoExceptionTranslator
- MongoExpression - Interface in org.springframework.data.mongodb
-
Wrapper object for MongoDB expressions like
$toUpper : $namethat manifest asDocumentwhen passed on to the driver. - MongoField - Class in org.springframework.data.mongodb.core.mapping
-
Value Object for representing a field to read/write within a MongoDB
Document. - MongoField(FieldName, Class, int) - Constructor for class org.springframework.data.mongodb.core.mapping.MongoField
- MongoField(FieldName, FieldType, int) - Constructor for class org.springframework.data.mongodb.core.mapping.MongoField
- MongoField.MongoFieldBuilder - Class in org.springframework.data.mongodb.core.mapping
-
Builder for
MongoField. - MongoFieldBuilder() - Constructor for class org.springframework.data.mongodb.core.mapping.MongoField.MongoFieldBuilder
- MongoHandlerContext - Class in org.springframework.data.mongodb.observability
-
A
Observation.Contextthat contains MongoDB events. - MongoHandlerContext(ConnectionString, CommandStartedEvent, RequestContext) - Constructor for class org.springframework.data.mongodb.observability.MongoHandlerContext
- MongoHandlerObservationConvention - Interface in org.springframework.data.mongodb.observability
-
ObservationConventionforMongoHandlerContext. - MongoId - Annotation Interface in org.springframework.data.mongodb.core.mapping
- MongoJsonSchema - Interface in org.springframework.data.mongodb.core.schema
-
Interface defining MongoDB-specific JSON schema object.
- MongoJsonSchema.ConflictResolutionFunction - Interface in org.springframework.data.mongodb.core.schema
-
A resolution function that is called on conflicting paths when trying to merge properties with different values into a single value.
- MongoJsonSchema.ConflictResolutionFunction.Path - Interface in org.springframework.data.mongodb.core.schema
- MongoJsonSchema.ConflictResolutionFunction.Resolution - Interface in org.springframework.data.mongodb.core.schema
-
The result after processing a conflict when merging schemas.
- MongoJsonSchema.MongoJsonSchemaBuilder - Class in org.springframework.data.mongodb.core.schema
-
MongoJsonSchema.MongoJsonSchemaBuilderprovides a fluent API for defining aMongoJsonSchema. - MongoJsonSchemaCreator - Interface in org.springframework.data.mongodb.core
-
MongoJsonSchemaCreatorextracts theMongoJsonSchemafor a givenClassby applying the following mapping rules. - MongoJsonSchemaCreator.JsonSchemaPropertyContext - Interface in org.springframework.data.mongodb.core
-
The context in which a specific
MongoJsonSchemaCreator.JsonSchemaPropertyContext.getProperty()is encountered during schema creation. - MongoJsonSchemaCreator.PropertySpecifier - Interface in org.springframework.data.mongodb.core
- MongoJsonSchemaMapper - Class in org.springframework.data.mongodb.core.convert
-
JsonSchemaMapperimplementation using the conversion and mapping infrastructure for mapping fields to the provided domain type. - MongoJsonSchemaMapper(MongoConverter) - Constructor for class org.springframework.data.mongodb.core.convert.MongoJsonSchemaMapper
-
Create a new
MongoJsonSchemaMapperfacilitating the givenMongoConverter. - mongoManagedTypes() - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
- MongoManagedTypes - Class in org.springframework.data.mongodb
- mongoMappingContext(MongoCustomConversions, MongoManagedTypes) - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
-
Creates a
MongoMappingContextequipped with entity classes scanned from the mapping base package. - MongoMappingContext - Class in org.springframework.data.mongodb.core.mapping
-
Default implementation of a
MappingContextfor MongoDB usingBasicMongoPersistentEntityandBasicMongoPersistentPropertyas primary abstractions. - MongoMappingContext() - Constructor for class org.springframework.data.mongodb.core.mapping.MongoMappingContext
-
Creates a new
MongoMappingContext. - MongoMappingEvent<T> - Class in org.springframework.data.mongodb.core.mapping.event
-
Base
ApplicationEventtriggered by Spring Data MongoDB. - MongoMappingEvent(T, Document, String) - Constructor for class org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent
-
Creates new
MongoMappingEvent. - MongoMappingEventPublisher - Class in org.springframework.data.mongodb.core.index
-
An implementation of ApplicationEventPublisher that will only fire
MappingContextEvents for use by the index creator when MongoTemplate is used 'stand-alone', that is not declared inside a SpringApplicationContext. - MongoMappingEventPublisher(ApplicationListener) - Constructor for class org.springframework.data.mongodb.core.index.MongoMappingEventPublisher
-
Creates a new
MongoMappingEventPublisherfor the givenApplicationListener. - MongoMappingEventPublisher(MongoPersistentEntityIndexCreator) - Constructor for class org.springframework.data.mongodb.core.index.MongoMappingEventPublisher
-
Creates a new
MongoMappingEventPublisherfor the givenMongoPersistentEntityIndexCreator. - MongoNamespaceHandler - Class in org.springframework.data.mongodb.config
-
NamespaceHandlerfor Mongo DB configuration. - MongoNamespaceHandler() - Constructor for class org.springframework.data.mongodb.config.MongoNamespaceHandler
- MongoObservationCommandListener - Class in org.springframework.data.mongodb.observability
-
Implement MongoDB's
CommandListenerusing Micrometer'sObservationAPI. - MongoObservationCommandListener(ObservationRegistry) - Constructor for class org.springframework.data.mongodb.observability.MongoObservationCommandListener
-
Create a new
MongoObservationCommandListenerto recordObservations. - MongoObservationCommandListener(ObservationRegistry, ConnectionString) - Constructor for class org.springframework.data.mongodb.observability.MongoObservationCommandListener
-
Create a new
MongoObservationCommandListenerto recordObservations. - MongoObservationCommandListener(ObservationRegistry, ConnectionString, MongoHandlerObservationConvention) - Constructor for class org.springframework.data.mongodb.observability.MongoObservationCommandListener
-
Create a new
MongoObservationCommandListenerto recordObservations. - MongoOperations - Interface in org.springframework.data.mongodb.core
-
Interface that specifies a basic set of MongoDB operations.
- mongoOperator() - Method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation
- mongoOperator() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperation
- MongoParameterAccessor - Interface in org.springframework.data.mongodb.repository.query
-
Mongo-specific
ParameterAccessorexposing a maximum distance parameter. - MongoParameters - Class in org.springframework.data.mongodb.repository.query
-
Custom extension of
Parametersdiscovering additional - MongoParameters() - Constructor for class org.springframework.data.mongodb.repository.query.MongoParameters
- MongoParameters(ParametersSource) - Constructor for class org.springframework.data.mongodb.repository.query.MongoParameters
- MongoParameters(ParametersSource, boolean) - Constructor for class org.springframework.data.mongodb.repository.query.MongoParameters
- MongoParameters.MongoParameter - Class in org.springframework.data.mongodb.repository.query
- MongoParametersParameterAccessor - Class in org.springframework.data.mongodb.repository.query
-
Mongo-specific
ParametersParameterAccessorto allow access to theDistanceparameter. - MongoParametersParameterAccessor(MongoParameters, Object[]) - Constructor for class org.springframework.data.mongodb.repository.query.MongoParametersParameterAccessor
-
Creates a new
MongoParametersParameterAccessor. - MongoParametersParameterAccessor(MongoQueryMethod, Object[]) - Constructor for class org.springframework.data.mongodb.repository.query.MongoParametersParameterAccessor
-
Creates a new
MongoParametersParameterAccessor. - MongoPersistentEntity<T> - Interface in org.springframework.data.mongodb.core.mapping
-
MongoDB specific
PersistentEntityabstraction. - MongoPersistentEntityIndexCreator - Class in org.springframework.data.mongodb.core.index
-
Component that inspects
MongoPersistentEntityinstances contained in the givenMongoMappingContextfor indexing metadata and ensures the indexes to be available. - MongoPersistentEntityIndexCreator(MongoMappingContext, IndexOperationsProvider) - Constructor for class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator
-
Creates a new
MongoPersistentEntityIndexCreatorfor the givenMongoMappingContextandMongoDatabaseFactory. - MongoPersistentEntityIndexCreator(MongoMappingContext, IndexOperationsProvider, IndexResolver) - Constructor for class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator
-
Creates a new
MongoPersistentEntityIndexCreatorfor the givenMongoMappingContextandMongoDatabaseFactory. - MongoPersistentEntityIndexResolver - Class in org.springframework.data.mongodb.core.index
-
IndexResolverimplementation inspectingMongoPersistentEntityforMongoPersistentEntityto be indexed. - MongoPersistentEntityIndexResolver(MappingContext) - Constructor for class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver
-
Create new
MongoPersistentEntityIndexResolver. - MongoPersistentEntityIndexResolver.CyclicPropertyReferenceException - Exception Class in org.springframework.data.mongodb.core.index
- MongoPersistentEntityIndexResolver.IndexDefinitionHolder - Class in org.springframework.data.mongodb.core.index
-
Implementation of
IndexDefinitionholding additional (property)path information used for creating the index. - MongoPersistentProperty - Interface in org.springframework.data.mongodb.core.mapping
-
MongoDB specific
PersistentPropertyextension. - MongoPersistentProperty.PropertyToFieldNameConverter - Enum Class in org.springframework.data.mongodb.core.mapping
-
Simple
Converterimplementation to transform aMongoPersistentPropertyinto its field name. - MongoQueryCreator - Class in org.springframework.data.mongodb.repository.query
-
Custom query creator to create Mongo criterias.
- MongoQueryCreator(PartTree, MongoParameterAccessor, MappingContext) - Constructor for class org.springframework.data.mongodb.repository.query.MongoQueryCreator
-
Creates a new
MongoQueryCreatorfrom the givenPartTree,ConvertingParameterAccessorandMappingContext. - MongoQueryCreator(PartTree, MongoParameterAccessor, MappingContext, boolean, boolean) - Constructor for class org.springframework.data.mongodb.repository.query.MongoQueryCreator
-
Creates a new
MongoQueryCreatorfrom the givenPartTree,ConvertingParameterAccessorandMappingContext. - MongoQueryExecution - Interface in org.springframework.data.mongodb.repository.query
-
Set of classes to contain query execution strategies.
- MongoQueryExecution.DeleteExecution<T> - Class in org.springframework.data.mongodb.repository.query
-
MongoQueryExecutionremoving documents matching the query. - MongoQueryExecution.DeleteExecution.Type - Enum Class in org.springframework.data.mongodb.repository.query
- MongoQueryExecution.GeoNearExecution - Class in org.springframework.data.mongodb.repository.query
-
MongoQueryExecutionto execute geo-near queries. - MongoQueryExecution.PagedExecution<T> - Class in org.springframework.data.mongodb.repository.query
-
MongoQueryExecutionfor pagination queries. - MongoQueryExecution.PagingGeoNearExecution - Class in org.springframework.data.mongodb.repository.query
-
MongoQueryExecutionto execute geo-near queries with paging. - MongoQueryExecution.SlicedExecution<T> - Class in org.springframework.data.mongodb.repository.query
-
MongoQueryExecutionforSlicequery methods. - MongoQueryExecution.UpdateExecution - Class in org.springframework.data.mongodb.repository.query
-
MongoQueryExecutionupdating documents matching the query. - MongoQueryExecution.VectorSearchExecution - Class in org.springframework.data.mongodb.repository.query
-
MongoQueryExecutionto execute vector search. - MongoQueryMethod - Class in org.springframework.data.mongodb.repository.query
-
Mongo specific implementation of
QueryMethod. - MongoQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext) - Constructor for class org.springframework.data.mongodb.repository.query.MongoQueryMethod
-
Creates a new
MongoQueryMethodfrom the givenMethod. - MongoRegexCreator - Enum Class in org.springframework.data.mongodb.core.query
- MongoRegexCreator.MatchMode - Enum Class in org.springframework.data.mongodb.core.query
-
Match modes for treatment of
Stringvalues. - MongoRepository<T,
ID> - Interface in org.springframework.data.mongodb.repository -
Mongo specific
Repositoryinterface. - MongoRepositoryBean<T> - Class in org.springframework.data.mongodb.repository.cdi
-
CdiRepositoryBeanto create Mongo repository instances. - MongoRepositoryBean(Bean, Set, Class, BeanManager, Optional) - Constructor for class org.springframework.data.mongodb.repository.cdi.MongoRepositoryBean
-
Creates a new
MongoRepositoryBean. - MongoRepositoryConfigNamespaceHandler - Class in org.springframework.data.mongodb.repository.config
-
NamespaceHandlerto register repository configuration. - MongoRepositoryConfigNamespaceHandler() - Constructor for class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigNamespaceHandler
- MongoRepositoryConfigurationExtension - Class in org.springframework.data.mongodb.repository.config
-
RepositoryConfigurationExtensionfor MongoDB. - MongoRepositoryConfigurationExtension() - Constructor for class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigurationExtension
- MongoRepositoryContributor - Class in org.springframework.data.mongodb.repository.aot
-
MongoDB specific
RepositoryContributor. - MongoRepositoryContributor(AotRepositoryContext) - Constructor for class org.springframework.data.mongodb.repository.aot.MongoRepositoryContributor
- MongoRepositoryExtension - Class in org.springframework.data.mongodb.repository.cdi
-
CDI extension to export Mongo repositories.
- MongoRepositoryExtension() - Constructor for class org.springframework.data.mongodb.repository.cdi.MongoRepositoryExtension
- MongoRepositoryFactory - Class in org.springframework.data.mongodb.repository.support
-
Factory to create
MongoRepositoryinstances. - MongoRepositoryFactory(MongoOperations) - Constructor for class org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
-
Creates a new
MongoRepositoryFactorywith the givenMongoOperations. - MongoRepositoryFactoryBean<T,
S, - Class in org.springframework.data.mongodb.repository.supportID> -
FactoryBeanto createMongoRepositoryinstances. - MongoRepositoryFactoryBean(Class) - Constructor for class org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean
-
Creates a new
MongoRepositoryFactoryBeanfor the given repository interface. - MongoRepositoryFragmentsContributor - Interface in org.springframework.data.mongodb.repository.support
-
MongoDB-specific
RepositoryFragmentsContributorcontributing fragments based on the repository. - MongoServerApiFactoryBean - Class in org.springframework.data.mongodb.core
- MongoServerApiFactoryBean() - Constructor for class org.springframework.data.mongodb.core.MongoServerApiFactoryBean
- MongoSessionProvider - Interface in org.springframework.data.mongodb
-
A simple interface for obtaining a
ClientSessionto be consumed byMongoOperationsand MongoDB native operations that support causal consistency and transactions. - MongoSimpleTypes - Class in org.springframework.data.mongodb.core.mapping
-
Simple constant holder for a
SimpleTypeHolderenriched with Mongo specific simple types. - mongoTemplate(MongoDatabaseFactory, MappingMongoConverter) - Method in class org.springframework.data.mongodb.config.AbstractMongoClientConfiguration
-
Creates a
MongoTemplate. - MongoTemplate - Class in org.springframework.data.mongodb.core
-
Primary implementation of
MongoOperations. - MongoTemplate(MongoClient, String) - Constructor for class org.springframework.data.mongodb.core.MongoTemplate
-
Constructor used for a basic template configuration.
- MongoTemplate(MongoDatabaseFactory) - Constructor for class org.springframework.data.mongodb.core.MongoTemplate
-
Constructor used for a basic template configuration.
- MongoTemplate(MongoDatabaseFactory, MongoConverter) - Constructor for class org.springframework.data.mongodb.core.MongoTemplate
-
Constructor used for a basic template configuration.
- MongoTemplate.DocumentCallback<T> - Interface in org.springframework.data.mongodb.core
-
Simple internal callback to allow operations on a
Document. - mongoTemplateRef() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Configures the name of the
MongoTemplatebean to be used with the repositories detected. - MongoTransactionException - Exception Class in org.springframework.data.mongodb
-
A specific
ClientSessionExceptionrelated to issues with a transaction such as aborted or non existing transactions. - MongoTransactionException(String, Throwable) - Constructor for exception class org.springframework.data.mongodb.MongoTransactionException
-
Constructor for
ClientSessionException. - MongoTransactionException(String) - Constructor for exception class org.springframework.data.mongodb.MongoTransactionException
-
Constructor for
MongoTransactionException. - MongoTransactionManager - Class in org.springframework.data.mongodb
-
A
PlatformTransactionManagerimplementation that managesClientSessionbased transactions for a singleMongoDatabaseFactory. - MongoTransactionManager() - Constructor for class org.springframework.data.mongodb.MongoTransactionManager
-
Create a new
MongoTransactionManagerfor bean-style usage. - MongoTransactionManager(MongoDatabaseFactory) - Constructor for class org.springframework.data.mongodb.MongoTransactionManager
-
Create a new
MongoTransactionManagerobtaining sessions from the givenMongoDatabaseFactory. - MongoTransactionManager(MongoDatabaseFactory, TransactionOptions) - Constructor for class org.springframework.data.mongodb.MongoTransactionManager
-
Create a new
MongoTransactionManagerobtaining sessions from the givenMongoDatabaseFactoryapplying the givenoptions, if present, when starting a new transaction. - MongoTransactionManager(MongoDatabaseFactory, MongoTransactionOptionsResolver, MongoTransactionOptions) - Constructor for class org.springframework.data.mongodb.MongoTransactionManager
-
Create a new
MongoTransactionManagerobtaining sessions from the givenMongoDatabaseFactoryapplying the givenoptions, if present, when starting a new transaction. - MongoTransactionManager.MongoTransactionObject - Class in org.springframework.data.mongodb
-
MongoDB specific transaction object, representing a
MongoResourceHolder. - MongoTransactionOptions - Interface in org.springframework.data.mongodb
-
Options to be applied within a specific transaction scope.
- MongoTransactionOptionsResolver - Interface in org.springframework.data.mongodb
-
A
TransactionOptionResolverreading MongoDB specifictransaction optionsfrom aTransactionDefinition. - MongoTypeMapper - Interface in org.springframework.data.mongodb.core.convert
-
Mongo-specific
TypeMapperexposing thatDocuments might contain a type key. - MongoValueConverter<S,
T> - Interface in org.springframework.data.mongodb.core.convert -
MongoDB-specific
PropertyValueConverterextension. - MongoVector - Class in org.springframework.data.mongodb.core.mapping
-
MongoDB-specific extension to
Vectorbased on Mongo'sBinaryVector. - MongoWriter<T> - Interface in org.springframework.data.mongodb.core.convert
-
A MongoWriter is responsible for converting an object of type T to the native MongoDB representation Document.
- month() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the month of a date as a number between 1 and 12. - month(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
-
Set the month to the given value which must resolve to a calendar month in range
1 - 12. - month(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
-
Creates new
DateOperators.Month. - MONTH - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnits
- MONTH - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnits
- monthOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
-
Set the month to the value resolved by following the given
field reference. - monthOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
-
Creates new
DateOperators.Month. - monthOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
-
Set the month to the result of the given
expression. - monthOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
-
Creates new
DateOperators.Month. - multipleOf(Number) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- multipleOf(Number) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
-
Set the value a valid field value must be the multiple of.
- multiply(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$multiplyexpression that multiplies the given number with the previously mentioned field. - multiply(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$multiplyexpression that multiplies the value of the given field with the previously mentioned field. - multiply(String, Number) - Method in class org.springframework.data.mongodb.core.query.Update
-
Multiply the value of given key by the given number.
- multiply(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$multiplyexpression that multiplies the previously with the result of theAggregationExpression. mentioned field. - multiplyBy(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat multiplies the associated number with another. - multiplyBy(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
-
Multiply by the given value.
- multiplyBy(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat multiplies the associated number with another. - multiplyBy(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
-
Multiply by the value stored at the given field.
- multiplyBy(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat multiplies the associated number with another. - multiplyBy(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
-
Multiply by the evaluated value of the given
AggregationExpression.
N
- n(int) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
-
Define the number of historical documents with significant mathematical weight.
- name - Variable in class org.springframework.data.mongodb.core.convert.QueryMapper.Field
- name() - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.TemporalUnit
- name() - Method in interface org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnit
- name() - Method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnit
- name() - Element in annotation interface org.springframework.data.mongodb.core.index.CompoundIndex
-
Index name of the index to be created either as plain value or as
template expression. - name() - Element in annotation interface org.springframework.data.mongodb.core.index.GeoSpatialIndexed
-
Index name either as plain value or as
template expression. - name() - Element in annotation interface org.springframework.data.mongodb.core.index.Indexed
-
Index name either as plain value or as
template expression. - name() - Element in annotation interface org.springframework.data.mongodb.core.index.WildcardIndexed
-
Index name either as plain value or as
template expression. - name() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Field
-
The key to be used to store the field inside the document.
- name() - Method in record class org.springframework.data.mongodb.core.mapping.FieldName
-
Returns the value of the
namerecord component. - name() - Method in interface org.springframework.data.mongodb.core.timeseries.GranularityDefinition
- name(String) - Static method in record class org.springframework.data.mongodb.core.mapping.FieldName
-
Create a new
FieldNamethat treats the given value as is. - name(String) - Method in class org.springframework.data.mongodb.core.mapping.MongoField.MongoFieldBuilder
-
Configure the field name as key.
- named(String) - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
- named(String) - Method in class org.springframework.data.mongodb.core.index.Index
- named(String) - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexDefinitionBuilder
-
Define the name to be used when creating the index in the store.
- named(String) - Method in class org.springframework.data.mongodb.core.index.WildcardIndex
-
Set the index name to use.
- named(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Obtain a builder to create a
JsonSchemaProperty. - NamedMongoScript - Class in org.springframework.data.mongodb.core.script
-
Deprecated.since 2.2. The
evalcommand has been removed without replacement in MongoDB Server 4.2.0. - NamedMongoScript(String, String) - Constructor for class org.springframework.data.mongodb.core.script.NamedMongoScript
-
Deprecated.Creates new
NamedMongoScriptthat can be saved to theMongoDatabaseinstance. - NamedMongoScript(String, ExecutableMongoScript) - Constructor for class org.springframework.data.mongodb.core.script.NamedMongoScript
-
Deprecated.Creates new
NamedMongoScript. - namedQueriesLocation() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Configures the location of where to find the Spring Data named queries properties file.
- namedQueriesLocation() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Configures the location of where to find the Spring Data named queries properties file.
- nameGenerator() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Configure a specific
BeanNameGeneratorto be used when creating the repository beans. - nameGenerator() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Configure a specific
BeanNameGeneratorto be used when creating the repository beans. - nameType() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Field
-
The used
typehas impact on how a givenField.name()is treated if it contains dot (.) characters. - ne(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $ne operator.
- ne(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$neexpression (not equal) that compares the value of the field to a given value or field. - near(double, double) - Static method in class org.springframework.data.mongodb.core.query.NearQuery
-
Creates a new
NearQuerystarting near the given coordinates. - near(double, double, Metric) - Static method in class org.springframework.data.mongodb.core.query.NearQuery
- near(Point) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a geospatial criterion using a $near operation.
- near(Point) - Static method in class org.springframework.data.mongodb.core.query.NearQuery
- near(Point, Metric) - Static method in class org.springframework.data.mongodb.core.query.NearQuery
- near(NearQuery) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithQuery
-
Set the filter query for the geoNear execution.
- near(NearQuery) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.FindWithQuery
-
Set the filter query for the geoNear execution.
- Near - Annotation Interface in org.springframework.data.mongodb.repository
-
Annotation to be used for disambiguating method parameters that shall be used to trigger geo near queries.
- NearQuery - Class in org.springframework.data.mongodb.core.query
-
Builder class to build near-queries.
- nearSphere(Point) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a geospatial criterion using a $nearSphere operation.
- negate() - Method in class org.springframework.data.mongodb.core.query.Term
-
Negates the term.
- negateRaw(String) - Method in class org.springframework.data.mongodb.core.query.Term
- nested(Fields) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Defines a nested field binding for the current field.
- NEVER - Enum constant in enum class org.springframework.data.mongodb.SessionSynchronization
-
Do not participate in ongoing transactions.
- newAggregation(Class, List) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
TypedAggregationfor the given type andAggregationOperations. - newAggregation(Class, AggregationOperation...) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
TypedAggregationfor the given type andAggregationOperations. - newAggregation(List) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
Aggregationfrom the givenAggregationOperations. - newAggregation(AggregationOperation...) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
Aggregationfrom the givenAggregationOperations. - newAggregationOptions() - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Returns a new
AggregationOptions.Builder. - newBucketOperation(BucketOperationSupport.Outputs) - Method in class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation
- newBucketOperation(BucketOperationSupport.Outputs) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperation
- newBucketOperation(BucketOperationSupport.Outputs) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
-
Implementation hook to create a new bucket operation.
- newBuilder() - Static method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Cond
-
Get a builder that allows fluent creation of
ConditionalOperators.Cond. - newBuilder() - Static method in class org.springframework.data.mongodb.core.aggregation.LookupOperation.LookupOperationBuilder
-
Creates new builder for
LookupOperation. - newBuilder() - Static method in class org.springframework.data.mongodb.core.aggregation.UnwindOperation.UnwindOperationBuilder
-
Creates new builder for
UnwindOperation. - newInstance() - Static method in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
-
Create a new instance of
UntypedJsonSchemaObject. - newLookup() - Static method in class org.springframework.data.mongodb.core.aggregation.LookupOperation
-
Get a builder that allows creation of
LookupOperation. - newUnwind() - Static method in class org.springframework.data.mongodb.core.aggregation.UnwindOperation
-
Get a builder that allows creation of
LookupOperation. - newUpdate(AggregationOperation...) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
AggregationUpdatefrom the givenAggregationOperations. - newVariable(String) - Static method in class org.springframework.data.mongodb.core.aggregation.VariableOperators.Let.ExpressionVariable
-
Create a new
VariableOperators.Let.ExpressionVariablewith given name. - nextConverted(MongoPersistentProperty) - Method in interface org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor.PotentiallyConvertingIterator
-
Returns the next element which has already been converted.
- nil() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Create a new
JsonSchemaObjectoftype : 'null'. - nil(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.BooleanJsonSchemaPropertywith given identifier oftype : 'null'. - nin(Object...) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $nin operator.
- nin(Collection) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $nin operator.
- nin(Criteria, Part, Object) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryCreator
- NO - Enum constant in enum class org.springframework.data.mongodb.core.index.IndexOptions.Unique
- NO_OP_PREPARER - Static variable in interface org.springframework.data.mongodb.core.CursorPreparer
-
Default
CursorPreparerjust passing on the givenFindIterable. - NO_OP_PREPARER - Static variable in interface org.springframework.data.mongodb.core.FindPublisherPreparer
-
Default
FindPublisherPreparerjust passing on the givenFindPublisher. - NO_OP_REF_RESOLVER - Static variable in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- NO_TIMEOUT - Enum constant in enum class org.springframework.data.mongodb.core.query.Meta.CursorOption
-
Prevents the server from timing out idle cursors.
- noArrayIndex() - Method in interface org.springframework.data.mongodb.core.aggregation.UnwindOperation.IndexBuilder
-
Do not expose the array index.
- noArrayIndex() - Method in class org.springframework.data.mongodb.core.aggregation.UnwindOperation.UnwindOperationBuilder
- noCursorTimeout() - Method in class org.springframework.data.mongodb.core.query.Query
- noMapping() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Apply no domain type mapping at all taking the pipeline as-is.
- NON_NULL - Enum constant in enum class org.springframework.data.mongodb.core.mapping.Field.Write
-
Value that indicates that only properties with non-null values are to be included.
- none() - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Timezone
-
Return an empty
DateOperators.Timezone. - none() - Static method in class org.springframework.data.mongodb.core.CollectionOptions.EncryptedFieldsOptions
- none() - Static method in class org.springframework.data.mongodb.core.CollectionOptions.ValidationOptions
-
Create an empty
CollectionOptions.ValidationOptions. - none() - Static method in class org.springframework.data.mongodb.core.convert.LazyLoadingProxyFactory.LazyLoadingInterceptor
- none() - Static method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions.QueryableEncryptionOptions
-
Create an empty
EncryptionOptions.QueryableEncryptionOptions. - none() - Static method in class org.springframework.data.mongodb.core.FindAndModifyOptions
-
Static factory method returning an unmodifiable
FindAndModifyOptionsinstance. - none() - Static method in class org.springframework.data.mongodb.core.FindAndReplaceOptions
-
Static factory method returning an unmodifiable
FindAndReplaceOptionsinstance. - none() - Static method in class org.springframework.data.mongodb.core.index.IndexOptions
- none() - Static method in class org.springframework.data.mongodb.core.mapping.ShardKey
-
ShardKeyindicating no shard key has been defined. - none() - Static method in interface org.springframework.data.mongodb.core.messaging.SubscriptionRequest.RequestOptions
-
Create empty options.
- none() - Static method in class org.springframework.data.mongodb.core.ReplaceOptions
-
Static factory method returning an unmodifiable
ReplaceOptionsinstance. - none() - Static method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics
- none() - Static method in class org.springframework.data.mongodb.gridfs.GridFsObject.Options
-
Static factory to create empty options.
- NONE - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.AggregationOptions.DomainTypeMapping
-
Do not attempt to map fields against the model and treat the entire pipeline as-is.
- NONE - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnits
- NONE - Enum constant in enum class org.springframework.data.mongodb.core.index.VectorIndex.Quantization
- NONE - Enum constant in enum class org.springframework.data.mongodb.core.WriteResultChecking
- NONE - Static variable in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
-
Deprecated.
- NONE - Static variable in interface org.springframework.data.mongodb.MongoTransactionOptions
-
Value Object representing empty options enforcing client defaults.
- nonIgnorable() - Static method in class org.springframework.data.mongodb.core.query.Collation.Alternate
-
Consider Whitespace and punctuation as base characters.
- nonSynthetic(Fields) - Static method in class org.springframework.data.mongodb.core.aggregation.ExposedFields
-
Creates non-synthetic
ExposedFieldsfrom the givenFields. - NoOpDbRefResolver - Enum Class in org.springframework.data.mongodb.core.convert
-
No-Operation
DBRefresolver throwingUnsupportedOperationExceptionwhen attempting to resolve database references. - normalization(boolean) - Method in class org.springframework.data.mongodb.core.query.Collation
-
Set the flag that determines whether to check if text require normalization and to perform normalization.
- normalizationDisabled() - Method in class org.springframework.data.mongodb.core.query.Collation
-
Disable text normalization.
- normalizationEnabled() - Method in class org.springframework.data.mongodb.core.query.Collation
-
Enable text normalization.
- norOperator(Collection) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criteria using the
$noroperator for all of the provided criteria. - norOperator(Criteria...) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criteria using the
$noroperator for all of the provided criteria. - not() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.BooleanOperatorFactory
-
Creates new
AggregationExpressionthat evaluates a boolean and returns the opposite boolean value. - not() - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $not meta operator which affects the clause directly following
- not(String) - Static method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators
-
Creates new
AggregationExpressionthat evaluates the boolean value of the referenced field and returns the opposite boolean value. - not(String) - Static method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
-
Creates new
BooleanOperators.Notthat evaluates the boolean value of the referenced field and returns the opposite boolean value. - not(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators
-
Creates new
AggregationExpressionthat evaluates the boolean value ofAggregationExpressionresult and returns the opposite boolean value. - not(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
-
Creates new
BooleanOperators.Notthat evaluates the resulting boolean value of the givenAggregationExpressionand returns the opposite boolean value. - notEqualTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the values are not equivalent. - notEqualTo(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
-
Creates new
ComparisonOperators.Newith all previously added arguments appending the given one. - notEqualTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the values are not equivalent. - notEqualTo(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
-
Creates new
ComparisonOperators.Newith all previously added arguments appending the given one. - notEqualToValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.ComparisonOperatorFactory
-
Creates new
AggregationExpressionthat compares two values and returns true when the values are not equivalent. - notEqualToValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
-
Creates new
ComparisonOperators.Eqwith all previously added arguments appending the given one. - notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
- notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
- notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.BooleanJsonSchemaObject
- notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
-
The field value must not match the specified schemas.
- notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
- notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
- notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
- notMatch(JsonSchemaObject) - Method in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
-
The field value must not match the specified schemas.
- notMatching(String) - Method in class org.springframework.data.mongodb.core.query.TextCriteria
- notMatchingAny(String...) - Method in class org.springframework.data.mongodb.core.query.TextCriteria
- notMatchingPhrase(String) - Method in class org.springframework.data.mongodb.core.query.TextCriteria
-
Given value will treated as a single phrase.
- NotOperatorNode - Class in org.springframework.data.mongodb.core.spel
- NotOperatorNode(OperatorNot, ExpressionState) - Constructor for class org.springframework.data.mongodb.core.spel.NotOperatorNode
- NOW - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
-
Variable for the current datetime.
- NULL - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- nullType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- number() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Create a new
JsonSchemaObjectoftype : 'number'. - number(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.NumericJsonSchemaPropertywith given identifier oftype : 'number'. - NUMBER - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- numberType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- numCandidates() - Element in annotation interface org.springframework.data.mongodb.repository.VectorSearch
-
Number of nearest neighbors to use during the search.
- numCandidates(int) - Method in class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation
-
Number of nearest neighbors to use during the search.
- NumericJsonSchemaProperty(String, TypedJsonSchemaObject.NumericJsonSchemaObject) - Constructor for class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- numericOrdering(boolean) - Method in class org.springframework.data.mongodb.core.query.Collation
-
Set the flag that determines whether to compare numeric strings as numbers or as strings.
- numericOrderingDisabled() - Method in class org.springframework.data.mongodb.core.query.Collation
-
Treat numeric strings as string for comparison.
- numericOrderingEnabled() - Method in class org.springframework.data.mongodb.core.query.Collation
-
Treat numeric strings as numbers for comparison.
O
- object() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Create a new
JsonSchemaObjectoftype : 'object'. - object(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.ObjectJsonSchemaPropertywith given identifier oftype : 'object'. - OBJECT - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- OBJECT_ID - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- OBJECT_ID - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- objectId(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
JsonSchemaPropertywith given identifier ofbsonType : 'objectId'. - objectIdType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- ObjectJsonSchemaObject() - Constructor for class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
- ObjectOperatorFactory(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectOperatorFactory
-
Creates new
ObjectOperators.ObjectOperatorFactoryfor given value. - ObjectOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway for object expression operators.
- ObjectOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.ObjectOperators
- ObjectOperators.GetField - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$getField. - ObjectOperators.MergeObjects - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$mergeObjectsthat combines multiple documents into a single document. - ObjectOperators.ObjectOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- ObjectOperators.ObjectToArray - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$objectToArraythat converts a document to an array ofdocumentsthat each contains two fields k and v. - ObjectOperators.SetField - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$setField. - ObjectPath - Class in org.springframework.data.mongodb.core.convert
-
A path of objects nested into each other.
- objectType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- of(TransactionOptions) - Static method in interface org.springframework.data.mongodb.MongoTransactionOptions
-
Factory method to wrap given MongoDB driver native
TransactionOptionsintoMongoTransactionOptions. - of(Boolean) - Static method in enum class org.springframework.data.mongodb.core.query.DiskUse
-
Obtain the
DiskUsecorresponding to the given Boolean flag. - of(Class) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Create a new
JsonSchemaObjectmatching the giventype. - of(String) - Static method in enum class org.springframework.data.mongodb.core.query.DiskUse
-
Obtain the
DiskUsereferred to by the given value. - of(String) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
-
Creates new
aggregation expressionthat takes the value pointed to by givenfield reference. - of(String) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
-
Define the field to serve as source.
- of(String) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
-
Define the field to serve as source.
- of(String) - Static method in class org.springframework.data.mongodb.core.query.Collation.CollationLocale
-
Create new
Collation.CollationLocalefor given language. - of(String) - Static method in class org.springframework.data.mongodb.core.query.Collation
-
Create new
Collationwith locale set to the given ICU language. - of(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
-
Create a
JsonSchemaObject.Typewith its defaultrepresentationvia the name. - of(String, String) - Static method in interface org.springframework.data.mongodb.core.messaging.SubscriptionRequest.RequestOptions
-
Create options with the provided database and collection.
- of(Duration) - Static method in interface org.springframework.data.mongodb.core.timeseries.Span
- of(List) - Static method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics
-
Create new
QueryCharacteristicsfrom given list ofcharacteristics. - of(Locale) - Static method in class org.springframework.data.mongodb.core.query.Collation
- of(BinaryVector) - Static method in class org.springframework.data.mongodb.core.mapping.MongoVector
-
Creates a new binary
MongoVectorusing the givenBinaryVector. - of(Document) - Static method in class org.springframework.data.mongodb.core.index.PartialIndexFilter
-
Create new
PartialIndexFilterfor givenfilter expression. - of(Document) - Static method in class org.springframework.data.mongodb.core.index.SearchIndexInfo
-
Create an index from its BSON
Documentrepresentation into aSearchIndexInfo. - of(Document) - Static method in class org.springframework.data.mongodb.core.MappedDocument
- of(Document) - Static method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema
-
Create a new
MongoJsonSchemafor a given rootDocumentcontaining the schema definition. - of(FindAndModifyOptions) - Static method in class org.springframework.data.mongodb.core.FindAndModifyOptions
-
Create new
FindAndModifyOptionsbased on option of given source. - of(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
-
Creates new
aggregation expressionthat takes the value pointed to by givenAggregationExpression. - of(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
-
Define the expression building the value to serve as source.
- of(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
-
Define the expression building the value to serve as source.
- of(AggregationOperation...) - Static method in class org.springframework.data.mongodb.core.aggregation.AggregationPipeline
- of(VectorSearchOperation.QueryPath) - Static method in class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.QueryPaths
-
Factory method to create
VectorSearchOperation.QueryPathsfrom a singleVectorSearchOperation.QueryPath. - of(SubscriptionRequest.RequestOptions) - Static method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestOptions
- of(SubscriptionRequest.RequestOptions) - Static method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest.TailableCursorRequestOptions
- of(Collation.CollationLocale) - Static method in class org.springframework.data.mongodb.core.query.Collation
-
Create new
Collationwith locale set to the givenCollation.CollationLocale. - of(CriteriaDefinition) - Static method in class org.springframework.data.mongodb.core.index.PartialIndexFilter
-
Create new
PartialIndexFilterfor givenfilter expression. - of(Query) - Static method in class org.springframework.data.mongodb.core.query.Query
-
Create an independent copy of the given
Query. - of(JsonSchemaObject) - Static method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema
-
Create a new
MongoJsonSchemafor a given root object. - of(JsonSchemaObject.Type) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Create a new
JsonSchemaObjectof givenJsonSchemaObject.Type. - of(JsonSchemaObject.Type...) - Static method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
-
Creates new
TypedJsonSchemaObjectof given types. - of(QueryCharacteristic...) - Static method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics
-
Create new
QueryCharacteristicsfrom givencharacteristics. - ofExpression(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Timezone
-
Create a
DateOperators.Timezonefor theAggregationExpressionresulting in the Olson Timezone Identifier or UTC Offset. - off() - Static method in class org.springframework.data.mongodb.core.query.Collation.CaseFirst
-
Use the default.
- ofField(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Timezone
-
Create a
DateOperators.Timezonefor theFieldreference holding the Olson Timezone Identifier or UTC Offset. - ofFloat(float...) - Static method in class org.springframework.data.mongodb.core.mapping.MongoVector
-
Creates a new binary
MongoVectorusing the givendata. - offset(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
-
Slice using offset and count.
- offset(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
-
Slice using offset and count.
- ofIdFields(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.UniqueMergeId
- ofInt8(byte[]) - Static method in class org.springframework.data.mongodb.core.mapping.MongoVector
-
Creates a new binary
MongoVectorusing the givendata. - ofType(Class) - Method in class org.springframework.data.mongodb.core.schema.JsonSchemaProperty.JsonSchemaPropertyBuilder
-
Configure the
JsonSchemaObject.Typefor the property by deriving it from the giventype. - ofType(JsonSchemaObject.Type) - Method in class org.springframework.data.mongodb.core.schema.JsonSchemaProperty.JsonSchemaPropertyBuilder
-
Configure a
JsonSchemaObject.Typefor the property. - ofValue(String, Object) - Static method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema.ConflictResolutionFunction.Resolution
-
Construct a resolution from a
keyandvalue. - ofValue(MongoJsonSchema.ConflictResolutionFunction.Path, Object) - Static method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema.ConflictResolutionFunction.Resolution
-
Construct a resolution for a
MongoJsonSchema.ConflictResolutionFunction.Pathusing the givenvalue. - on(String...) - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.MergeOperationBuilder
-
Appends a single field or multiple fields that act as a unique identifier for a document.
- on(String, Sort.Direction) - Method in class org.springframework.data.mongodb.core.index.Index
- ON_ACTUAL_TRANSACTION - Enum constant in enum class org.springframework.data.mongodb.SessionSynchronization
-
Synchronize with native MongoDB transactions initiated via
MongoTransactionManager. - onAfterConvert(AfterConvertEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
-
Captures
AfterConvertEvent. - onAfterConvert(AfterConvertEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
- onAfterConvert(T, Document, String) - Method in interface org.springframework.data.mongodb.core.mapping.event.AfterConvertCallback
-
Entity callback method invoked after a domain object is materialized from a
Document. - onAfterConvert(T, Document, String) - Method in interface org.springframework.data.mongodb.core.mapping.event.ReactiveAfterConvertCallback
-
Entity callback method invoked after a domain object is materialized from a
Document. - onAfterDelete(AfterDeleteEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
-
Captures
AfterDeleteEvent. - onAfterDelete(AfterDeleteEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
- onAfterLoad(AfterLoadEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
-
Captures
AfterLoadEvent. - onAfterLoad(AfterLoadEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
- onAfterSave(AfterSaveEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
-
Captures
AfterSaveEvent. - onAfterSave(AfterSaveEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
- onAfterSave(T, Document, String) - Method in interface org.springframework.data.mongodb.core.mapping.event.AfterSaveCallback
-
Entity callback method invoked after a domain object is saved.
- onAfterSave(T, Document, String) - Method in interface org.springframework.data.mongodb.core.mapping.event.ReactiveAfterSaveCallback
-
Entity callback method invoked after a domain object is saved.
- onAllFields() - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexDefinitionBuilder
-
Define the index to span all fields using wildcard.
- onApplicationEvent(MappingContextEvent) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator
- onApplicationEvent(MongoMappingEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
- onBeforeConvert(Object, String) - Method in class org.springframework.data.mongodb.core.mapping.event.AuditingEntityCallback
- onBeforeConvert(Object, String) - Method in class org.springframework.data.mongodb.core.mapping.event.ReactiveAuditingEntityCallback
- onBeforeConvert(BeforeConvertEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
-
Captures
BeforeConvertEvent. - onBeforeConvert(BeforeConvertEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
- onBeforeConvert(T, String) - Method in interface org.springframework.data.mongodb.core.mapping.event.BeforeConvertCallback
-
Entity callback method invoked before a domain object is converted to be persisted.
- onBeforeConvert(T, String) - Method in interface org.springframework.data.mongodb.core.mapping.event.ReactiveBeforeConvertCallback
-
Entity callback method invoked before a domain object is converted to be persisted.
- onBeforeDelete(BeforeDeleteEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
-
Capture
BeforeDeleteEvent. - onBeforeDelete(BeforeDeleteEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
- onBeforeSave(Object, Document, String) - Method in class org.springframework.data.mongodb.core.mapping.event.ReactiveValidatingEntityCallback
- onBeforeSave(Object, Document, String) - Method in class org.springframework.data.mongodb.core.mapping.event.ValidatingEntityCallback
- onBeforeSave(BeforeSaveEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
-
Captures
BeforeSaveEvent. - onBeforeSave(BeforeSaveEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
- onBeforeSave(BeforeSaveEvent) - Method in class org.springframework.data.mongodb.core.mapping.event.ValidatingMongoEventListener
-
Deprecated.
- onBeforeSave(T, Document, String) - Method in interface org.springframework.data.mongodb.core.mapping.event.BeforeSaveCallback
-
Entity callback method invoked before a domain object is saved.
- onBeforeSave(T, Document, String) - Method in interface org.springframework.data.mongodb.core.mapping.event.ReactiveBeforeSaveCallback
-
Entity callback method invoked before a domain object is saved.
- one() - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingResults
-
Get exactly zero or one result.
- one() - Method in interface org.springframework.data.mongodb.core.ExecutableRemoveOperation.TerminatingRemove
-
Remove the first matching document.
- one() - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingResults
-
Get exactly zero or one result.
- one(T) - Method in interface org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingInsert
-
Insert exactly one object.
- one(T) - Method in interface org.springframework.data.mongodb.core.ReactiveInsertOperation.TerminatingInsert
-
Insert exactly one object.
- onEmpty() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Unwrapped
-
Set the load strategy for the unwrapped object if all contained fields yield null values.
- oneOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- oneOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- oneOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- oneOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- oneOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
- oneOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
- oneOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.BooleanJsonSchemaObject
- oneOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
- oneOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
- oneOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
-
The field value must match exactly one of the specified schemas.
- oneOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
- oneOf(Collection) - Method in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
-
The field value must match exactly one of the specified schemas.
- oneOf(Set) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- oneOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- oneOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- oneOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- oneOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- oneOf(JsonSchemaObject...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
- onErrorReturn(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Optionally specify the value to return on encountering an error during conversion.
- onErrorReturnValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Optionally specify the field holding the value to return on encountering an error during conversion.
- onErrorReturnValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Optionally specify the expression to evaluate and return on encountering an error during conversion.
- oneValue() - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingResults
-
Get exactly zero or one result.
- onField(String) - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexDefinitionBuilder
-
Include given field with default weight.
- onField(String, Float) - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexDefinitionBuilder
-
Include given field with weight.
- onFields(String...) - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexDefinitionBuilder
-
Include given fields with default weight.
- onMessage(Message) - Method in interface org.springframework.data.mongodb.core.messaging.MessageListener
-
Callback invoked on receiving
Message. - onNullReturn(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Optionally specify the value to return when the input is null or missing.
- onNullReturn(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
-
Optionally specify the value to return when the date is null or missing.
- onNullReturnValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Optionally specify the field holding the value to return when the input is null or missing.
- onNullReturnValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
-
Optionally specify the field holding the value to return when the date is null or missing.
- onNullReturnValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Optionally specify the expression to evaluate and return when the input is null or missing.
- onNullReturnValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
-
Optionally specify the expression to evaluate and return when the date is null or missing.
- operation - Variable in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
- operation - Variable in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ExpressionProjectionOperationBuilder
- operation - Variable in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
- OperationOutput(String, Collection) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OperationOutput
-
Creates a new
BucketOperationSupport.Outputfor the given field. - operator() - Method in interface org.springframework.data.mongodb.core.convert.MongoConversionContext.OperatorContext
-
The operator the conversion is used in.
- OperatorNode - Class in org.springframework.data.mongodb.core.spel
-
An
ExpressionNoderepresenting an operator. - options() - Static method in class org.springframework.data.mongodb.core.FindAndModifyOptions
-
Static factory method to create a FindAndModifyOptions instance
- options() - Static method in class org.springframework.data.mongodb.core.FindAndReplaceOptions
-
Static factory method to create a
FindAndReplaceOptionsinstance. - options() - Static method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.Static factory method to create a MapReduceOptions instance
- options(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Optional specify the options to use with the regular expression.
- options(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Optional specify the options to use with the regular expression.
- options(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Optional specify the options to use with the regular expression.
- options(GridFsObject.Options) - Method in class org.springframework.data.mongodb.gridfs.GridFsUpload.GridFsUploadBuilder
-
Set additional file information.
- options(GridFsObject.Options) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload.ReactiveGridFsUploadBuilder
-
Set additional file information.
- optionsOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Optional specify the reference to the
fieldholding the options values to use with the regular expression. - optionsOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Optional specify the reference to the
fieldholding the options values to use with the regular expression. - optionsOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Optional specify the reference to the
fieldholding the options values to use with the regular expression. - optionsOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Optional specify the
AggregationExpressionevaluating to the options values to use with the regular expression. - optionsOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Optional specify the
AggregationExpressionevaluating to the options values to use with the regular expression. - optionsOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Optional specify the
AggregationExpressionevaluating to the options values to use with the regular expression. - or(long) - Method in class org.springframework.data.mongodb.core.query.Update.BitwiseOperatorBuilder
-
Updates to the result of a bitwise or operation between the current value and the given one.
- or(Object...) - Static method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
-
Creates new
BooleanOperators.Orthat evaluates one or more expressions and returns true if any of the expressions are true. - or(String) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.BooleanOperatorFactory
-
Creates new
AggregationExpressionthat evaluates one or more expressions and returns true if any of the expressions are true. - or(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.BooleanOperatorFactory
-
Creates new
AggregationExpressionthat evaluates one or more expressions and returns true if any of the expressions are true. - or(Criteria, Criteria) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryCreator
- order() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Field
-
The order in which various fields shall be stored.
- order(int) - Method in class org.springframework.data.mongodb.core.mapping.MongoField.MongoFieldBuilder
-
Configure the field order, defaulting to
Integer.MAX_VALUE(undefined). - ORDERED - Enum constant in enum class org.springframework.data.mongodb.core.BulkOperations.BulkMode
-
Perform bulk operations in sequence.
- orExpression(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
-
Creates new
BooleanOperators.Orwith all previously added arguments appending the given one. - orField(String) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
-
Creates new
BooleanOperators.Orwith all previously added arguments appending the given one. - org.springframework.data.mongodb - package org.springframework.data.mongodb
-
Spring Data's MongoDB abstraction.
- org.springframework.data.mongodb.aot - package org.springframework.data.mongodb.aot
- org.springframework.data.mongodb.config - package org.springframework.data.mongodb.config
-
Spring XML namespace configuration for MongoDB specific repositories.
- org.springframework.data.mongodb.core - package org.springframework.data.mongodb.core
-
MongoDB core support.
- org.springframework.data.mongodb.core.aggregation - package org.springframework.data.mongodb.core.aggregation
-
Support for the MongoDB aggregation framework.
- org.springframework.data.mongodb.core.annotation - package org.springframework.data.mongodb.core.annotation
-
Core Spring Data MongoDB annotations not limited to a special use case (like Query,...).
- org.springframework.data.mongodb.core.convert - package org.springframework.data.mongodb.core.convert
-
Spring Data MongoDB specific converter infrastructure.
- org.springframework.data.mongodb.core.convert.encryption - package org.springframework.data.mongodb.core.convert.encryption
-
Converters integrating with explicit encryption mechanism of Client-Side Field Level Encryption.
- org.springframework.data.mongodb.core.encryption - package org.springframework.data.mongodb.core.encryption
-
Infrastructure for explicit encryption mechanism of Client-Side Field Level Encryption.
- org.springframework.data.mongodb.core.geo - package org.springframework.data.mongodb.core.geo
-
Support for MongoDB geo-spatial queries.
- org.springframework.data.mongodb.core.index - package org.springframework.data.mongodb.core.index
-
Support for MongoDB document indexing.
- org.springframework.data.mongodb.core.mapping - package org.springframework.data.mongodb.core.mapping
-
Infrastructure for the MongoDB document-to-object mapping subsystem.
- org.springframework.data.mongodb.core.mapping.event - package org.springframework.data.mongodb.core.mapping.event
-
Mapping event callback infrastructure for the MongoDB document-to-object mapping subsystem.
- org.springframework.data.mongodb.core.mapreduce - package org.springframework.data.mongodb.core.mapreduce
-
Support for MongoDB map-reduce operations.
- org.springframework.data.mongodb.core.messaging - package org.springframework.data.mongodb.core.messaging
-
MongoDB specific messaging support for listening to eg.
- org.springframework.data.mongodb.core.query - package org.springframework.data.mongodb.core.query
-
MongoDB specific query and update support.
- org.springframework.data.mongodb.core.schema - package org.springframework.data.mongodb.core.schema
-
MongoDB-specific JSON schema implementation classes.
- org.springframework.data.mongodb.core.script - package org.springframework.data.mongodb.core.script
-
Abstraction classes javascript function execution within MongoDB Server.
- org.springframework.data.mongodb.core.spel - package org.springframework.data.mongodb.core.spel
-
Support classes to transform SpEL expressions into MongoDB expressions.
- org.springframework.data.mongodb.core.timeseries - package org.springframework.data.mongodb.core.timeseries
- org.springframework.data.mongodb.core.validation - package org.springframework.data.mongodb.core.validation
-
MongoDB schema validation specifics.
- org.springframework.data.mongodb.gridfs - package org.springframework.data.mongodb.gridfs
-
Support for MongoDB GridFS feature.
- org.springframework.data.mongodb.observability - package org.springframework.data.mongodb.observability
-
Infrastructure to provide driver observability using Micrometer.
- org.springframework.data.mongodb.repository - package org.springframework.data.mongodb.repository
-
MongoDB specific repository implementation.
- org.springframework.data.mongodb.repository.aot - package org.springframework.data.mongodb.repository.aot
-
Ahead-Of-Time processors for MongoDB repositories.
- org.springframework.data.mongodb.repository.cdi - package org.springframework.data.mongodb.repository.cdi
-
CDI support for MongoDB specific repository implementation.
- org.springframework.data.mongodb.repository.config - package org.springframework.data.mongodb.repository.config
-
Support infrastructure for the configuration of MongoDB specific repositories.
- org.springframework.data.mongodb.repository.query - package org.springframework.data.mongodb.repository.query
-
Query derivation mechanism for MongoDB specific repositories.
- org.springframework.data.mongodb.repository.support - package org.springframework.data.mongodb.repository.support
-
Support infrastructure for query derivation of MongoDB specific repositories.
- org.springframework.data.mongodb.repository.util - package org.springframework.data.mongodb.repository.util
- org.springframework.data.mongodb.util - package org.springframework.data.mongodb.util
-
MongoDB driver-specific utility classes for
BsonandDBObjectinteraction. - org.springframework.data.mongodb.util.aggregation - package org.springframework.data.mongodb.util.aggregation
- org.springframework.data.mongodb.util.encryption - package org.springframework.data.mongodb.util.encryption
- org.springframework.data.mongodb.util.json - package org.springframework.data.mongodb.util.json
-
MongoDB driver-specific utility classes for Json conversion.
- org.springframework.data.mongodb.util.spel - package org.springframework.data.mongodb.util.spel
- orIfNull(String) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.IfNull.OrBuilder
- orIfNull(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.IfNull.OrBuilder
- orOperator(Collection) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criteria using the
$oroperator for all of the provided criteria. - orOperator(Criteria...) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criteria using the
$oroperator for all provided criteria. - orValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
-
Creates new
BooleanOperators.Orwith all previously added arguments appending the given one. - otherwise(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Cond.OtherwiseBuilder
- otherwise(Object) - Method in class org.springframework.data.mongodb.core.aggregation.RedactOperation.RedactOperationBuilder
-
Define the outcome (anything that resolves to $$DESCEND, $$PRUNE, or $$KEEP) when the condition is not met.
- otherwiseDescend() - Method in class org.springframework.data.mongodb.core.aggregation.RedactOperation.RedactOperationBuilder
-
Return fields at the current document level and exclude embedded ones if the condition is not met.
- otherwiseKeep() - Method in class org.springframework.data.mongodb.core.aggregation.RedactOperation.RedactOperationBuilder
-
Return/Keep all fields at the current document/embedded level if the condition is not met.
- otherwisePrune() - Method in class org.springframework.data.mongodb.core.aggregation.RedactOperation.RedactOperationBuilder
-
Exclude all fields at this current document/embedded level if the condition is not met.
- otherwiseValueOf(String) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Cond.OtherwiseBuilder
- otherwiseValueOf(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Cond.OtherwiseBuilder
- out(String) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
OutOperationusing the given collection name. - out(String, String) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
OutOperationfor time series collections using the given collection name and time field. - out(String, String, String, Granularity) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
OutOperationfor time series collections using the given collection name, time field, meta field, and granularity. - out(String, CollectionOptions.TimeSeriesOptions) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
OutOperationfor time series collections using the given collection name and time series options. - OutOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the
$out-operation. - OutOperation(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.OutOperation
- output(String...) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
-
Define fields included in the output for each element.
- output(String...) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
-
Define fields included in the output for each element.
- output(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.SetWindowFieldsOperationBuilder
-
Add a field capturing the result of the given
expressionto the output. - output(AggregationExpression...) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
-
Define expressions building the value included in the output for each element.
- output(AggregationExpression...) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
-
Define expressions building the value included in the output for each element.
- output(Fields) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
-
Define result ordering.
- output(Fields) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
-
Define result ordering.
- output(SetWindowFieldsOperation.WindowOutput) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.SetWindowFieldsOperationBuilder
-
Define the actual output computation.
- Output(Field) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.Output
-
Creates new
Projectionfor the givenField. - OutputBuilder(Object, T) - Constructor for class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Creates a new
BucketOperationSupport.OutputBuilderfor the given value andBucketOperationSupport. - outputCollection(String) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.The collection where the results from the map-reduce operation will be stored.
- outputDatabase(String) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.The database where the results from the map-reduce operation will be stored.
P
- PagedExecution(ExecutableFindOperation.FindWithQuery, Pageable) - Constructor for class org.springframework.data.mongodb.repository.query.MongoQueryExecution.PagedExecution
- ParameterBindingContext - Class in org.springframework.data.mongodb.util.json
-
Reusable context for binding parameters to a placeholder or a SpEL expression within a JSON structure.
- ParameterBindingContext(ValueProvider, ValueExpressionEvaluator) - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingContext
- ParameterBindingContext(ValueProvider, ExpressionParser, Supplier) - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingContext
- ParameterBindingDocumentCodec - Class in org.springframework.data.mongodb.util.json
-
A
Codecimplementation that allows binding parameters to placeholders or SpEL expressions when decoding a JSON String. - ParameterBindingDocumentCodec() - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
-
Construct a new instance with a default
CodecRegistry. - ParameterBindingDocumentCodec(CodecRegistry) - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
-
Construct a new instance with the given registry.
- ParameterBindingDocumentCodec(CodecRegistry, BsonTypeClassMap) - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
-
Construct a new instance with the given registry and BSON type class map.
- ParameterBindingDocumentCodec(CodecRegistry, BsonTypeClassMap, Transformer) - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
-
Construct a new instance with the given registry and BSON type class map.
- ParameterBindingJsonReader - Class in org.springframework.data.mongodb.util.json
-
Reads a JSON and evaluates placehoders and SpEL expressions.
- ParameterBindingJsonReader(String) - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
-
Constructs a new instance with the given JSON string.
- ParameterBindingJsonReader(String, Object[]) - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
-
Constructs a new instance with the given JSON string.
- ParameterBindingJsonReader(String, ParameterBindingContext) - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- ParameterBindingJsonReader(String, ValueProvider, SpelExpressionParser, Supplier) - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- ParameterBindingJsonReader(String, ValueProvider, SpelExpressionParser, EvaluationContext) - Constructor for class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- ParameterBindingJsonReader.Context - Class in org.springframework.data.mongodb.util.json
- ParameterBindingJsonReader.Mark - Class in org.springframework.data.mongodb.util.json
- parentIsSameOperation() - Method in class org.springframework.data.mongodb.core.spel.ExpressionTransformationContextSupport
-
Returns whether the parent node is of the same operation as the current node.
- parse(String) - Static method in class org.springframework.data.mongodb.core.index.SearchIndexInfo
-
Parse a BSON document describing an index into a
SearchIndexInfo. - parse(String) - Static method in class org.springframework.data.mongodb.core.query.Collation
-
Parse the given
collationstring into aCollation. - parse(String) - Method in class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- parse(String) - Static method in class org.springframework.data.mongodb.util.DurationUtil
- parse(String, CodecRegistryProvider) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Parse the given json to
Documentapplying transformations as specified by a potentially givenCodec. - parse(Element, ParserContext) - Method in class org.springframework.data.mongodb.config.MappingMongoConverterParser
- parse(Element, ParserContext) - Method in class org.springframework.data.mongodb.config.MongoClientParser
- parseAggregationPipeline(String[], ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
-
Parse the given aggregation pipeline stages applying values to placeholders to compute the actual list of
operations. - parseAggregationPipeline(String[], MongoParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.AbstractReactiveMongoQuery
-
Parse the given aggregation pipeline stages applying values to placeholders to compute the actual list of
operations. - parseConverter(Element, ParserContext) - Method in class org.springframework.data.mongodb.config.MappingMongoConverterParser
- parseInternal(Element, ParserContext) - Method in class org.springframework.data.mongodb.config.MongoDbFactoryParser
- partial(IndexFilter) - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
-
Only index the documents in a collection that meet a specified
filter expression. - partial(IndexFilter) - Method in class org.springframework.data.mongodb.core.index.Index
-
Only index the documents in a collection that meet a specified
filter expression. - partial(IndexFilter) - Method in class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexDefinitionBuilder
-
Only index the documents that meet the specified
filter expression. - PARTIAL - Enum constant in enum class org.springframework.data.mongodb.core.query.Meta.CursorOption
-
Sets the cursor to return partial data from a query against a sharded cluster in which some shards do not respond rather than throwing an error.
- partialFilter() - Element in annotation interface org.springframework.data.mongodb.core.index.CompoundIndex
-
Only index the documents in a collection that meet a specified
filter expression. - partialFilter() - Element in annotation interface org.springframework.data.mongodb.core.index.Indexed
-
Only index the documents in a collection that meet a specified
filter expression. - partialFilter() - Element in annotation interface org.springframework.data.mongodb.core.index.WildcardIndexed
-
Only index the documents in a collection that meet a specified
filter expression. - PartialIndexFilter - Class in org.springframework.data.mongodb.core.index
-
IndexFilterimplementation for usage with plainDocumentas well asCriteriaDefinitionfilter expressions. - partialResults() - Method in class org.springframework.data.mongodb.core.query.Query
- partition() - Static method in interface org.springframework.data.mongodb.core.aggregation.DensifyOperation.Range
-
Add documents spanning the full value range for each partition.
- partitionBy(Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.SetWindowFieldsOperationBuilder
-
Partition by a value that translates to a valid mongodb expression.
- partitionBy(String...) - Method in class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyOperationBuilder
-
Set the fields used for grouping documents.
- partitionByExpression(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.SetWindowFieldsOperationBuilder
-
Specify the
expressionto group by. - partitionByField(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.SetWindowFieldsOperationBuilder
-
Specify the field to group by.
- partitionRange(Consumer) - Method in class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyOperationBuilder
-
Operate on full range.
- parts() - Method in record class org.springframework.data.mongodb.core.mapping.FieldName
-
Get the parts the field name consists of.
- PartTreeMongoQuery - Class in org.springframework.data.mongodb.repository.query
-
RepositoryQueryimplementation for Mongo. - PartTreeMongoQuery(MongoQueryMethod, MongoOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.mongodb.repository.query.PartTreeMongoQuery
- path() - Method in interface org.springframework.data.mongodb.core.convert.MongoConversionContext.OperatorContext
-
The context path the operator is used in.
- path() - Element in annotation interface org.springframework.data.mongodb.repository.VectorSearch
-
Indexed vector type field to search.
- path(String) - Method in interface org.springframework.data.mongodb.core.aggregation.UnwindOperation.PathBuilder
- path(String) - Method in class org.springframework.data.mongodb.core.aggregation.UnwindOperation.UnwindOperationBuilder
- path(String) - Method in interface org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.PathContributor
-
Indexed vector type field to search.
- path(String) - Static method in interface org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.QueryPath
- path(String) - Static method in record class org.springframework.data.mongodb.core.mapping.FieldName
-
Create a new
FieldNamethat treats the given value as a path. - path(String) - Method in class org.springframework.data.mongodb.core.mapping.MongoField.MongoFieldBuilder
-
Configure the field name as path.
- PATH - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldName.Type
-
Dot (.) characters are treated as separators for segments in a path.
- pathBuilderFor(EntityPath) - Static method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
- pathBuilderFor(EntityPath) - Static method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
- pattern(Pattern) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- pattern(Pattern) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- pattern(Pattern) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- PATTERN - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- patternProperties(JsonSchemaProperty...) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- patternProperties(JsonSchemaProperty...) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
-
Append regular expression patterns along with the
JsonSchemaObjectmatching properties validating against. - PENDING - Enum constant in enum class org.springframework.data.mongodb.core.index.SearchIndexStatus
-
busy with other things, check back later - not queryable
- percentages(Double...) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
-
Define the percentile value(s) that must resolve to percentages in the range
0.0 - 1.0inclusive. - percentile(Double...) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat calculates the requested percentile(s) of the associated numeric value expression. - percentile(Double...) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the requested percentile(s) of the numeric value. - percentileOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
-
Creates new
AccumulatorOperators.Percentile. - percentileOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
-
Creates new
AccumulatorOperators.Percentile. - PersistentEntitiesFactoryBean - Class in org.springframework.data.mongodb.config
-
Simple helper to be able to wire the
PersistentEntitiesfrom aMappingMongoConverterbean available in the application context. - PersistentEntitiesFactoryBean(MappingMongoConverter) - Constructor for class org.springframework.data.mongodb.config.PersistentEntitiesFactoryBean
-
Creates a new
PersistentEntitiesFactoryBeanfor the givenMappingMongoConverter. - PersistentPropertyTranslator - Class in org.springframework.data.mongodb.core.mapping
-
Utility to translate a
MongoPersistentPropertyinto a corresponding property from a differentMongoPersistentEntityby looking it up by name. - PersistentPropertyTranslator() - Constructor for class org.springframework.data.mongodb.core.mapping.PersistentPropertyTranslator
- PHRASE - Enum constant in enum class org.springframework.data.mongodb.core.query.Term.Type
- pipeline - Variable in class org.springframework.data.mongodb.core.aggregation.Aggregation
- pipeline() - Element in annotation interface org.springframework.data.mongodb.repository.Aggregation
-
Defines the aggregation pipeline to apply.
- pipeline() - Element in annotation interface org.springframework.data.mongodb.repository.Update
-
Takes a MongoDB JSON string representation of an aggregation pipeline to define the update stages to be executed.
- pipeline(List) - Method in class org.springframework.data.mongodb.core.aggregation.UnionWithOperation
-
Set the aggregation pipeline stages to apply to the specified collection.
- pipeline(AggregationOperation...) - Method in interface org.springframework.data.mongodb.core.aggregation.LookupOperation.PipelineBuilder
-
Specifies the
stagesthat determine the resulting documents. - pipeline(AggregationOperation...) - Method in class org.springframework.data.mongodb.core.aggregation.UnionWithOperation
-
Set the aggregation pipeline stages to apply to the specified collection.
- pipeline(AggregationPipeline) - Method in class org.springframework.data.mongodb.core.aggregation.LookupOperation.LookupOperationBuilder
- pipeline(AggregationPipeline) - Method in interface org.springframework.data.mongodb.core.aggregation.LookupOperation.PipelineBuilder
-
Specifies the
pipelinethat determines the resulting documents. - pipeline(AggregationPipeline) - Method in class org.springframework.data.mongodb.core.aggregation.UnionWithOperation
-
Set the
AggregationPipelineto apply to the specified collection. - place(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
-
The place to round to.
- placeOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
-
The place to round to defined by via a field reference that resolves to an integer between -20 and 100, exclusive.
- placeOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
-
The place to round to defined by an expression that resolves to an integer between -20 and 100, exclusive.
- plus(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$addexpression that adds the given number to the previously mentioned field. - plus(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates an
$addexpression that adds the value of the given field to the previously mentioned field. - pop(String, Update.Position) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
- pop(String, Update.Position) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using the $pop update modifier.
- populateId(MongoPersistentProperty, DBRef, Object) - Method in interface org.springframework.data.mongodb.core.convert.DbRefProxyHandler
- populateIdIfNecessary(T, Object) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Populates the id property of the saved object, if it's not set already.
- position(String, int) - Method in class org.springframework.data.mongodb.core.query.Field
-
The array field must appear in the query.
- POSITIONAL_OPERATOR - Static variable in class org.springframework.data.mongodb.core.convert.QueryMapper.Field
- possibleValues(Number...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- possibleValues(Object...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- possibleValues(Object...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- possibleValues(Object...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
- possibleValues(String...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- possibleValues(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
- possibleValues(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.BooleanJsonSchemaObject
- possibleValues(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
- possibleValues(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
- possibleValues(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
-
enumerates all possible values of the field.
- possibleValues(Collection) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
- possibleValues(Collection) - Method in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
-
enumerates all possible values of the field.
- possibleValues(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty
- possibleValues(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- possibleValues(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- possibleValues(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
- possibleValues(Collection) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
- possibleValues(Set) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigurationExtension
- postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.mongodb.repository.config.ReactiveMongoRepositoryConfigurationExtension
- postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigurationExtension
- postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.mongodb.repository.config.ReactiveMongoRepositoryConfigurationExtension
- potentiallyConvertFullText(Object) - Method in class org.springframework.data.mongodb.repository.query.MongoParametersParameterAccessor
- potentiallyCreateMappingContext(Element, ParserContext, BeanDefinition, String) - Static method in class org.springframework.data.mongodb.config.MappingMongoConverterParser
-
Deprecated, for removal: This API element is subject to removal in a future version.
- potentiallyCreateMappingContext(Element, ParserContext, BeanDefinition, String, boolean) - Static method in class org.springframework.data.mongodb.config.MappingMongoConverterParser
-
Create and register the
BeanDefinitionfor aMongoMappingContextif not explicitly referenced by a given mapping-context-refattribuite. - potentiallyEscapeMapKey(String) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Potentially replaces dots in the given map key with the configured map key replacement if configured or aborts conversion if none is configured.
- potentiallyUnescapeMapKey(String) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Translates the map key replacements in the given key just read with a dot in case a map key replacement has been configured.
- pow(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat raises the associated number to the specified exponent. - pow(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
-
Pow by the given value.
- pow(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$powexpression that takes the number of the previously mentioned field and raises it by the specified exponent. - pow(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat raises the associated number to the specified exponent. - pow(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
-
Pow by the value stored at the given field.
- pow(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$powexpression that takes the number of the previously mentioned field and raises it by the specified exponent. - pow(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat raises the associated number to the specified exponent. - pow(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
-
Pow by the evaluated value of the given
AggregationExpression. - pow(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$powexpression that Takes the number of the previously mentioned field and raises it by the specified exponent. - POWERSOF2 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- preAndPostImages(boolean) - Static method in class org.springframework.data.mongodb.core.CollectionOptions.CollectionChangeStreamOptions
-
Output the version of a document before and after changes (the document pre- and post-images).
- precision(long) - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics.RangeQuery
- prefix() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Unwrapped.Empty
- prefix() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Unwrapped.Nullable
- prefix() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Unwrapped
- PREFIX - Static variable in interface org.springframework.data.mongodb.core.aggregation.AggregationVariable
- PrefixingDelegatingAggregationOperationContext - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationOperationContextimplementation prefixing non-command keys on root level with the given prefix. - PrefixingDelegatingAggregationOperationContext(AggregationOperationContext, String) - Constructor for class org.springframework.data.mongodb.core.aggregation.PrefixingDelegatingAggregationOperationContext
- PrefixingDelegatingAggregationOperationContext(AggregationOperationContext, String, Collection) - Constructor for class org.springframework.data.mongodb.core.aggregation.PrefixingDelegatingAggregationOperationContext
- prepare(FindIterable) - Method in interface org.springframework.data.mongodb.core.CursorPreparer
-
Prepare the given cursor (apply limits, skips and so on).
- prepare(FindPublisher) - Method in interface org.springframework.data.mongodb.core.FindPublisherPreparer
-
Prepare the given cursor (apply limits, skips and so on).
- prepare(T) - Method in interface org.springframework.data.mongodb.core.CollectionPreparer
-
Prepare the
collection. - PREPARE - Enum constant in enum class org.springframework.data.mongodb.core.index.IndexOptions.Unique
-
An existing index is not checked for pre-existing, duplicate index entries but inserting new duplicate entries fails.
- prepareBindingContext(String, MongoParameterAccessor) - Method in class org.springframework.data.mongodb.repository.query.AbstractMongoQuery
-
Create the
binding contextused for SpEL evaluation. - prepareCollection(MongoCollection) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Prepare the collection before any processing is done using it.
- prepareCollection(MongoCollection) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Prepare the collection before any processing is done using it.
- prepareDatabase(MongoDatabase) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- prepareDatabase(MongoDatabase) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- prepareFactory(Class) - Static method in class org.springframework.data.mongodb.core.convert.LazyLoadingProxyFactory
-
Create the
ProxyFactoryfor the given type, already adding required additional interfaces. - prepareWriteConcern(MongoAction) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Prepare the WriteConcern before any processing is done using it.
- prepareWriteConcern(MongoAction) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Prepare the WriteConcern before any processing is done using it.
- preserveMapKeys(boolean) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
If
preserveis set to true the conversion will treat map keys containing dot (.) characters as is. - preserveNullAndEmptyArrays() - Method in interface org.springframework.data.mongodb.core.aggregation.UnwindOperation.EmptyArraysBuilder
-
Output documents if the array is null or empty.
- preserveNullAndEmptyArrays() - Method in class org.springframework.data.mongodb.core.aggregation.UnwindOperation.UnwindOperationBuilder
- previousOperation() - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
A pointer to the previous
AggregationOperation. - previousOperation() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Projects the result of the previous operation onto the current field.
- primary() - Static method in interface org.springframework.data.mongodb.core.query.Collation.ComparisonLevel
-
Primary level of comparison.
- processDocument(Document) - Method in interface org.springframework.data.mongodb.core.DocumentCallbackHandler
- project(Class) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
ProjectionOperationincluding all top level fields of the given givenClass. - project(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
ProjectionOperationincluding the given fields. - project(String, Object...) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ExpressionProjectionOperationBuilder
- project(String, Object...) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Adds a generic projection for the current field.
- project(Fields) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
ProjectionOperationincluding the givenFields. - project(MongoExpression) - Method in class org.springframework.data.mongodb.core.query.Field
-
Project a given
MongoExpressionto afieldincluded in the result. - project(EntityProjection, Bson) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- project(EntityProjection, Bson) - Method in interface org.springframework.data.mongodb.core.convert.MongoConverter
-
Apply a projection to
Bsonand return the projection return typeR. - projectAs(MongoExpression, String) - Method in class org.springframework.data.mongodb.core.query.Field
-
Project a given
MongoExpressionto afieldincluded in the result. - ProjectionOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$project-operation. - ProjectionOperation() - Constructor for class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
-
Creates a new empty
ProjectionOperation. - ProjectionOperation(Class) - Constructor for class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
-
Creates a new
ProjectionOperationincluding all top level fields of the giventype. - ProjectionOperation(Fields) - Constructor for class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
-
Creates a new
ProjectionOperationincluding the givenFields. - ProjectionOperation.ArrayProjectionOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder for
arrayprojections. - ProjectionOperation.ExpressionProjectionOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
An
ProjectionOperation.ProjectionOperationBuilderthat is used for SpEL expression based projections. - ProjectionOperation.ProjectionOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder for
ProjectionOperations on a field. - ProjectionOperationBuilder(Object, ProjectionOperation, ProjectionOperation.ProjectionOperationBuilder.OperationProjection) - Constructor for class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Creates a new
ProjectionOperation.ProjectionOperationBuilderfor the field with the given value on top of the givenProjectionOperation. - ProjectionOperationBuilder(String, ProjectionOperation, ProjectionOperation.ProjectionOperationBuilder.OperationProjection) - Constructor for class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Creates a new
ProjectionOperation.ProjectionOperationBuilderfor the field with the given name on top of the givenProjectionOperation. - properties(JsonSchemaProperty...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- properties(JsonSchemaProperty...) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- properties(JsonSchemaProperty...) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
-
Append the objects properties along with the
JsonSchemaObjectvalidating against. - propertiesCount(Range) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- propertiesCount(Range) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
-
Define the minProperties and maxProperties via the given
Range.
In-/Exclusions viarange boundsare not taken into account. - property(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.PropertyExpression
-
Define a result property for an
AggregationExpressionused inArrayOperators.Reduce. - property(String) - Method in interface org.springframework.data.mongodb.core.MongoJsonSchemaCreator
-
Entry point to specify additional behavior for a given path.
- property(JsonSchemaProperty) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- property(JsonSchemaProperty) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
-
Append the objects property along with the
JsonSchemaObjectvalidating against. - PropertyExpression(String, AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.PropertyExpression
- PRUNE - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
-
One of the allowed results of a $redact expression
- PRUNE - Static variable in class org.springframework.data.mongodb.core.aggregation.RedactOperation
-
Exclude all fields at this current document/embedded level.
- publishEvent(Object) - Method in class org.springframework.data.mongodb.core.index.MongoMappingEventPublisher
- publishEvent(ApplicationEvent) - Method in class org.springframework.data.mongodb.core.index.MongoMappingEventPublisher
- publishTo(MessageListener) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the
MessageListenereventmessageswill be published to. - publishTo(MessageListener) - Method in class org.springframework.data.mongodb.core.messaging.TailableCursorRequest.TailableCursorRequestBuilder
-
Set the
MessageListenereventmessageswill be published to. - pull(String, Object) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
- pull(String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using the $pull update modifier.
- pullAll(String, Object[]) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
- pullAll(String, Object[]) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using the $pullAll update modifier.
- punct() - Method in class org.springframework.data.mongodb.core.query.Collation.AlternateWithMaxVariable
-
Consider both whitespaces and punctuation as ignorable.
- push() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Generates a builder for an
$push-expression for the current value. - push(Object) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$push-expression for the given value. - push(String) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$push-expression for the given field-reference. - push(String) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using
$pushmodifier. - push(String, Object) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
- push(String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using the $push update modifier.
Q
- quantization(String) - Method in class org.springframework.data.mongodb.core.index.VectorIndex.VectorFieldBuilder
-
Quantization used.
- quantization(VectorIndex.Quantization) - Method in class org.springframework.data.mongodb.core.index.VectorIndex.VectorFieldBuilder
-
Quantization used.
- QUARTER - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnits
- QUARTER - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnits
- quaternary() - Static method in interface org.springframework.data.mongodb.core.query.Collation.ComparisonLevel
-
Quaternary Level.
- query(Class) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation
-
Start creating a find operation for the given domainType.
- query(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- query(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation
-
Start creating a find operation for the given domainType.
- query(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- query(CriteriaDefinition) - Static method in class org.springframework.data.mongodb.core.query.Query
-
Static factory method to create a
Queryusing the providedCriteriaDefinition. - query(Query) - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Adds an actual query to the
NearQueryto restrict the objects considered for the actual near operation. - Query - Class in org.springframework.data.mongodb.core.query
-
MongoDB Query object representing criteria, projection, sorting and query hints.
- Query - Annotation Interface in org.springframework.data.mongodb.repository
-
Annotation to declare finder queries directly on repository methods.
- Query() - Constructor for class org.springframework.data.mongodb.core.query.Query
- Query(CriteriaDefinition) - Constructor for class org.springframework.data.mongodb.core.query.Query
-
Creates a new
Queryusing the givenCriteriaDefinition. - queryable(JsonSchemaProperty, List) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Turns the given target property into a
queryableone, eg. for range encrypted properties. - queryable(JsonSchemaProperty, QueryCharacteristic...) - Method in class org.springframework.data.mongodb.core.CollectionOptions.EncryptedFieldsOptions
-
Add a new
queryable propertyfor the given source property. - Queryable - Annotation Interface in org.springframework.data.mongodb.core.mapping
- queryableEncryptionOptions() - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions
- QueryableJsonSchemaProperty(JsonSchemaProperty, QueryCharacteristics) - Constructor for class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.QueryableJsonSchemaProperty
- queryAttributes() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Queryable
- QueryCharacteristic - Interface in org.springframework.data.mongodb.core.schema
-
Defines the specific character of a query that can be executed.
- QueryCharacteristics - Class in org.springframework.data.mongodb.core.schema
-
Encapsulation of individual
query characteristicsused to define queries that can be executed when using queryable encryption. - QueryCharacteristics.EqualityQuery<T> - Class in org.springframework.data.mongodb.core.schema
-
QueryCharacteristicfor equality comparison. - QueryCharacteristics.RangeQuery<T> - Class in org.springframework.data.mongodb.core.schema
-
QueryCharacteristicfor range comparison. - QuerydslMongoPredicateExecutor<T> - Class in org.springframework.data.mongodb.repository.support
-
MongoDB-specific
QuerydslPredicateExecutorthat allows executionPredicates in various forms. - QuerydslMongoPredicateExecutor(MongoEntityInformation, MongoOperations) - Constructor for class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
-
Creates a new
QuerydslMongoPredicateExecutorfor the givenMongoEntityInformationandMongoOperations. - QuerydslMongoPredicateExecutor(MongoEntityInformation, MongoOperations, EntityPathResolver) - Constructor for class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
-
Creates a new
QuerydslMongoPredicateExecutorfor the givenMongoEntityInformation,MongoOperationsandEntityPathResolver. - QuerydslRepositorySupport - Class in org.springframework.data.mongodb.repository.support
-
Base class to create repository implementations based on Querydsl.
- QuerydslRepositorySupport(MongoOperations) - Constructor for class org.springframework.data.mongodb.repository.support.QuerydslRepositorySupport
-
Creates a new
QuerydslRepositorySupportfor the givenMongoOperations. - queryLookupStrategy() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Returns the key of the
QueryLookupStrategyto be used for lookup queries for query methods. - queryLookupStrategy() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Returns the key of the
QueryLookupStrategyto be used for lookup queries for query methods. - QueryMapper - Class in org.springframework.data.mongodb.core.convert
-
A helper class to encapsulate any modifications of a Query object before it gets submitted to the database.
- QueryMapper(MongoConverter) - Constructor for class org.springframework.data.mongodb.core.convert.QueryMapper
-
Creates a new
QueryMapperwith the givenMongoConverter. - QueryMapper.AssociationConverter - Class in org.springframework.data.mongodb.core.convert
-
Converter to skip all properties after an association property was rendered.
- QueryMapper.Field - Class in org.springframework.data.mongodb.core.convert
-
Value object to represent a field and its meta-information.
- QueryMapper.MetadataBackedField - Class in org.springframework.data.mongodb.core.convert
-
Extension of
QueryMapper.Fieldto be backed with mapping metadata. - QueryResultConverter<T,
R> - Interface in org.springframework.data.mongodb.core -
Converter for MongoDB query results.
- QueryResultConverter.ConversionResultSupplier<T> - Interface in org.springframework.data.mongodb.core
-
A supplier that converts a
DocumentintoT. - querySettingsEquals(Query) - Method in class org.springframework.data.mongodb.core.query.Query
-
Tests whether the settings of the given
Queryare equal to this query. - queryText(TextCriteria) - Static method in class org.springframework.data.mongodb.core.query.TextQuery
-
Creates new
TextQuerysearching for givenTextCriteria. - queryType() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Queryable
- queryType() - Method in interface org.springframework.data.mongodb.core.schema.QueryCharacteristic
- queryType() - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics.EqualityQuery
- queryType() - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics.RangeQuery
- queryType(String) - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions.QueryableEncryptionOptions
-
Define the
queryTypeto be used for queryable document encryption. - quotePhrase(String) - Method in class org.springframework.data.mongodb.core.query.Term
R
- R10 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- R20 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- R40 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- R5 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- R80 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- RADIANS - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.AngularUnit
- rand() - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators
-
Creates new
AggregationExpressionthat returns a random float between0and1each time it is called. - Rand() - Constructor for class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Rand
- range() - Static method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.Windows
-
Create a range window based on the
sort valueof the current document via a fluent API. - range() - Static method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics
-
Create a new
range query characteristicused to define range queries against an encrypted field. - range(Object, Object, SetWindowFieldsOperation.WindowUnit) - Static method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.Windows
-
Create a range window defined based on sort expression.
- range(String...) - Static method in class org.springframework.data.mongodb.core.mapping.ShardKey
-
Create a new
ShardingStrategy.RANGEshard key. - range(Range) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- range(Range) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
-
Define the minItems and maxItems via the given
Range.
In-/Exclusions viarange boundsare not taken into account. - range(DensifyOperation.Range) - Method in class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyOperationBuilder
-
Set the operational range.
- RANGE - Enum constant in enum class org.springframework.data.mongodb.core.mapping.ShardingStrategy
-
Ranged sharding involves dividing data into ranges based on the shard key values.
- RANGE - Static variable in class org.springframework.data.mongodb.core.EncryptionAlgorithms
- rangeEncrypted(JsonSchemaProperty) - Static method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
-
Create new instance of
IdentifiableJsonSchemaProperty.EncryptedJsonSchemaPropertywith Range encryption, wrapping the giventarget. - RangeEncrypted - Annotation Interface in org.springframework.data.mongodb.core.mapping
- rangeOptions() - Element in annotation interface org.springframework.data.mongodb.core.mapping.RangeEncrypted
-
Set the range options.
- rangeOptions(Map) - Method in class org.springframework.data.mongodb.core.encryption.MongoClientEncryption
- RangeQuery(Range, Integer, Long, Long, Long) - Constructor for class org.springframework.data.mongodb.core.schema.QueryCharacteristics.RangeQuery
-
Create new instance of
QueryCharacteristics.RangeQuery. - rangeStartingAt(long) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
-
Start creating new
ArrayOperators.RangeOperator. - rangeStartingAt(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
-
Start creating new
ArrayOperators.RangeOperator. - rangeStartingAt(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
-
Start creating new
ArrayOperators.RangeOperator. - RangeWindow(Object, Object, SetWindowFieldsOperation.WindowUnit) - Constructor for class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindow
- RangeWindowBuilder() - Constructor for class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
- rank() - Static method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators
-
Obtain the document position (including gaps) relative to others (rank).
- Rank() - Constructor for class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Rank
- raw(String, Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the given operator.
- ReactiveAfterConvertCallback<T> - Interface in org.springframework.data.mongodb.core.mapping.event
-
Callback being invoked after a domain object is materialized from a
Documentwhen reading results. - ReactiveAfterSaveCallback<T> - Interface in org.springframework.data.mongodb.core.mapping.event
-
Entity callback triggered after save of a
Document. - ReactiveAggregationOperation - Interface in org.springframework.data.mongodb.core
-
ReactiveAggregationOperationallows creation and execution of reactive MongoDB aggregation operations in a fluent API style. - ReactiveAggregationOperation.AggregationOperationWithAggregation<T> - Interface in org.springframework.data.mongodb.core
-
Define the aggregation with pipeline stages.
- ReactiveAggregationOperation.AggregationOperationWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Collection override (optional).
- ReactiveAggregationOperation.ReactiveAggregation<T> - Interface in org.springframework.data.mongodb.core
- ReactiveAggregationOperation.TerminatingAggregationOperation<T> - Interface in org.springframework.data.mongodb.core
-
Trigger execution by calling one of the terminating methods.
- ReactiveAuditingEntityCallback - Class in org.springframework.data.mongodb.core.mapping.event
-
Reactive
EntityCallbackto populate auditing related fields on an entity about to be saved. - ReactiveAuditingEntityCallback(ObjectFactory) - Constructor for class org.springframework.data.mongodb.core.mapping.event.ReactiveAuditingEntityCallback
-
Creates a new
ReactiveAuditingEntityCallbackusing the givenMappingContextandAuditingHandlerprovided by the givenObjectFactory. - ReactiveBeforeConvertCallback<T> - Interface in org.springframework.data.mongodb.core.mapping.event
-
Callback being invoked before a domain object is converted to be persisted.
- ReactiveBeforeSaveCallback<T> - Interface in org.springframework.data.mongodb.core.mapping.event
-
Entity callback triggered before save of a document.
- ReactiveBulkOperations - Interface in org.springframework.data.mongodb.core
-
Bulk operations for insert/update/remove actions on a collection.
- ReactiveChangeStreamOperation - Interface in org.springframework.data.mongodb.core
-
ReactiveChangeStreamOperationallows creation and execution of reactive MongoDB Change Stream operations in a fluent API style. - ReactiveChangeStreamOperation.ChangeStreamWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Collection override (optional).
- ReactiveChangeStreamOperation.ChangeStreamWithFilterAndProjection<T> - Interface in org.springframework.data.mongodb.core
-
Provide a filter for limiting results (optional).
- ReactiveChangeStreamOperation.ChangeStreamWithOptions<T> - Interface in org.springframework.data.mongodb.core
-
Provide some options.
- ReactiveChangeStreamOperation.ReactiveChangeStream<T> - Interface in org.springframework.data.mongodb.core
-
ReactiveChangeStreamOperation.ReactiveChangeStreamprovides methods for constructing change stream operations in a fluent way. - ReactiveChangeStreamOperation.ResumingChangeStream<T> - Interface in org.springframework.data.mongodb.core
-
Resume a change stream.
- ReactiveChangeStreamOperation.TerminatingChangeStream<T> - Interface in org.springframework.data.mongodb.core
-
Compose change stream execution by calling one of the terminating methods.
- ReactiveCollectionCallback<T> - Interface in org.springframework.data.mongodb.core
- ReactiveDatabaseCallback<T> - Interface in org.springframework.data.mongodb.core
- ReactiveFindOperation - Interface in org.springframework.data.mongodb.core
-
ReactiveFindOperationallows creation and execution of reactive MongoDB find operations in a fluent API style. - ReactiveFindOperation.DistinctWithProjection - Interface in org.springframework.data.mongodb.core
-
Result type override.
- ReactiveFindOperation.DistinctWithQuery<T> - Interface in org.springframework.data.mongodb.core
-
Result restrictions.
- ReactiveFindOperation.FindDistinct - Interface in org.springframework.data.mongodb.core
-
Distinct Find support.
- ReactiveFindOperation.FindWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Collection override (optional).
- ReactiveFindOperation.FindWithProjection<T> - Interface in org.springframework.data.mongodb.core
-
Result type override (optional).
- ReactiveFindOperation.FindWithQuery<T> - Interface in org.springframework.data.mongodb.core
-
Provide a
Queryoverride (optional). - ReactiveFindOperation.ReactiveFind<T> - Interface in org.springframework.data.mongodb.core
-
ReactiveFindOperation.ReactiveFindprovides methods for constructing lookup operations in a fluent way. - ReactiveFindOperation.TerminatingDistinct<T> - Interface in org.springframework.data.mongodb.core
-
Terminating distinct find operations.
- ReactiveFindOperation.TerminatingFind<T> - Interface in org.springframework.data.mongodb.core
-
Compose find execution by calling one of the terminating methods.
- ReactiveFindOperation.TerminatingFindNear<T> - Interface in org.springframework.data.mongodb.core
-
Compose geonear execution by calling one of the terminating methods.
- ReactiveFindOperation.TerminatingProjection - Interface in org.springframework.data.mongodb.core
-
Compose find execution by calling one of the terminating methods.
- ReactiveFindOperation.TerminatingResults<T> - Interface in org.springframework.data.mongodb.core
-
Compose find execution by calling one of the terminating methods.
- ReactiveFluentMongoOperations - Interface in org.springframework.data.mongodb.core
-
Stripped down interface providing access to a fluent API that specifies a basic set of reactive MongoDB operations.
- ReactiveGridFsOperations - Interface in org.springframework.data.mongodb.gridfs
-
Collection of operations to store and read files from MongoDB GridFS using reactive infrastructure.
- ReactiveGridFsResource - Class in org.springframework.data.mongodb.gridfs
-
Reactive
GridFSFilebasedResourceimplementation. - ReactiveGridFsResource(Object, String, GridFsObject.Options, GridFSDownloadPublisher) - Constructor for class org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
-
Creates a new, absent
ReactiveGridFsResource. - ReactiveGridFsResource(String, GridFSDownloadPublisher) - Constructor for class org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
-
Creates a new, absent
ReactiveGridFsResource. - ReactiveGridFsTemplate - Class in org.springframework.data.mongodb.gridfs
-
ReactiveGridFsOperationsimplementation to store content into MongoDB GridFS. - ReactiveGridFsTemplate(DataBufferFactory, ReactiveMongoDatabaseFactory, MongoConverter, String) - Constructor for class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
-
Creates a new
ReactiveGridFsTemplateusing the givenDataBufferFactory,ReactiveMongoDatabaseFactoryandMongoConverter. - ReactiveGridFsTemplate(MongoConverter, Mono, DataBufferFactory) - Constructor for class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
-
Creates a new
ReactiveGridFsTemplateusing the givenMongoConverter,Monoemitting aReactiveMongoDatabaseFactoryandDataBufferFactory. - ReactiveGridFsTemplate(ReactiveMongoDatabaseFactory, MongoConverter) - Constructor for class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
-
Creates a new
ReactiveGridFsTemplateusing the givenReactiveMongoDatabaseFactoryandMongoConverter. - ReactiveGridFsTemplate(ReactiveMongoDatabaseFactory, MongoConverter, String) - Constructor for class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
-
Creates a new
ReactiveGridFsTemplateusing the givenReactiveMongoDatabaseFactoryandMongoConverter. - ReactiveGridFsUpload<ID> - Class in org.springframework.data.mongodb.gridfs
-
Upload descriptor for a GridFS file upload.
- ReactiveGridFsUpload.ReactiveGridFsUploadBuilder<T> - Class in org.springframework.data.mongodb.gridfs
-
Builder to create
ReactiveGridFsUploadin a fluent way. - ReactiveIndexOperations - Interface in org.springframework.data.mongodb.core.index
-
Index operations on a collection.
- ReactiveIndexOperationsProvider - Interface in org.springframework.data.mongodb.core.index
-
Provider interface to obtain
ReactiveIndexOperationsby MongoDB collection name. - ReactiveInsertOperation - Interface in org.springframework.data.mongodb.core
-
ReactiveInsertOperationallows creation and execution of reactive MongoDB insert and bulk insert operations in a fluent API style. - ReactiveInsertOperation.InsertWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Collection override (optional).
- ReactiveInsertOperation.ReactiveInsert<T> - Interface in org.springframework.data.mongodb.core
- ReactiveInsertOperation.TerminatingInsert<T> - Interface in org.springframework.data.mongodb.core
-
Compose insert execution by calling one of the terminating methods.
- ReactiveMapReduceOperation - Interface in org.springframework.data.mongodb.core
-
ReactiveMapReduceOperationallows creation and execution of MongoDB mapReduce operations in a fluent API style. - ReactiveMapReduceOperation.MapReduceWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Collection override (Optional).
- ReactiveMapReduceOperation.MapReduceWithMapFunction<T> - Interface in org.springframework.data.mongodb.core
-
Provide the Javascript
function()used to map matching documents. - ReactiveMapReduceOperation.MapReduceWithOptions<T> - Interface in org.springframework.data.mongodb.core
-
Additional mapReduce options (Optional).
- ReactiveMapReduceOperation.MapReduceWithProjection<T> - Interface in org.springframework.data.mongodb.core
-
Result type override (Optional).
- ReactiveMapReduceOperation.MapReduceWithQuery<T> - Interface in org.springframework.data.mongodb.core
-
Input document filter query (Optional).
- ReactiveMapReduceOperation.MapReduceWithReduceFunction<T> - Interface in org.springframework.data.mongodb.core
-
Provide the Javascript
function()used to reduce matching documents. - ReactiveMapReduceOperation.ReactiveMapReduce<T> - Interface in org.springframework.data.mongodb.core
-
ReactiveMapReduceOperation.ReactiveMapReduceprovides methods for constructing reactive mapReduce operations in a fluent way. - ReactiveMapReduceOperation.TerminatingMapReduce<T> - Interface in org.springframework.data.mongodb.core
-
Trigger mapReduce execution by calling one of the terminating methods.
- reactiveMongoClient() - Method in class org.springframework.data.mongodb.config.AbstractReactiveMongoConfiguration
-
Return the Reactive Streams
MongoClientinstance to connect to. - ReactiveMongoClientFactoryBean - Class in org.springframework.data.mongodb.core
-
Convenient factory for configuring a reactive streams
MongoClient. - ReactiveMongoClientFactoryBean() - Constructor for class org.springframework.data.mongodb.core.ReactiveMongoClientFactoryBean
- ReactiveMongoContext - Class in org.springframework.data.mongodb.core
-
ReactiveMongoContextutilizes and enriches the ReactorContextwith information potentially required for e.g. - ReactiveMongoContext() - Constructor for class org.springframework.data.mongodb.core.ReactiveMongoContext
- ReactiveMongoDatabaseFactory - Interface in org.springframework.data.mongodb
-
Interface for factories creating reactive
MongoDatabaseinstances. - ReactiveMongoDatabaseUtils - Class in org.springframework.data.mongodb
-
Helper class for managing reactive
MongoDatabaseinstances viaReactiveMongoDatabaseFactory. - ReactiveMongoDatabaseUtils() - Constructor for class org.springframework.data.mongodb.ReactiveMongoDatabaseUtils
- reactiveMongoDbFactory() - Method in class org.springframework.data.mongodb.config.AbstractReactiveMongoConfiguration
-
Creates a
ReactiveMongoDatabaseFactoryto be used by theReactiveMongoOperations. - ReactiveMongoOperations - Interface in org.springframework.data.mongodb.core
-
Interface that specifies a basic set of MongoDB operations executed in a reactive way.
- ReactiveMongoPersistentEntityIndexCreator - Class in org.springframework.data.mongodb.core.index
-
Component that inspects
MongoPersistentEntityinstances contained in the givenMongoMappingContextfor indexing metadata and ensures the indexes to be available using reactive infrastructure. - ReactiveMongoPersistentEntityIndexCreator(MongoMappingContext, ReactiveIndexOperationsProvider) - Constructor for class org.springframework.data.mongodb.core.index.ReactiveMongoPersistentEntityIndexCreator
-
Creates a new
ReactiveMongoPersistentEntityIndexCreatorfor the givenMongoMappingContext,ReactiveIndexOperationsProvider. - ReactiveMongoPersistentEntityIndexCreator(MongoMappingContext, ReactiveIndexOperationsProvider, IndexResolver) - Constructor for class org.springframework.data.mongodb.core.index.ReactiveMongoPersistentEntityIndexCreator
-
Creates a new
ReactiveMongoPersistentEntityIndexCreatorfor the givenMongoMappingContext,ReactiveIndexOperationsProvider, andIndexResolver. - ReactiveMongoQueryMethod - Class in org.springframework.data.mongodb.repository.query
-
Reactive specific implementation of
MongoQueryMethod. - ReactiveMongoQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext) - Constructor for class org.springframework.data.mongodb.repository.query.ReactiveMongoQueryMethod
-
Creates a new
ReactiveMongoQueryMethodfrom the givenMethod. - ReactiveMongoRepository<T,
ID> - Interface in org.springframework.data.mongodb.repository -
Mongo specific
Repositoryinterface with reactive support. - ReactiveMongoRepositoryConfigurationExtension - Class in org.springframework.data.mongodb.repository.config
-
Reactive
RepositoryConfigurationExtensionfor MongoDB. - ReactiveMongoRepositoryConfigurationExtension() - Constructor for class org.springframework.data.mongodb.repository.config.ReactiveMongoRepositoryConfigurationExtension
- ReactiveMongoRepositoryFactory - Class in org.springframework.data.mongodb.repository.support
-
Factory to create
ReactiveMongoRepositoryinstances. - ReactiveMongoRepositoryFactory(ReactiveMongoOperations) - Constructor for class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
-
Creates a new
ReactiveMongoRepositoryFactorywith the givenReactiveMongoOperations. - ReactiveMongoRepositoryFactoryBean<T,
S, - Class in org.springframework.data.mongodb.repository.supportID> -
FactoryBeanto createReactiveMongoRepositoryinstances. - ReactiveMongoRepositoryFactoryBean(Class) - Constructor for class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactoryBean
-
Creates a new
ReactiveMongoRepositoryFactoryBeanfor the given repository interface. - ReactiveMongoRepositoryFragmentsContributor - Interface in org.springframework.data.mongodb.repository.support
-
Reactive MongoDB-specific
RepositoryFragmentsContributorcontributing fragments based on the repository. - reactiveMongoTemplate(ReactiveMongoDatabaseFactory, MappingMongoConverter) - Method in class org.springframework.data.mongodb.config.AbstractReactiveMongoConfiguration
-
Creates
ReactiveMongoOperations. - ReactiveMongoTemplate - Class in org.springframework.data.mongodb.core
-
Primary implementation of
ReactiveMongoOperations. - ReactiveMongoTemplate(MongoClient, String) - Constructor for class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Constructor used for a basic template configuration.
- ReactiveMongoTemplate(ReactiveMongoDatabaseFactory) - Constructor for class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Constructor used for a basic template configuration.
- ReactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter) - Constructor for class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Constructor used for a basic template configuration.
- ReactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter, Consumer) - Constructor for class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Constructor used for a basic template configuration.
- reactiveMongoTemplateRef() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Configures the name of the
MongoTemplatebean to be used with the repositories detected. - ReactiveMongoTransactionManager - Class in org.springframework.data.mongodb
-
A
ReactiveTransactionManagerimplementation that managesClientSessionbased transactions for a singleReactiveMongoDatabaseFactory. - ReactiveMongoTransactionManager() - Constructor for class org.springframework.data.mongodb.ReactiveMongoTransactionManager
-
Create a new
ReactiveMongoTransactionManagerfor bean-style usage. - ReactiveMongoTransactionManager(ReactiveMongoDatabaseFactory) - Constructor for class org.springframework.data.mongodb.ReactiveMongoTransactionManager
-
Create a new
ReactiveMongoTransactionManagerobtaining sessions from the givenReactiveMongoDatabaseFactory. - ReactiveMongoTransactionManager(ReactiveMongoDatabaseFactory, TransactionOptions) - Constructor for class org.springframework.data.mongodb.ReactiveMongoTransactionManager
-
Create a new
ReactiveMongoTransactionManagerobtaining sessions from the givenReactiveMongoDatabaseFactoryapplying the givenoptions, if present, when starting a new transaction. - ReactiveMongoTransactionManager(ReactiveMongoDatabaseFactory, MongoTransactionOptionsResolver, MongoTransactionOptions) - Constructor for class org.springframework.data.mongodb.ReactiveMongoTransactionManager
-
Create a new
ReactiveMongoTransactionManagerobtaining sessions from the givenReactiveMongoDatabaseFactoryapplying the givenoptions, if present, when starting a new transaction. - ReactiveMongoTransactionManager.ReactiveMongoTransactionObject - Class in org.springframework.data.mongodb
-
MongoDB specific transaction object, representing a
MongoResourceHolder. - ReactivePartTreeMongoQuery - Class in org.springframework.data.mongodb.repository.query
-
Reactive PartTree
RepositoryQueryimplementation for Mongo. - ReactivePartTreeMongoQuery(ReactiveMongoQueryMethod, ReactiveMongoOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.mongodb.repository.query.ReactivePartTreeMongoQuery
- ReactiveQuerydslMongoPredicateExecutor<T> - Class in org.springframework.data.mongodb.repository.support
-
MongoDB-specific
QuerydslPredicateExecutorthat allows executionPredicates in various forms. - ReactiveQuerydslMongoPredicateExecutor(MongoEntityInformation, ReactiveMongoOperations) - Constructor for class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
-
Creates a new
ReactiveQuerydslMongoPredicateExecutorfor the givenMongoEntityInformationandReactiveMongoOperations. - ReactiveQuerydslMongoPredicateExecutor(MongoEntityInformation, ReactiveMongoOperations, EntityPathResolver) - Constructor for class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
-
Creates a new
ReactiveQuerydslMongoPredicateExecutorfor the givenMongoEntityInformation,ReactiveMongoOperationsandEntityPathResolver. - ReactiveRemoveOperation - Interface in org.springframework.data.mongodb.core
-
ReactiveRemoveOperationallows creation and execution of reactive MongoDB remove / findAndRemove operations in a fluent API style. - ReactiveRemoveOperation.ReactiveRemove<T> - Interface in org.springframework.data.mongodb.core
- ReactiveRemoveOperation.RemoveWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Collection override (optional).
- ReactiveRemoveOperation.RemoveWithQuery<T> - Interface in org.springframework.data.mongodb.core
-
Provide a
Queryoverride (optional). - ReactiveRemoveOperation.TerminatingRemove<T> - Interface in org.springframework.data.mongodb.core
-
Compose remove execution by calling one of the terminating methods.
- ReactiveRemoveOperation.TerminatingResults<T> - Interface in org.springframework.data.mongodb.core
- ReactiveSessionCallback<T> - Interface in org.springframework.data.mongodb.core
-
Callback interface for executing operations within a
ClientSessionusing reactive infrastructure. - ReactiveSessionScoped - Interface in org.springframework.data.mongodb.core
-
Gateway interface to execute
ClientSessionbound operations against MongoDB via aReactiveSessionCallback. - ReactiveStringBasedAggregation - Class in org.springframework.data.mongodb.repository.query
-
A reactive
RepositoryQueryto use a plain JSON String to create anaggregationpipeline to actually execute. - ReactiveStringBasedAggregation(ReactiveMongoQueryMethod, ReactiveMongoOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.mongodb.repository.query.ReactiveStringBasedAggregation
- ReactiveStringBasedMongoQuery - Class in org.springframework.data.mongodb.repository.query
-
Query to use a plain JSON String to create the
Queryto actually execute. - ReactiveStringBasedMongoQuery(String, ReactiveMongoQueryMethod, ReactiveMongoOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.mongodb.repository.query.ReactiveStringBasedMongoQuery
-
Creates a new
ReactiveStringBasedMongoQueryfor the givenString,MongoQueryMethod,MongoOperations,ValueExpressionDelegate. - ReactiveStringBasedMongoQuery(ReactiveMongoQueryMethod, ReactiveMongoOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.mongodb.repository.query.ReactiveStringBasedMongoQuery
-
Creates a new
ReactiveStringBasedMongoQueryfor the givenMongoQueryMethod,MongoOperationsandValueExpressionDelegate. - ReactiveUpdateOperation - Interface in org.springframework.data.mongodb.core
-
ReactiveUpdateOperationallows creation and execution of reactive MongoDB update / findAndModify / findAndReplace operations in a fluent API style. - ReactiveUpdateOperation.FindAndModifyWithOptions<T> - Interface in org.springframework.data.mongodb.core
-
Define
FindAndModifyOptions(optional). - ReactiveUpdateOperation.FindAndReplaceWithOptions<T> - Interface in org.springframework.data.mongodb.core
-
Define
FindAndReplaceOptions. - ReactiveUpdateOperation.FindAndReplaceWithProjection<T> - Interface in org.springframework.data.mongodb.core
-
Result type override (Optional).
- ReactiveUpdateOperation.ReactiveUpdate<T> - Interface in org.springframework.data.mongodb.core
- ReactiveUpdateOperation.ReplaceWithOptions - Interface in org.springframework.data.mongodb.core
- ReactiveUpdateOperation.TerminatingFindAndModify<T> - Interface in org.springframework.data.mongodb.core
-
Compose findAndModify execution by calling one of the terminating methods.
- ReactiveUpdateOperation.TerminatingFindAndReplace<T> - Interface in org.springframework.data.mongodb.core
-
Compose findAndReplace execution by calling one of the terminating methods.
- ReactiveUpdateOperation.TerminatingReplace - Interface in org.springframework.data.mongodb.core
-
Trigger replaceOne execution by calling one of the terminating methods.
- ReactiveUpdateOperation.TerminatingUpdate<T> - Interface in org.springframework.data.mongodb.core
-
Compose update execution by calling one of the terminating methods.
- ReactiveUpdateOperation.UpdateWithCollection<T> - Interface in org.springframework.data.mongodb.core
-
Explicitly define the name of the collection to perform operation in (optional).
- ReactiveUpdateOperation.UpdateWithQuery<T> - Interface in org.springframework.data.mongodb.core
-
Define a filter query for the
Update(optional). - ReactiveUpdateOperation.UpdateWithUpdate<T> - Interface in org.springframework.data.mongodb.core
-
Declare the
Updateto apply. - ReactiveValidatingEntityCallback - Class in org.springframework.data.mongodb.core.mapping.event
-
Reactive variant of JSR-303 dependant entities validator.
- ReactiveValidatingEntityCallback(Validator) - Constructor for class org.springframework.data.mongodb.core.mapping.event.ReactiveValidatingEntityCallback
-
Creates a new
ReactiveValidatingEntityCallbackusing the givenValidator. - ReactiveVectorSearchAggregation - Class in org.springframework.data.mongodb.repository.query
-
AbstractReactiveMongoQueryimplementation to run aVectorSearchAggregation. - ReactiveVectorSearchAggregation(ReactiveMongoQueryMethod, ReactiveMongoOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.mongodb.repository.query.ReactiveVectorSearchAggregation
- read(Object) - Method in interface org.springframework.data.mongodb.core.encryption.EncryptionContext
-
Reads the value as an instance of the
property type. - read(Object, Class) - Method in interface org.springframework.data.mongodb.core.encryption.EncryptionContext
-
Reads the value as an instance of
type. - read(Object, TypeInformation) - Method in class org.springframework.data.mongodb.core.convert.MongoConversionContext
- read(Object, TypeInformation) - Method in interface org.springframework.data.mongodb.core.encryption.EncryptionContext
-
Reads the value as an instance of
type. - read(Class, Bson) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- read(Object, TypeInformation) - Method in interface org.springframework.data.mongodb.core.convert.ReferenceResolver.MongoEntityReader
-
Read values from the given source into an object defined via the given
TypeInformation. - read(Object, MongoConversionContext) - Method in interface org.springframework.data.mongodb.core.convert.encryption.EncryptingConverter
- read(Object, MongoConversionContext) - Method in class org.springframework.data.mongodb.core.convert.encryption.MongoEncryptionConverter
- read(TypeInformation, Bson) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- readAliasFrom(Bson) - Method in class org.springframework.data.mongodb.core.convert.DefaultMongoTypeMapper.DocumentTypeAliasAccessor
- readBsonType() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- readCollectionOrArray(MappingMongoConverter.ConversionContext, Collection, TypeInformation) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Reads the given
Collectioninto a collection of the givenTypeInformation. - readConcern(ReadConcern) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Define a
ReadConcernto apply to the aggregation. - ReadConcernAware - Interface in org.springframework.data.mongodb.core
-
Interface to be implemented by any object that wishes to expose the
ReadConcern. - ReadConcernPropertyEditor - Class in org.springframework.data.mongodb.config
-
Parse a
Stringto aReadConcern. - ReadConcernPropertyEditor() - Constructor for class org.springframework.data.mongodb.config.ReadConcernPropertyEditor
- readDocument(MappingMongoConverter.ConversionContext, Bson, TypeInformation) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Conversion method to materialize an object from a
document. - readMap(MappingMongoConverter.ConversionContext, Bson, TypeInformation) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- readPreference() - Element in annotation interface org.springframework.data.mongodb.repository.Aggregation
-
The mode of the read preference to use.
- readPreference() - Element in annotation interface org.springframework.data.mongodb.repository.Query
-
The mode of the read preference to use.
- readPreference(ReadPreference) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Define a
ReadPreferenceto apply to the aggregation. - ReadPreference - Annotation Interface in org.springframework.data.mongodb.repository
-
Annotation to declare read preference for repository and query.
- ReadPreference and com.mongodb.ReadConcern - Section in class org.springframework.data.mongodb.core.MongoTemplate
- ReadPreference and com.mongodb.ReadConcern - Section in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- ReadPreferenceAware - Interface in org.springframework.data.mongodb.core
-
Interface to be implemented by any object that wishes to expose the
ReadPreference. - ReadPreferencePropertyEditor - Class in org.springframework.data.mongodb.config
-
Parse a
Stringto aReadPreference. - ReadPreferencePropertyEditor() - Constructor for class org.springframework.data.mongodb.config.ReadPreferencePropertyEditor
- readReference(MongoPersistentProperty, Object, ReferenceLookupDelegate.LookupFunction, ReferenceResolver.MongoEntityReader) - Method in class org.springframework.data.mongodb.core.convert.ReferenceLookupDelegate
-
Read the reference expressed by the given property.
- READY - Enum constant in enum class org.springframework.data.mongodb.core.index.SearchIndexStatus
-
ask me anything - queryable
- redact(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
RedactOperationthat can restrict the content of a document based on information stored within the document itself. - RedactOperation - Class in org.springframework.data.mongodb.core.aggregation
-
RedactOperationallows to restrict the content of aDocumentbased on information stored within itself. - RedactOperation(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.RedactOperation
-
Create new
RedactOperation. - RedactOperation.RedactOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder to create new instance of
RedactOperation. - reduce(String) - Method in interface org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithReduceFunction
-
Set the Javascript map
function(). - reduce(String) - Method in interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithReduceFunction
-
Set the Javascript map
function(). - reduce(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Start creating new
AggregationExpressionthat applies anAggregationExpressionto each element in an array and combines them into a single value. - reduce(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.ReduceBuilder
-
Define the
AggregationExpressionto apply to each element in the input array in left-to-right order. - reduce(ArrayOperators.Reduce.PropertyExpression...) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Start creating new
AggregationExpressionthat applies anAggregationExpressionto each element in an array and combines them into a single value. - reduce(ArrayOperators.Reduce.PropertyExpression...) - Method in interface org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.ReduceBuilder
-
Define the
ArrayOperators.Reduce.PropertyExpressions to apply to each element in the input array in left-to-right order. - ReferenceCollection(String, String) - Constructor for class org.springframework.data.mongodb.core.convert.ReferenceResolver.ReferenceCollection
- ReferenceLoader - Interface in org.springframework.data.mongodb.core.convert
-
The
ReferenceLoaderobtains rawdocumentsfor linked entities via aReferenceLoader.DocumentReferenceQuery. - ReferenceLoader.DocumentReferenceQuery - Interface in org.springframework.data.mongodb.core.convert
-
The
ReferenceLoader.DocumentReferenceQuerydefines the criteria by whichdocumentsshould be matched applying potentially given order criteria. - ReferenceLoader.NoResultsFilter - Enum Class in org.springframework.data.mongodb.core.convert
-
A dedicated
ReferenceLoader.DocumentReferenceQuerythat will not match any documents. - referenceLookupDelegate - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- ReferenceLookupDelegate - Class in org.springframework.data.mongodb.core.convert
-
A common delegate for
ReferenceResolverimplementations to resolve a reference to one/many target documents that are converted to entities. - ReferenceLookupDelegate(MappingContext, SpELContext) - Constructor for class org.springframework.data.mongodb.core.convert.ReferenceLookupDelegate
-
Create a new
ReferenceLookupDelegate. - ReferenceResolver - Interface in org.springframework.data.mongodb.core.convert
-
The
ReferenceResolverallows to load and convert linked entities. - ReferenceResolver.MongoEntityReader - Interface in org.springframework.data.mongodb.core.convert
-
Domain type conversion callback interface that allows to read the
sourceobject into a mapped object. - ReferenceResolver.ReferenceCollection - Class in org.springframework.data.mongodb.core.convert
-
ReferenceResolver.ReferenceCollectionis a value object that contains information about the target database and collection name of an association. - referringTo(String) - Method in enum class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.Variable
-
Create a
Fieldreference to a given property prefixed with theArrayOperators.Reduce.Variableidentifier. eg. - regex(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Specify the regular expression to apply.
- regex(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Specify the regular expression to apply.
- regex(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Specify the regular expression to apply.
- regex(String) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using a $regex operator.
- regex(String, String) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using a $regex and $options operator.
- regex(Pattern) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Syntactical sugar for
Criteria.is(Object)making obvious that we create a regex predicate. - regex(BsonRegularExpression) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Use a MongoDB native
BsonRegularExpression. - regex(Criteria, Object) - Method in class org.springframework.data.mongodb.repository.query.MongoQueryCreator
- REGEX - Enum constant in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator.MatchMode
-
Treats strings as regular expression patterns
- regexFind(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and applies the given regular expression to find the document with the first match.
NOTE: Requires MongoDB 4.0 or later. - regexFind(String, String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and applies the regular expression with the options specified in the argument to find the document with the first match. - regexFind(Pattern) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes thePatternand applies the regular expression with the options specified in the argument to find the document with the first match. - regexFind(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and applies the regular expression resulting from the givenAggregationExpressionto find the document with the first match.
NOTE: Requires MongoDB 4.0 or later. - RegexFind(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- regexFindAll(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and applies the given regular expression to find all the documents with the match.
NOTE: Requires MongoDB 4.0 or later. - regexFindAll(String, String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and applies the regular expression with the options specified in the argument to find all the documents with the match. - regexFindAll(Pattern) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes aPatternand applies the regular expression with the options specified in the argument to find all the documents with the match. - regexFindAll(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and applies the regular expression resulting from the givenAggregationExpressionto find all the documents with the match..
NOTE: Requires MongoDB 4.0 or later. - RegexFindAll(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- RegexFlags - Class in org.springframework.data.mongodb.util
-
Utility to translate
regex flagsto MongoDB regex options and vice versa. - regexMatch(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and applies the given regular expression to find if a match is found or not.
NOTE: Requires MongoDB 4.0 or later. - regexMatch(String, String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and applies the regular expression with the options specified in the argument to find if a match is found or not. - regexMatch(Pattern) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes aPatternand applies the regular expression with the options specified in the argument to find if a match is found or not. - regexMatch(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and applies the regular expression resulting from the givenAggregationExpressionto find if a match is found or not.
NOTE: Requires MongoDB 4.0 or later. - RegexMatch(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- regexOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Specify the reference to the
fieldholding the regular expression to apply. - regexOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Specify the reference to the
fieldholding the regular expression to apply. - regexOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Specify the reference to the
fieldholding the regular expression to apply. - regexOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Specify the
AggregationExpressionevaluating to the regular expression to apply. - regexOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Specify the
AggregationExpressionevaluating to the regular expression to apply. - regexOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Optional specify the
AggregationExpressionevaluating to the regular expression to apply. - regexType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- register(SubscriptionRequest, Class) - Method in class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
- register(SubscriptionRequest, Class) - Method in interface org.springframework.data.mongodb.core.messaging.MessageListenerContainer
-
Register a new
SubscriptionRequestin the container. - register(SubscriptionRequest, Class, ErrorHandler) - Method in class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
- register(SubscriptionRequest, Class, ErrorHandler) - Method in interface org.springframework.data.mongodb.core.messaging.MessageListenerContainer
-
Register a new
SubscriptionRequestin the container. - register(SubscriptionRequest) - Method in interface org.springframework.data.mongodb.core.messaging.MessageListenerContainer
-
Register a new
SubscriptionRequestin the container. - register(SubscriptionRequest, Task) - Method in class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
- register(ExecutableMongoScript) - Method in interface org.springframework.data.mongodb.core.ScriptOperations
-
Deprecated.Store given
ExecutableMongoScriptgenerating a synthetic name so that it can be called by it subsequently. - register(NamedMongoScript) - Method in interface org.springframework.data.mongodb.core.ScriptOperations
-
Deprecated.Registers the given
NamedMongoScriptin the database. - registerConverter(Converter) - Method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions.MongoConverterConfigurationAdapter
-
Add a custom
Converterimplementation. - registerConverterFactory(ConverterFactory) - Method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions.MongoConverterConfigurationAdapter
-
Add a custom
ConverterFactoryimplementation. - registerConverters(Collection) - Method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions.MongoConverterConfigurationAdapter
- registerConvertersIn(ConverterRegistry) - Method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions
- registerLazyLoadingProxyIfNeeded(Class, GenerationContext) - Method in class org.springframework.data.mongodb.aot.LazyLoadingProxyAotProcessor
- registerPropertyValueConverterFactory(PropertyValueConverterFactory) - Method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions.MongoConverterConfigurationAdapter
-
Add a custom/default
PropertyValueConverterFactoryimplementation used to servePropertyValueConverter. - REGULAR_EXPRESSION - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- relaxed() - Static method in class org.springframework.data.mongodb.core.aggregation.FieldLookupPolicy
- RELAXED - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.AggregationOptions.DomainTypeMapping
-
Fields that do not exist in the model are treated as-is.
- relaxedMapping() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Apply a relaxed domain type mapping considering
Fieldannotations using the user provided name if a referenced field does not exist. - RelaxedTypeBasedAggregationOperationContext - Class in org.springframework.data.mongodb.core.aggregation
-
Deprecated.since 4.3.1
- RelaxedTypeBasedAggregationOperationContext(Class, MappingContext, QueryMapper) - Constructor for class org.springframework.data.mongodb.core.aggregation.RelaxedTypeBasedAggregationOperationContext
-
Deprecated.Creates a new
TypeBasedAggregationOperationContextfor the given type,MappingContextandQueryMapper. - remove(boolean) - Method in class org.springframework.data.mongodb.core.FindAndModifyOptions
- remove(Class) - Method in interface org.springframework.data.mongodb.core.ExecutableRemoveOperation
-
Start creating a remove operation for the given domainType.
- remove(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- remove(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- remove(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveRemoveOperation
-
Start creating a remove operation for the given domainType.
- remove(Object) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Remove the given object from the collection by id and (if applicable) its
Version. - remove(Object) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- remove(Object) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Remove the given object from the collection by id and (if applicable) its
Version. - remove(Object) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- remove(Object, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Removes the given object from the given collection by id and (if applicable) its
Version. - remove(Object, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- remove(Object, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Removes the given object from the given collection.
- remove(Object, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
- remove(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
- remove(List) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a list of remove operations to the bulk operation.
- remove(List) - Method in interface org.springframework.data.mongodb.core.ReactiveBulkOperations
-
Add a list of remove operations to the bulk operation.
- remove(Subscription) - Method in class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
- remove(Subscription) - Method in interface org.springframework.data.mongodb.core.messaging.MessageListenerContainer
-
Unregister a given
Subscriptionfrom the container. - remove(Query) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a single remove operation to the bulk operation.
- remove(Query) - Method in interface org.springframework.data.mongodb.core.ReactiveBulkOperations
-
Add a single remove operation to the bulk operation.
- remove(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Remove all documents that match the provided query document criteria from the collection used to store the entityClass.
- remove(Query, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- remove(Query, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Remove all documents that match the provided query document criteria from the collection used to store the entityClass.
- remove(Query, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- remove(Query, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Remove all documents that match the provided query document criteria from the collection used to store the entityClass.
- remove(Query, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- remove(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Remove all documents that match the provided query document criteria from the collection used to store the entityClass.
- remove(Query, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- remove(Query, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Remove all documents from the specified collection that match the provided query document criteria.
- remove(Query, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- remove(Query, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Remove all documents from the specified collection that match the provided query document criteria.
- remove(Query, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- remove(Mono) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Remove the given object from the collection by id and (if applicable) its
Version. - remove(Mono) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- remove(Mono, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Removes the given object from the given collection by id and (if applicable) its
Version. - remove(Mono, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- REMOVE - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
-
Variable that evaluates to a missing value.
- REMOVE - Enum constant in enum class org.springframework.data.mongodb.core.MongoActionOperation
- REMOVE - Static variable in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
A variable to conditionally exclude a field.
- removeField(String) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and obtains the value of the field with matching name. - removeNullId(Bson) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Remove
_id : nullfrom the givenBsonif present. - rename(String, String) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
- rename(String, String) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using the $rename update modifier.
- replace(Query, Class, T, ReplaceOptions, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- replace(Query, Class, T, ReplaceOptions, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- replace(Query, T) - Method in interface org.springframework.data.mongodb.core.MongoOperations
- replace(Query, T) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
- replace(Query, T, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
- replace(Query, T, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
- replace(Query, T, ReplaceOptions) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Replace a single document matching the
Criteriaof givenQuerywith thereplacementdocument takingReplaceOptionsinto account. - replace(Query, T, ReplaceOptions) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Replace a single document matching the
Criteriaof givenQuerywith thereplacementdocument takingReplaceOptionsinto account. - replace(Query, T, ReplaceOptions, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Replace a single document matching the
Criteriaof givenQuerywith thereplacementdocument takingReplaceOptionsinto account. - replace(Query, T, ReplaceOptions, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- replace(Query, T, ReplaceOptions, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Replace a single document matching the
Criteriaof givenQuerywith thereplacementdocument takingReplaceOptionsinto account. - replace(Query, T, ReplaceOptions, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- REPLACE - Enum constant in enum class org.springframework.data.mongodb.core.MongoActionOperation
- replaceAll(String, String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and replaces all occurrences of the search string with the given replacement. - replaceAll(AggregationExpression, String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and replaces all occurrences of the search string computed by the givenAggregationExpressionwith the given replacement. - ReplaceAll(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
- replaceDocument() - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.WhenDocumentsMatch
-
Replace the existing document in the output collection with the matching results document.
- replaceFirst() - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingReplace
-
Find first and replace/upsert.
- replaceFirst() - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.TerminatingReplace
-
Find first and replace/upsert.
- replacement(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
The string to use to replace the first matched instance of
findin input. - replacement(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
The string to use to replace the first matched instance of
findin input. - replacementOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
Specifies the reference to the
fieldholding the string to use to replace the first matched instance offindin input. - replacementOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
Specifies the
AggregationExpressionevaluating to the string to use to replace the first matched instance offindininput. - replacementValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
Specifies the reference to the
fieldholding the string to use to replace the first matched instance offindin input. - replacementValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
Specifies the
AggregationExpressionevaluating to the string to use to replace the first matched instance offindin input. - replaceOne(String, String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and replaces the first occurrence of the search string with the given replacement. - replaceOne(AggregationExpression, String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and replaces the first occurrence of the search string computed by the givenAggregationExpressionwith the given replacement. - replaceOne(Query, Object) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a single replace operation to the bulk operation.
- replaceOne(Query, Object) - Method in interface org.springframework.data.mongodb.core.ReactiveBulkOperations
-
Add a single replace operation to the bulk operation.
- replaceOne(Query, Object, FindAndReplaceOptions) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a single replace operation to the bulk operation.
- replaceOne(Query, Object, FindAndReplaceOptions) - Method in interface org.springframework.data.mongodb.core.ReactiveBulkOperations
-
Add a single replace operation to the bulk operation.
- ReplaceOne(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
- replaceOptions() - Static method in class org.springframework.data.mongodb.core.ReplaceOptions
-
Static factory method to create a
ReplaceOptionsinstance. - ReplaceOptions - Class in org.springframework.data.mongodb.core
-
Options for
replace operations. - ReplaceOptions() - Constructor for class org.springframework.data.mongodb.core.ReplaceOptions
- replaceRoot() - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Factory method to create a new
ReplaceRootOperation.ReplaceRootDocumentOperationBuilderto configure aReplaceRootOperation. - replaceRoot(String) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Factory method to create a new
ReplaceRootOperationfor the field with the given name. - replaceRoot(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Factory method to create a new
ReplaceRootOperationfor the field with the givenAggregationExpression. - ReplaceRootDocumentOperation() - Constructor for class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation.ReplaceRootDocumentOperation
-
Creates an empty
ReplaceRootOperation.ReplaceRootDocumentOperation. - ReplaceRootDocumentOperation(ReplaceRootOperation.ReplaceRootDocumentOperation, ReplaceRootOperation.ReplacementDocument) - Constructor for class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation.ReplaceRootDocumentOperation
-
Creates an extended
ReplaceRootOperation.ReplaceRootDocumentOperationthat combinesReplaceRootOperation.ReplacementDocuments from the currentOperation and extension operation. - ReplaceRootDocumentOperationBuilder(ReplaceRootOperation.ReplaceRootDocumentOperation, Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation.ReplaceRootDocumentOperationBuilder
- ReplaceRootOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$replaceRoot-operation. - ReplaceRootOperation(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation
-
Creates a new
ReplaceRootOperationgiven theAggregationExpressionpointing to a document. - ReplaceRootOperation(Field) - Constructor for class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation
-
Creates a new
ReplaceRootOperationgiven theFieldfield name. - ReplaceRootOperation(ReplaceRootOperation.Replacement) - Constructor for class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation
-
Creates a new
ReplaceRootOperationgiven theReplaceRootOperation.Replacement. - ReplaceRootOperation.Replacement - Interface in org.springframework.data.mongodb.core.aggregation
-
Replacement object that results in a replacement document or an expression that results in a document.
- ReplaceRootOperation.ReplaceRootDocumentOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$replaceRoot-operation to result in a composable replacement document. - ReplaceRootOperation.ReplaceRootDocumentOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder for
ReplaceRootOperation.ReplaceRootDocumentOperationto populateReplaceRootOperation.ReplacementDocument - ReplaceRootOperation.ReplaceRootOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder for
ReplaceRootOperation. - ReplaceRootOperationBuilder() - Constructor for class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation.ReplaceRootOperationBuilder
- replaceWith(Object) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
-
$replaceWithreplaces the input document with the value. - replaceWith(ReplaceWithOperation) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
-
$replaceWithreplaces the input document with the specified document. - replaceWith(T) - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithUpdate
-
Specify
replacementobject. - replaceWith(T) - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.UpdateWithUpdate
-
Specify
replacementobject. - ReplaceWithOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$replaceRoot-operation. - ReplaceWithOperation(ReplaceRootOperation.Replacement) - Constructor for class org.springframework.data.mongodb.core.aggregation.ReplaceWithOperation
-
Creates new instance of
ReplaceWithOperation. - replaceWithResourceIfNecessary(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- replaceWithValue(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ReplaceWithOperation
-
Creates new instance of
ReplaceWithOperation. - replaceWithValueOf(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ReplaceWithOperation
- repositoryBaseClass() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Configure the repository base class to be used to create repository proxies for this particular configuration.
- repositoryBaseClass() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Configure the repository base class to be used to create repository proxies for this particular configuration.
- repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Returns the
FactoryBeanclass to be used for each repository instance. - repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Returns the
FactoryBeanclass to be used for each repository instance. - repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Returns the postfix to be used when looking up custom repository implementations.
- repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Returns the postfix to be used when looking up custom repository implementations.
- representation() - Method in class org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type.BsonType
- representation() - Method in class org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type.JsonType
- representation() - Method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
-
Get the
JsonSchemaObject.Typerepresentation. - required(String...) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
- required(String...) - Method in class org.springframework.data.mongodb.core.schema.MongoJsonSchema.MongoJsonSchemaBuilder
- required(String...) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
-
Define the Object’s required properties.
- required(JsonSchemaProperty) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Turns the given
JsonSchemaPropertyinto a required on. - reset() - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader.Mark
- resolve(MongoPersistentProperty) - Method in interface org.springframework.data.mongodb.core.convert.DbRefResolverCallback
-
Resolve the final object for the given
MongoPersistentProperty. - resolve(MongoAction) - Method in interface org.springframework.data.mongodb.core.WriteConcernResolver
-
Resolve the
WriteConcerngiven theMongoAction. - resolve(TransactionDefinition) - Method in interface org.springframework.data.mongodb.MongoTransactionOptionsResolver
-
Resolve
MongoTransactionOptionsfrom a givenTransactionDefinitionby evaluatingTransactionAttribute.getLabels()labels if possible. - resolveConflict(MongoJsonSchema.ConflictResolutionFunction.Path, Object, Object) - Method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema.ConflictResolutionFunction
-
Resolve the conflict for two values under the same
path. - resolveDbRef(MongoPersistentProperty, DBRef, DbRefResolverCallback, DbRefProxyHandler) - Method in interface org.springframework.data.mongodb.core.convert.DbRefResolver
-
Resolves the given
DBRefinto an object of the givenMongoPersistentProperty's type. - resolveDbRef(MongoPersistentProperty, DBRef, DbRefResolverCallback, DbRefProxyHandler) - Method in class org.springframework.data.mongodb.core.convert.DefaultDbRefResolver
- resolveDbRef(MongoPersistentProperty, DBRef, DbRefResolverCallback, DbRefProxyHandler) - Method in enum class org.springframework.data.mongodb.core.convert.NoOpDbRefResolver
- resolveEntity(MongoPersistentProperty) - Method in interface org.springframework.data.mongodb.core.MongoJsonSchemaCreator.JsonSchemaPropertyContext
-
Obtain the
MongoPersistentEntityfor a given property. - resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.mongodb.config.MongoDbFactoryParser
- resolveIndexFor(Class) - Method in interface org.springframework.data.mongodb.core.index.IndexResolver
-
Find and create
IndexDefinitions for properties of givenTypeInformation. - resolveIndexFor(TypeInformation) - Method in interface org.springframework.data.mongodb.core.index.IndexResolver
-
Find and create
IndexDefinitions for properties of givenTypeInformation. - resolveIndexFor(TypeInformation) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver
- resolveIndexForEntity(MongoPersistentEntity) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver
-
Resolve the
IndexDefinitions for a given root entity by traversingMongoPersistentPropertyscanning for index annotationsIndexed,CompoundIndexandGeospatialIndex. - resolveKeyId(String, Supplier) - Static method in class org.springframework.data.mongodb.util.encryption.EncryptionUtils
-
Resolve a given plain
Stringvalue into the store native keyId format, considering potentialexpressions. - resolveProxyType(Class, Supplier) - Static method in class org.springframework.data.mongodb.core.convert.LazyLoadingProxyFactory
-
Predict the proxy target type.
- resolveReference(MongoPersistentProperty, Object, ReferenceLookupDelegate, ReferenceResolver.MongoEntityReader) - Method in class org.springframework.data.mongodb.core.convert.DefaultReferenceResolver
- resolveReference(MongoPersistentProperty, Object, ReferenceLookupDelegate, ReferenceResolver.MongoEntityReader) - Method in enum class org.springframework.data.mongodb.core.convert.NoOpDbRefResolver
- resolveReference(MongoPersistentProperty, Object, ReferenceLookupDelegate, ReferenceResolver.MongoEntityReader) - Method in interface org.springframework.data.mongodb.core.convert.ReferenceResolver
-
Resolve the association defined via the given property from a given source value.
- resolveValue(Map, String) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Resolve the value for a given key.
- resolveValue(Map, FieldName) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Resolve the value for a given
field name. - resolveValue(Bson, String) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Resolve the value for a given key.
- resolveValue(Bson, FieldName) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Resolve the value for a given
field name. - restoreOrder(Iterable) - Method in interface org.springframework.data.mongodb.core.convert.ReferenceLoader.DocumentReferenceQuery
-
Restore the order of fetched documents.
- restrict(Class, Class...) - Method in class org.springframework.data.mongodb.core.query.Query
-
Restricts the query to only return documents instances that are exactly of the given types.
- restrict(CriteriaDefinition) - Method in class org.springframework.data.mongodb.core.aggregation.GraphLookupOperation.GraphLookupOperationBuilder
-
Optionally add a query specifying conditions to the recursive search.
- restrictions - Variable in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
- resumeAfter(Object) - Method in interface org.springframework.data.mongodb.core.ReactiveChangeStreamOperation.ResumingChangeStream
-
Resume the change stream after a given point.
- resumeAfter(BsonValue) - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
-
Set the resume token after which to continue emitting notifications.
- resumeAfter(BsonValue) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the resume token after which to continue emitting notifications.
- resumeAt(Object) - Method in interface org.springframework.data.mongodb.core.ReactiveChangeStreamOperation.ResumingChangeStream
-
Resume the change stream at a given point.
- resumeAt(Instant) - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
-
Set the cluster time to resume from.
- resumeAt(Instant) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the cluster time at which to resume listening.
- resumeAt(BsonTimestamp) - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
-
Set the cluster time to resume from.
- resumeToken(BsonValue) - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
-
Set the resume token (typically a
BsonDocumentcontaining abinary token) after which to start with listening. - resumeToken(BsonValue) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the resume token (typically a
BsonDocumentcontaining abinary token) after which to start with listening. - returnFullDocumentBeforeChange() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
-
Return the full document before being changed if it is available.
- returnFullDocumentOnUpdate() - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
-
Set the
FullDocumentlookup toFullDocument.UPDATE_LOOKUP. - returnNew() - Method in class org.springframework.data.mongodb.core.FindAndReplaceOptions
-
Return the replacement document.
- returnNew(boolean) - Method in class org.springframework.data.mongodb.core.FindAndModifyOptions
- returnPropertyIfBetterIdPropertyCandidateOrNull(MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
-
As a general note: An implicit id property has a name that matches "id" or "_id".
- reverse() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat returns an array with the elements in reverse order. - reverseArrayOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
-
Creates new
ArrayOperators.ReverseArraygiven fieldReference. - reverseArrayOf(Collection) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
-
Creates new
ArrayOperators.ReverseArray. - reverseArrayOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
-
Creates new
ArrayOperators.ReverseArraygivenAggregationExpression. - right() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
-
Remove whitespace or the specified characters from the end of a string.
- ROOT - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
-
Variable that references the root document.
- ROOT - Static variable in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
References the root document, i.e. the top-level document, currently being processed in the aggregation pipeline stage.
- round() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat rounds a number to a whole integer or to a specified decimal place. - round(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
-
Round the given numeric (integer, double, decimal, or long) value.
- roundToPlace(int) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat rounds a number to a specified decimal place. - roundValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
-
Round the value of the field that resolves to an integer, double, decimal, or long.
- roundValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
-
Round the outcome of the given expression hat resolves to an integer, double, decimal, or long.
- rtrim() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and trims whitespaces from the end. - rtrim(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and trims the given character sequence from the end. - rtrim(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and trims the character sequence resulting from the givenAggregationExpressionfrom the end. - RUNNING - Enum constant in enum class org.springframework.data.mongodb.core.messaging.Task.State
S
- sample(long) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
SampleOperationto select the specified number of documents from its input randomly. - SampleOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the
$sample-operation. - SampleOperation(long) - Constructor for class org.springframework.data.mongodb.core.aggregation.SampleOperation
- sampleRate(double) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $sampleRate operator.
- save(Mono) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Save the object to the collection for the entity type of the object to save.
- save(Mono) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- save(Mono, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Save the object to the specified collection.
- save(Mono, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- save(S) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- save(S) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- save(T) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Save the object to the collection for the entity type of the object to save.
- save(T) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- save(T) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Save the object to the collection for the entity type of the object to save.
- save(T) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- save(T, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Save the object to the specified collection.
- save(T, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- save(T, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Save the object to the specified collection.
- save(T, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- SAVE - Enum constant in enum class org.springframework.data.mongodb.core.MongoActionOperation
- saveAll(Iterable) - Method in class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- saveAll(Iterable) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- saveAll(Publisher) - Method in class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- saveDocument(String, Document, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- saveDocument(String, Document, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- SCALAR - Enum constant in enum class org.springframework.data.mongodb.core.index.VectorIndex.Quantization
-
Converting a float point into an integer.
- scanForEntities(String) - Method in class org.springframework.data.mongodb.config.MongoConfigurationSupport
-
Scans the given base package for entities, i.e.
- schema(MongoJsonSchema) - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith already given settings andvalidationOptionsset to givenMongoJsonSchema. - schema(MongoJsonSchema) - Static method in interface org.springframework.data.mongodb.core.validation.Validator
-
Creates a new
Validatorchecking documents against the structure defined inMongoJsonSchema. - schemaDocument() - Method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema
-
Create the
Documentdefining the schema. - schemaValidationAction(ValidationAction) - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith already given settings andvalidationActionset givenValidationAction. - schemaValidationLevel(ValidationLevel) - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith already given settings andvalidationLevelset givenValidationLevel. - scopeVariables(Map) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.Key-value pairs that are placed into JavaScript global scope and can be accessed from map, reduce, and finalize scripts.
- scoreBetween(Range.Bound, Range.Bound) - Method in class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- scoringFunction(Range) - Method in class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- SCRIPT - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- ScriptOperations - Interface in org.springframework.data.mongodb.core
-
Deprecated.since 2.2. The
evalcommand has been removed without replacement in MongoDB Server 4.2.0. - ScriptOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to $function and $accumulator aggregation operations.
- ScriptOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.ScriptOperators
- ScriptOperators.Accumulator - Class in org.springframework.data.mongodb.core.aggregation
-
ScriptOperators.Accumulatordefines a custom aggregation $accumulator operator, one that maintains its state (e.g. totals, maximums, minimums, and related data) as documents progress through the pipeline, in JavaScript. - ScriptOperators.Accumulator.AccumulatorAccumulateArgsBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ScriptOperators.Accumulator.AccumulatorAccumulateBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ScriptOperators.Accumulator.AccumulatorFinalizeBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ScriptOperators.Accumulator.AccumulatorInitArgsBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ScriptOperators.Accumulator.AccumulatorInitBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ScriptOperators.Accumulator.AccumulatorMergeBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- ScriptOperators.Function - Class in org.springframework.data.mongodb.core.aggregation
-
ScriptOperators.Functiondefines a custom aggregation $function in JavaScript. - scriptOps() - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Deprecated.since 2.2. The
evalcommand has been removed without replacement in MongoDB Server 4.2.0. - scriptOps() - Method in class org.springframework.data.mongodb.core.MongoTemplate
- scroll(ScrollPosition) - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingResults
-
Return a window of elements either starting or resuming at
ScrollPosition. - scroll(ScrollPosition) - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingResults
-
Return a scroll of elements either starting or resuming at
ScrollPosition. - scroll(ScrollPosition) - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
- scroll(Query, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Query for a window of objects of type T from the specified collection.
- scroll(Query, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- scroll(Query, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Query for a scroll of objects of type T from the specified collection.
- scroll(Query, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- scroll(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Query for a window of objects of type T from the specified collection.
- scroll(Query, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- scroll(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Query for a window of objects of type T from the specified collection.
- scroll(Query, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- search(String) - Static method in class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation
-
Entrypoint to build a
VectorSearchOperationstarting from theindexname to search. - SEARCH_META - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
-
A variable that stores the metadata results of an Atlas Search query.
- SearchIndexDefinition - Interface in org.springframework.data.mongodb.core.index
-
Definition for an Atlas Search Index (Search Index or Vector Index).
- SearchIndexInfo - Class in org.springframework.data.mongodb.core.index
-
Index information for a MongoDB Search Index.
- SearchIndexOperations - Interface in org.springframework.data.mongodb.core.index
-
Search Index operations on a collection for Atlas Search.
- SearchIndexOperationsProvider - Interface in org.springframework.data.mongodb.core.index
-
Provider interface to obtain
SearchIndexOperationsby MongoDB collection name or entity type. - searchIndexOps(Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- searchIndexOps(Class) - Method in interface org.springframework.data.mongodb.core.index.SearchIndexOperationsProvider
-
Returns the operations that can be performed on search indexes.
- searchIndexOps(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- searchIndexOps(Class, String) - Method in interface org.springframework.data.mongodb.core.index.SearchIndexOperationsProvider
-
Returns the operations that can be performed on search indexes.
- searchIndexOps(String) - Method in interface org.springframework.data.mongodb.core.index.SearchIndexOperationsProvider
-
Returns the operations that can be performed on search indexes.
- searchIndexOps(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- SearchIndexStatus - Enum Class in org.springframework.data.mongodb.core.index
-
Representation of different conditions a search index can be in.
- searchType() - Element in annotation interface org.springframework.data.mongodb.repository.VectorSearch
-
Configuration whether to use
VectorSearchOperation.SearchType.ANNorVectorSearchOperation.SearchType.ENNfor the search. - searchType(VectorSearchOperation.SearchType) - Method in class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation
-
Configure the search type to use.
- second() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the second portion of a date as a number between 0 and 59, but can be 60 to account for leap seconds. - second(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- second(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateParts
-
Set the second to the given value which must resolve to a value in range
0 - 59. - second(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- second(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
-
Creates new
DateOperators.Second. - SECOND - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnits
- SECOND - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnits
- secondary() - Static method in interface org.springframework.data.mongodb.core.query.Collation.ComparisonLevel
-
Secondary level of comparison.
- SECONDARY_READS - Enum constant in enum class org.springframework.data.mongodb.core.query.Meta.CursorOption
-
Allows querying of a replica.
- secondOf(String) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateParts
-
Set the second to the value resolved by following the given
field reference. - secondOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
-
Creates new
DateOperators.Second. - secondOf(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateParts
-
Set the second to the result of the given
expression. - secondOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
-
Creates new
DateOperators.Second. - SECONDS - Enum constant in enum class org.springframework.data.mongodb.core.timeseries.Granularity
-
High frequency ingestion.
- SelectionOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to selection operators such as $bottom.
- SelectionOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.SelectionOperators
- SelectionOperators.Bottom - Class in org.springframework.data.mongodb.core.aggregation
-
AbstractAggregationExpressionto return the bottom element according to the specifiedorder. - SelectionOperators.First - Class in org.springframework.data.mongodb.core.aggregation
-
AbstractAggregationExpressionto return the $firstN elements. - SelectionOperators.Last - Class in org.springframework.data.mongodb.core.aggregation
-
AbstractAggregationExpressionto return the $lastN elements. - SelectionOperators.Top - Class in org.springframework.data.mongodb.core.aggregation
-
AbstractAggregationExpressionto return the top element according to the specifiedorder. - SerializationUtils - Class in org.springframework.data.mongodb.core.query
-
Utility methods for JSON serialization.
- serializers() - Static method in class org.springframework.data.mongodb.core.geo.GeoJsonModule
-
Obtain a
Modulecontainingserializersfor the followingGeoJsontypes:GeoJsonPointGeoJsonMultiPointGeoJsonLineStringGeoJsonMultiLineStringGeoJsonPolygonGeoJsonMultiPolygon - serializeToJsonSafely(Object) - Static method in class org.springframework.data.mongodb.core.query.SerializationUtils
-
Serializes the given object into pseudo-JSON meaning it's trying to create a JSON representation as far as possible but falling back to the given object's
Object.toString()method if it's not serializable. - serializeValue(Object) - Static method in class org.springframework.data.mongodb.core.query.SerializationUtils
- SERIES_1_2_5 - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
- ServerAddressPropertyEditor - Class in org.springframework.data.mongodb.config
-
Parse a
Stringto aServerAddressarray. - ServerAddressPropertyEditor() - Constructor for class org.springframework.data.mongodb.config.ServerAddressPropertyEditor
- SessionAwareMethodInterceptor<D,
C> - Class in org.springframework.data.mongodb -
MethodInterceptorimplementation looking up and invoking an alternative target method havingClientSessionas its first argument. - SessionAwareMethodInterceptor(ClientSession, T, Class, Class, SessionAwareMethodInterceptor.ClientSessionOperator, Class, SessionAwareMethodInterceptor.ClientSessionOperator) - Constructor for class org.springframework.data.mongodb.SessionAwareMethodInterceptor
-
Create a new SessionAwareMethodInterceptor for given target.
- SessionAwareMethodInterceptor.ClientSessionOperator<T> - Interface in org.springframework.data.mongodb
-
Represents an operation upon two operands of the same type, producing a result of the same type as the operands accepting
ClientSession. - SessionCallback<T> - Interface in org.springframework.data.mongodb.core
-
Callback interface for executing operations within a
ClientSession. - SessionScoped - Interface in org.springframework.data.mongodb.core
-
Gateway interface to execute
ClientSessionbound operations against MongoDB via aSessionCallback. - SessionSynchronization - Enum Class in org.springframework.data.mongodb
-
SessionSynchronizationis used along withMongoTemplateto define in which type of transactions to participate if any. - set(Object, Object) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperation
-
Append the value for a specific field to the operation.
- set(String) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
-
Fluent API variant for
$setadding a singlepipeline operationevery time. - set(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperation.FieldAppender
-
Define the field to set.
- set(String) - Static method in class org.springframework.data.mongodb.core.aggregation.SetOperation
-
Concatenate another field to set.
- set(String, Object) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
- set(String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using the $set update modifier.
- set(SetOperation) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
-
Adds new fields to documents.
- setAllowDiskUse(Boolean) - Method in class org.springframework.data.mongodb.core.query.Meta
-
Enables writing to temporary files for aggregation stages and queries.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.mongodb.core.mapping.MongoMappingContext
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- setApplicationName(String) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setAsText(String) - Method in class org.springframework.data.mongodb.config.ConnectionStringPropertyEditor
- setAsText(String) - Method in class org.springframework.data.mongodb.config.MongoCredentialPropertyEditor
- setAsText(String) - Method in class org.springframework.data.mongodb.config.ReadConcernPropertyEditor
- setAsText(String) - Method in class org.springframework.data.mongodb.config.ReadPreferencePropertyEditor
- setAsText(String) - Method in class org.springframework.data.mongodb.config.ServerAddressPropertyEditor
- setAsText(String) - Method in class org.springframework.data.mongodb.config.UUidRepresentationPropertyEditor
- setAsText(String) - Method in class org.springframework.data.mongodb.config.WriteConcernPropertyEditor
-
Parse a string to a
WriteConcern. - setAutoEncryptionSettings(AutoEncryptionSettings) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setAutoIndexCreation(boolean) - Method in class org.springframework.data.mongodb.core.mapping.MongoMappingContext
-
Enables/disables auto-index creation.
- setAutoStartup(boolean) - Method in class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
-
Set whether to auto-start this container.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
- setBypassAutoEncryption(boolean) - Method in class org.springframework.data.mongodb.core.MongoEncryptionSettingsFactoryBean
- setClusterConnectionMode(ClusterConnectionMode) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
-
????
- setClusterHosts(ServerAddress[]) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setClusterLocalThresholdMS(long) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setClusterRequiredReplicaSetName(String) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setClusterServerSelectionTimeoutMS(long) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setClusterSrvHost(String) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setCodecRegistry(CodecRegistry) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setCodecRegistryProvider(CodecRegistryProvider) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Configure a
CodecRegistryProviderthat provides native MongoDBcodecsfor reading values. - setComment(String) - Method in class org.springframework.data.mongodb.core.query.Meta
-
Add a comment to the query that is propagated to the profile log.
- setConnectionString(ConnectionString) - Method in class org.springframework.data.mongodb.core.MongoClientFactoryBean
- setConnectionString(String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoClientFactoryBean
-
Configures the connection string.
- setCreateIndexesForQueryMethods(boolean) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean
-
Configures whether to automatically create indexes for the properties referenced in a query method.
- setCreateIndexesForQueryMethods(boolean) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactoryBean
-
Configures whether to automatically create indexes for the properties referenced in a query method.
- setCredential(MongoCredential[]) - Method in class org.springframework.data.mongodb.core.MongoClientFactoryBean
-
Set the list of credentials to be used when creating
MongoClient. - setCursorBatchSize(int) - Method in class org.springframework.data.mongodb.core.query.Meta
-
Apply the batch size (number of documents to return in each response) for a query.
- setCusterRequiredClusterType(ClusterType) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setCustomConversions(CustomConversions) - Method in class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
-
Registers the given custom conversions with the converter.
- setDatabaseFactory(MongoDatabaseFactory) - Method in class org.springframework.data.mongodb.MongoTransactionManager
-
Set the
MongoDatabaseFactorythat this instance should manage transactions for. - setDatabaseFactory(ReactiveMongoDatabaseFactory) - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
-
Set the
ReactiveMongoDatabaseFactorythat this instance should manage transactions for. - setDates() - Element in annotation interface org.springframework.data.mongodb.config.EnableMongoAuditing
-
Configures whether the creation and modification dates are set.
- setDates() - Element in annotation interface org.springframework.data.mongodb.config.EnableReactiveMongoAuditing
-
Configures whether the creation and modification dates are set.
- setDeprecationErrors(Boolean) - Method in class org.springframework.data.mongodb.core.MongoServerApiFactoryBean
- setDirection(IndexDirection) - Method in class org.springframework.data.mongodb.core.index.IndexPredicate
- setDiskUse(DiskUse) - Method in class org.springframework.data.mongodb.core.query.Meta
-
Sets the
DiskUseto control whether temporary files are allowed to be written to disk during query. - setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- setEntityCallbacks(ReactiveEntityCallbacks) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Set the
ReactiveEntityCallbacksinstance to use when invokingcallbackslike theReactiveBeforeSaveCallback. - setEntityLifecycleEventsEnabled(boolean) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Configure whether lifecycle events such as
AfterLoadEvent,BeforeSaveEvent, etc. should be published or whether emission should be suppressed. - setEntityLifecycleEventsEnabled(boolean) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Configure whether lifecycle events such as
AfterLoadEvent,BeforeSaveEvent, etc. should be published or whether emission should be suppressed. - setEvaluationContextProvider(EvaluationContextProvider) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver
-
Set the
EvaluationContextProviderused for obtaining theEvaluationContextused to computeexpressions. - setExceptionTranslator(PersistenceExceptionTranslator) - Method in class org.springframework.data.mongodb.core.MongoClientFactoryBean
-
Configures the
PersistenceExceptionTranslatorto use. - setExceptionTranslator(PersistenceExceptionTranslator) - Method in class org.springframework.data.mongodb.core.ReactiveMongoClientFactoryBean
-
Configures the
PersistenceExceptionTranslatorto use. - setExceptionTranslator(PersistenceExceptionTranslator) - Method in class org.springframework.data.mongodb.core.MongoDatabaseFactorySupport
-
Configures the
PersistenceExceptionTranslatorto be used. - setExceptionTranslator(PersistenceExceptionTranslator) - Method in class org.springframework.data.mongodb.core.SimpleReactiveMongoDatabaseFactory
-
Configures the
PersistenceExceptionTranslatorto be used. - setExpire(Duration) - Method in class org.springframework.data.mongodb.core.index.IndexOptions
- setExtraOptions(Map) - Method in class org.springframework.data.mongodb.core.MongoEncryptionSettingsFactoryBean
- setField(String) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and obtains the value of the field with matching name. - SetField(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- setFieldNamingStrategy(FieldNamingStrategy) - Method in class org.springframework.data.mongodb.core.mapping.MongoMappingContext
-
Configures the
FieldNamingStrategyto be used to determine the field name if no manual mapping is applied. - setFieldsObject(Document) - Method in class org.springframework.data.mongodb.core.query.BasicQuery
-
Set the fields (projection)
Document. - setFragmentsContributor(MongoRepositoryFragmentsContributor) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
-
Configures the
MongoRepositoryFragmentsContributorto be used. - setFragmentsContributor(ReactiveMongoRepositoryFragmentsContributor) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
-
Configures the
ReactiveMongoRepositoryFragmentsContributorto be used. - setHidden(boolean) - Method in class org.springframework.data.mongodb.core.index.IndexOptions
- setHost(String) - Method in class org.springframework.data.mongodb.core.MongoClientFactoryBean
-
Configures the host to connect to.
- setHost(String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoClientFactoryBean
-
Configures the host to connect to.
- setInstantiators(EntityInstantiators) - Method in class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
-
Registers
EntityInstantiatorsto customize entity instantiation. - setKeyVaultClientSettings(MongoClientSettings) - Method in class org.springframework.data.mongodb.core.MongoEncryptionSettingsFactoryBean
- setKeyVaultNamespace(String) - Method in class org.springframework.data.mongodb.core.MongoEncryptionSettingsFactoryBean
- setKmsProviders(Map) - Method in class org.springframework.data.mongodb.core.MongoEncryptionSettingsFactoryBean
- setMapKeyDotReplacement(String) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Configure the characters dots potentially contained in a
Mapshall be replaced with. - setMappingContext(MappingContext) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean
- setMappingContext(MappingContext) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactoryBean
- setMaxTime(Duration) - Method in class org.springframework.data.mongodb.core.query.Meta
-
Set the maximum time limit for processing operations.
- setMaxTimeMsec(long) - Method in class org.springframework.data.mongodb.core.query.Meta
-
Set the maximum time limit in milliseconds for processing operations.
- setMeta(Meta) - Method in class org.springframework.data.mongodb.core.query.Query
- setMongoClientSettings(MongoClientSettings) - Method in class org.springframework.data.mongodb.core.MongoClientFactoryBean
-
Set the
MongoClientSettingsto be used when creatingMongoClient. - setMongoClientSettings(MongoClientSettings) - Method in class org.springframework.data.mongodb.core.ReactiveMongoClientFactoryBean
-
Configures the mongo client settings.
- setMongoOperations(MongoOperations) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean
-
Configures the
MongoOperationsto be used. - setName(String) - Method in class org.springframework.data.mongodb.core.index.IndexPredicate
- setOnInsert(String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using the $setOnInsert update modifier.
- SetOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Adds new fields to documents.
- SetOperation(Object, Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.SetOperation
-
Create new instance of
SetOperation - SetOperation.FieldAppender - Class in org.springframework.data.mongodb.core.aggregation
- SetOperation.FieldAppender.ValueAppender - Interface in org.springframework.data.mongodb.core.aggregation
- SetOperatorFactory(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
SetOperators.SetOperatorFactoryfor given fieldReference. - SetOperatorFactory(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
SetOperators.SetOperatorFactoryfor givenAggregationExpression. - SetOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to Set expressions which perform set operation on arrays, treating arrays as sets.
- SetOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.SetOperators
- SetOperators.AllElementsTrue - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$allElementsTrue. - SetOperators.AnyElementTrue - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$anyElementTrue. - SetOperators.SetDifference - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$setDifference. - SetOperators.SetEquals - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$setEquals. - SetOperators.SetIntersection - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$setIntersection. - SetOperators.SetIsSubset - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$setIsSubset. - SetOperators.SetOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- SetOperators.SetUnion - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$setUnion. - setOptions(TransactionOptions) - Method in class org.springframework.data.mongodb.MongoTransactionManager
-
Set the
TransactionOptionsto be applied when starting transactions. - setOptions(TransactionOptions) - Method in class org.springframework.data.mongodb.ReactiveMongoTransactionManager
-
Set the
TransactionOptionsto be applied when starting transactions. - setOrder(int) - Method in class org.springframework.data.mongodb.core.mapping.event.AuditingEntityCallback
-
Specify the order value for this
BeforeConvertCallback. - setOrder(int) - Method in class org.springframework.data.mongodb.core.mapping.event.ReactiveAuditingEntityCallback
-
Specify the order value for this
BeforeConvertCallback. - setOrder(int) - Method in class org.springframework.data.mongodb.core.mapping.event.ReactiveValidatingEntityCallback
-
Specify the order value for this
ReactiveValidatingEntityCallback. - setOrder(int) - Method in class org.springframework.data.mongodb.core.mapping.event.ValidatingEntityCallback
-
Specify the order value for this
BeforeConvertCallback. - setPoolMaintenanceFrequencyMS(long) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setPoolMaintenanceInitialDelayMS(long) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setPoolMaxConnectionIdleTimeMS(long) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setPoolMaxConnectionLifeTimeMS(long) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setPoolMaxSize(int) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setPoolMaxWaitTimeMS(long) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setPoolMinSize(int) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setPort(int) - Method in class org.springframework.data.mongodb.core.MongoClientFactoryBean
-
Configures the port to connect to.
- setPort(int) - Method in class org.springframework.data.mongodb.core.ReactiveMongoClientFactoryBean
-
Configures the port to connect to.
- setPropertyValueConversions(PropertyValueConversions) - Method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions.MongoConverterConfigurationAdapter
-
Deprecated.
- setReactiveMongoOperations(ReactiveMongoOperations) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactoryBean
-
Configures the
ReactiveMongoOperationsto be used. - setReadConcern(ReadConcern) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setReadPreference(ReadPreference) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Used by @{link
MongoTemplate.prepareCollection(MongoCollection)to set theReadPreferencebefore any operations are performed. - setReadPreference(ReadPreference) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setReadPreference(ReadPreference) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Used by#prepareCollection(MongoCollection)} to set the
invalid @link
{@link {@linkReadPreferencebefore any operations are performed. - setReplicaSet(String) - Method in class org.springframework.data.mongodb.core.MongoClientFactoryBean
- setRepositoryFragmentsContributor(MongoRepositoryFragmentsContributor) - Method in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean
-
Configures the
MongoRepositoryFragmentsContributorto contribute built-in fragment functionality to the repository. - setRepositoryFragmentsContributor(ReactiveMongoRepositoryFragmentsContributor) - Method in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactoryBean
-
Configures the
MongoRepositoryFragmentsContributorto contribute built-in fragment functionality to the repository. - setRetryReads(Boolean) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setRetryWrites(Boolean) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setSchemaMap(Map) - Method in class org.springframework.data.mongodb.core.MongoEncryptionSettingsFactoryBean
- setScoreFieldName(String) - Method in class org.springframework.data.mongodb.core.query.TextQuery
-
Set the fieldname used for scoring.
- setServerApi(ServerApi) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setServerHeartbeatFrequencyMS(long) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setServerMinHeartbeatFrequencyMS(long) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setSession(Context, Publisher) - Static method in class org.springframework.data.mongodb.core.ReactiveMongoContext
-
Sets the
ClientSessioninto the ReactorContext. - setSessionSynchronization(SessionSynchronization) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Define if
MongoTemplateshould participate in transactions. - setSessionSynchronization(SessionSynchronization) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Define if
ReactiveMongoTemplateshould participate in transactions. - setSocketConnectTimeoutMS(int) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setSocketReadTimeoutMS(int) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setSocketReceiveBufferSize(int) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setSocketSendBufferSize(int) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setSortObject(Document) - Method in class org.springframework.data.mongodb.core.query.BasicQuery
-
Set the sort
Document. - setSslEnabled(Boolean) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setSslInvalidHostNameAllowed(Boolean) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setSslProvider(String) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setState(AbstractBsonReader.State) - Method in class org.springframework.data.mongodb.util.json.ParameterBindingJsonReader
- setStrict(Boolean) - Method in class org.springframework.data.mongodb.core.MongoServerApiFactoryBean
- setTransportSettings(TransportSettings) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setTypeMapper(MongoTypeMapper) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
-
Configures the
MongoTypeMapperto be used to add type information toDocuments created by the converter and how to lookup type information fromDocuments when reading them. - setUnique(boolean) - Method in class org.springframework.data.mongodb.core.index.IndexPredicate
- setUnique(IndexOptions.Unique) - Method in class org.springframework.data.mongodb.core.index.IndexOptions
- setuUidRepresentation(UuidRepresentation) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setValue(Object) - Method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema.ConflictResolutionFunction.Resolution
- setValueTo(String, Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators
-
Set the value of the field with given name on the $$CURRENT object.
- setVersion(String) - Method in class org.springframework.data.mongodb.core.MongoServerApiFactoryBean
- SetWindowFieldsOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the
setWindowFields-operation. - SetWindowFieldsOperation(Object, AggregationOperation, SetWindowFieldsOperation.WindowOutput) - Constructor for class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation
-
Create a new
SetWindowFieldsOperationwith given args. - SetWindowFieldsOperation.ComputedField - Class in org.springframework.data.mongodb.core.aggregation
-
A
Fieldthat the result of a computation done via anAggregationExpression. - SetWindowFieldsOperation.DocumentWindow - Class in org.springframework.data.mongodb.core.aggregation
-
SetWindowFieldsOperation.Windowimplementation based on the current document. - SetWindowFieldsOperation.DocumentWindowBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder API for a
SetWindowFieldsOperation.RangeWindow. - SetWindowFieldsOperation.RangeWindow - Class in org.springframework.data.mongodb.core.aggregation
-
SetWindowFieldsOperation.Windowimplementation based on the sort fields. - SetWindowFieldsOperation.RangeWindowBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder API for a
SetWindowFieldsOperation.RangeWindow. - SetWindowFieldsOperation.SetWindowFieldsOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
A fluent builder to create a
SetWindowFieldsOperation. - SetWindowFieldsOperation.SetWindowFieldsOperationBuilder.As - Interface in org.springframework.data.mongodb.core.aggregation
-
Interface to capture field name used to capture the computation result.
- SetWindowFieldsOperation.SetWindowFieldsOperationBuilder.WindowChoice - Interface in org.springframework.data.mongodb.core.aggregation
-
Interface to capture an optional
SetWindowFieldsOperation.Windowapplicable to the field computation. - SetWindowFieldsOperation.Window - Interface in org.springframework.data.mongodb.core.aggregation
-
A
SetWindowFieldsOperation.Windowto be used forComputedField. - SetWindowFieldsOperation.WindowOutput - Class in org.springframework.data.mongodb.core.aggregation
-
SetWindowFieldsOperation.WindowOutputdefines output of $setWindowFields stage by defining thefield(s)to append to the documents in the output. - SetWindowFieldsOperation.WindowOutput.ComputedFieldAppender - Interface in org.springframework.data.mongodb.core.aggregation
-
Tiny little helper to allow fluent API usage for
SetWindowFieldsOperation.WindowOutput.append(ComputedField). - SetWindowFieldsOperation.Windows - Interface in org.springframework.data.mongodb.core.aggregation
- SetWindowFieldsOperation.WindowUnit - Interface in org.springframework.data.mongodb.core.aggregation
-
The actual time unit to apply to a
SetWindowFieldsOperation.Window. - SetWindowFieldsOperation.WindowUnits - Enum Class in org.springframework.data.mongodb.core.aggregation
-
Quick access to available
units. - SetWindowFieldsOperationBuilder() - Constructor for class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.SetWindowFieldsOperationBuilder
- setWriteConcern(WriteConcern) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Configures the
WriteConcernto be used with the template. - setWriteConcern(WriteConcern) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Configures the
WriteConcernto be used with the template. - setWriteConcern(WriteConcern) - Method in class org.springframework.data.mongodb.core.MongoClientSettingsFactoryBean
- setWriteConcern(WriteConcern) - Method in class org.springframework.data.mongodb.core.MongoDatabaseFactorySupport
-
Configures the
WriteConcernto be used on theMongoDatabaseinstance being created. - setWriteConcern(WriteConcern) - Method in class org.springframework.data.mongodb.core.SimpleReactiveMongoDatabaseFactory
-
Configures the
WriteConcernto be used on theMongoDatabaseinstance being created. - setWriteConcernResolver(WriteConcernResolver) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Configures the
WriteConcernResolverto be used with the template. - setWriteConcernResolver(WriteConcernResolver) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Configures the
WriteConcernResolverto be used with the template. - setWriteResultChecking(WriteResultChecking) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Configures the
WriteResultCheckingto be used with the template. - setWriteResultChecking(WriteResultChecking) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Configures the
WriteResultCheckingto be used with the template. - Sharded - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
The
Shardedannotation provides meta information about the actual distribution of data. - shardingStrategy() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Sharded
-
The sharding strategy to use for distributing data across sharded clusters.
- ShardingStrategy - Enum Class in org.springframework.data.mongodb.core.mapping
- shardKey() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Sharded
-
The shard key determines the distribution of the collection's documents among the cluster's shards.
- ShardKey - Class in org.springframework.data.mongodb.core.mapping
-
Value object representing an entities Shard Key used to distribute documents across a sharded MongoDB cluster.
- shift(int) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.DocumentOperatorsFactory
-
Creates new
AggregationExpressionthat applies the expression to a document at specified position relative to the current document. - shift(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
-
Specifies the field to evaluate and return.
- shift(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
-
Specifies the
expressionto evaluate and return. - shifted() - Static method in class org.springframework.data.mongodb.core.query.Collation.Alternate
-
Whitespace and punctuation are not considered base characters and are only distinguished at strength.
- shouldCreatePersistentEntityFor(TypeInformation) - Method in class org.springframework.data.mongodb.core.mapping.MongoMappingContext
- shouldGenerateId() - Method in class org.springframework.data.mongodb.config.MongoAuditingBeanDefinitionParser
- similarity(String) - Method in class org.springframework.data.mongodb.core.index.VectorIndex.VectorFieldBuilder
-
Similarity function used.
- similarity(VectorIndex.SimilarityFunction) - Method in class org.springframework.data.mongodb.core.index.VectorIndex.VectorFieldBuilder
-
Similarity function used.
- simple() - Static method in class org.springframework.data.mongodb.core.query.Collation
-
Create a
Collationusing simple binary comparison. - SimpleMongoClientDatabaseFactory - Class in org.springframework.data.mongodb.core
-
Factory to create
MongoDatabaseinstances from aMongoClientinstance. - SimpleMongoClientDatabaseFactory(MongoClient, String) - Constructor for class org.springframework.data.mongodb.core.SimpleMongoClientDatabaseFactory
-
Creates a new
SimpleMongoClientDatabaseFactoryinstance from the givenMongoClient. - SimpleMongoClientDatabaseFactory(ConnectionString) - Constructor for class org.springframework.data.mongodb.core.SimpleMongoClientDatabaseFactory
-
Creates a new
SimpleMongoClientDatabaseFactoryinstance from the givenMongoClient. - SimpleMongoClientDatabaseFactory(String) - Constructor for class org.springframework.data.mongodb.core.SimpleMongoClientDatabaseFactory
-
Creates a new
SimpleMongoClientDatabaseFactoryinstance for the givenconnectionString. - SimpleMongoRepository<T,
ID> - Class in org.springframework.data.mongodb.repository.support -
Repository base implementation for Mongo.
- SimpleMongoRepository(MongoEntityInformation, MongoOperations) - Constructor for class org.springframework.data.mongodb.repository.support.SimpleMongoRepository
- SimplePath(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.SimplePath
- SimpleReactiveMongoDatabaseFactory - Class in org.springframework.data.mongodb.core
-
Factory to create
MongoDatabaseinstances from aMongoClientinstance. - SimpleReactiveMongoDatabaseFactory(ConnectionString) - Constructor for class org.springframework.data.mongodb.core.SimpleReactiveMongoDatabaseFactory
-
Creates a new
SimpleReactiveMongoDatabaseFactoryinstance from the givenConnectionString. - SimpleReactiveMongoDatabaseFactory(MongoClient, String) - Constructor for class org.springframework.data.mongodb.core.SimpleReactiveMongoDatabaseFactory
-
Creates a new
SimpleReactiveMongoDatabaseFactoryinstance from the givenMongoClient. - SimpleReactiveMongoRepository<T,
ID> - Class in org.springframework.data.mongodb.repository.support -
Reactive repository base implementation for Mongo.
- SimpleReactiveMongoRepository(MongoEntityInformation, ReactiveMongoOperations) - Constructor for class org.springframework.data.mongodb.repository.support.SimpleReactiveMongoRepository
- simpleToBsonValue(Object) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Convert a given simple value (eg.
- simpleToBsonValue(Object, CodecRegistry) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Convert a given simple value (eg.
- sin() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the sine of a numeric value given inradians. - sin(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
-
Creates a new
AggregationExpressionthat calculates the sine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - sin(Object, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
-
Creates a new
AggregationExpressionthat calculates the sine of a value that is measured in the givenunit. - sin(ArithmeticOperators.AngularUnit) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the sine of a numeric value in the givenunit. - SINGLE - Enum constant in enum class org.springframework.data.mongodb.core.spel.MethodReferenceNode.AggregationMethodReference.ArgumentType
- sinh() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the sine of a numeric value given inradians. - sinh(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic sine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - sinh(Object, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic sine of a value that is measured in the givenunit. - sinh(ArithmeticOperators.AngularUnit) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the sine of a numeric value. - sinhOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic sine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - sinhOf(String, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic sine of a value that is measured in the givenunit. - sinhOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic sine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - sinhOf(AggregationExpression, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic sine of a value that is measured in the givenunit. - sinOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
-
Creates a new
AggregationExpressionthat calculates the sine of a value that is measured inradians. - sinOf(String, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
-
Creates a new
AggregationExpressionthat calculates the sine of a value that is measured in the givenunit. - sinOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
-
Creates a new
AggregationExpressionthat calculates the sine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - sinOf(AggregationExpression, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
-
Creates a new
AggregationExpressionthat calculates the sine of a value that is measured in the givenunit. - size() - Method in class org.springframework.data.mongodb.core.aggregation.Fields
- size() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$sizeexpression that returns the size of the array held by the given field. - size() - Method in class org.springframework.data.mongodb.core.mapping.MongoVector
- size() - Method in class org.springframework.data.mongodb.core.mapping.ShardKey
- size(int) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $size operator.
- size(long) - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith already given settings andsizeset to given value. - skip() - Static method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema.ConflictResolutionFunction.Resolution
-
Obtain a
MongoJsonSchema.ConflictResolutionFunction.Resolutionthat will skip the entry and proceed computation. - skip(long) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
SkipOperationskipping the given number of elements. - skip(long) - Method in class org.springframework.data.mongodb.core.aggregation.GeoNearOperation
-
Override potential skip applied via
NearQuery.getSkip(). - skip(long) - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Configures the number of results to skip.
- skip(long) - Method in class org.springframework.data.mongodb.core.query.Query
-
Set number of documents to skip before returning results.
- SKIP - Static variable in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema.ConflictResolutionFunction.Resolution
-
Resolution
- skipNullAndEmptyArrays() - Method in interface org.springframework.data.mongodb.core.aggregation.UnwindOperation.EmptyArraysBuilder
-
Do not output documents if the array is null or empty.
- skipNullAndEmptyArrays() - Method in class org.springframework.data.mongodb.core.aggregation.UnwindOperation.UnwindOperationBuilder
- SkipOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$skip-operation. - SkipOperation(long) - Constructor for class org.springframework.data.mongodb.core.aggregation.SkipOperation
-
Creates a new
SkipOperationskipping the given number of elements. - skipOutput() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Run the aggregation, but do NOT read the aggregation result from the store.
- slice() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated array and selects a subset from it. - slice(int) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$sliceexpression that returns a subset of the array held by the given field. - slice(int) - Method in class org.springframework.data.mongodb.core.query.Update.PushOperatorBuilder
-
Propagates
$sliceto$push. - slice(int, int) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$sliceexpression that returns a subset of the array held by the given field. - slice(String, int) - Method in class org.springframework.data.mongodb.core.query.Field
-
Project a
$sliceof the arrayfieldusing the firstsizeelements. - slice(String, int, int) - Method in class org.springframework.data.mongodb.core.query.Field
-
Project a
$sliceof the arrayfieldusing the firstsizeelements starting atoffset. - sliceArrayOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
-
Creates new
ArrayOperators.Slice. - sliceArrayOf(Collection) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
-
Creates new
ArrayOperators.Slice. - sliceArrayOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
-
Creates new
ArrayOperators.Slice. - SlicedExecution(ExecutableFindOperation.FindWithQuery, Pageable) - Constructor for class org.springframework.data.mongodb.repository.query.MongoQueryExecution.SlicedExecution
- sliceResult(List, Pageable) - Static method in class org.springframework.data.mongodb.repository.util.SliceUtils
- SliceUtils - Class in org.springframework.data.mongodb.repository.util
-
Utility methods for
Slicehandling. - SliceUtils() - Constructor for class org.springframework.data.mongodb.repository.util.SliceUtils
- sort() - Element in annotation interface org.springframework.data.mongodb.core.mapping.DocumentReference
-
A specific sort.
- sort() - Element in annotation interface org.springframework.data.mongodb.repository.Query
-
Defines a default sort order for the given query.
- sort(Sort) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Factory method to create a new
SortOperationfor the givenSort. - sort(Sort) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated array and sorts it by the givenorder. - sort(Sort) - Method in class org.springframework.data.mongodb.core.query.Update.PushOperatorBuilder
-
Propagates
$sortto$push. - sort(Sort.Direction) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated array and sorts it by the givenorder. - sort(Sort.Direction) - Method in class org.springframework.data.mongodb.core.query.Update.PushOperatorBuilder
-
Propagates
$sortto$push. - sort(Sort.Direction, String...) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
- sortArray(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
-
Returns the given array.
- sortArrayOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
-
Sorts the elements in the array pointed to by the given
field reference. - sortArrayOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
-
Sorts the elements of the array computed buy the given
expression. - sortBy(String...) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.SetWindowFieldsOperationBuilder
-
Sort
ascendingby the given fields. - sortBy(Sort) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
-
Define result ordering.
- sortBy(Sort) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
-
Define result ordering.
- sortBy(Sort) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.SetWindowFieldsOperationBuilder
-
Set the sort order.
- sortBy(SortOperation) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.SetWindowFieldsOperationBuilder
-
Set the
SortOperationto use. - sortByCount(String) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
SortByCountOperationgiven groupByField. - sortByCount(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
SortByCountOperationgivengroup and sort expression. - SortByCountOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$sortByCount-operation. - SortByCountOperation(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.SortByCountOperation
-
Creates a new
SortByCountOperationgiven agroup-by expression. - SortByCountOperation(Field) - Constructor for class org.springframework.data.mongodb.core.aggregation.SortByCountOperation
-
Creates a new
SortByCountOperationgiven agroup-by field. - sortByScore() - Method in class org.springframework.data.mongodb.core.query.TextQuery
-
Add sorting by text score.
- SortOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$sort-operation. - SortOperation(Sort) - Constructor for class org.springframework.data.mongodb.core.aggregation.SortOperation
-
Creates a new
SortOperationfor the givenSortinstance. - space() - Method in class org.springframework.data.mongodb.core.query.Collation.AlternateWithMaxVariable
-
Only consider whitespaces as ignorable.
- span(Span) - Method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
-
Select the time between timestamps in the same bucket to define how data in the time series collection is organized.
- Span - Interface in org.springframework.data.mongodb.core.timeseries
- sparse() - Element in annotation interface org.springframework.data.mongodb.core.index.CompoundIndex
-
If set to true index will skip over any document that is missing the indexed field.
- sparse() - Method in class org.springframework.data.mongodb.core.index.Index
-
Skip over any document that is missing the indexed field.
- sparse() - Element in annotation interface org.springframework.data.mongodb.core.index.Indexed
-
If set to true index will skip over any document that is missing the indexed field.
- sparsity(long) - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics.RangeQuery
- Sphere - Class in org.springframework.data.mongodb.core.geo
-
Represents a geospatial sphere value.
- Sphere(Circle) - Constructor for class org.springframework.data.mongodb.core.geo.Sphere
-
Creates a Sphere from the given
Circle. - Sphere(Point, double) - Constructor for class org.springframework.data.mongodb.core.geo.Sphere
-
Creates a Sphere around the given center
Pointwith the given radius. - Sphere(Point, Distance) - Constructor for class org.springframework.data.mongodb.core.geo.Sphere
-
Creates a Sphere around the given center
Pointwith the given radius. - spherical(boolean) - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Configures whether to return spherical values for the actual distance.
- split(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
-
Use given
Stringas delimiter. - split(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat divides the associated string representation into an array of substrings based on the given delimiter. - split(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
-
Use value resulting from
AggregationExpressionas delimiter. - split(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat divides the associated string representation into an array of substrings based on a delimiter resulting from the givenAggregationExpression. - split(Field) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
-
Use value of referenced field as delimiter.
- split(Field) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat divides the associated string representation into an array of substrings based on the delimiter resulting from the referenced field.. - SpringDataMongoDB - Class in org.springframework.data.mongodb
-
Class that exposes the SpringData MongoDB specific information like the current
Versionordriver information. - SpringDataMongoDB() - Constructor for class org.springframework.data.mongodb.SpringDataMongoDB
- SpringDataMongodbQuery<T> - Class in org.springframework.data.mongodb.repository.support
-
Spring Data specific simple
FetchableQueryimplementation. - SpringDataMongodbQuery(MongoOperations, Class) - Constructor for class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
-
Creates a new
SpringDataMongodbQuery. - SpringDataMongodbQuery(MongoOperations, Class, String) - Constructor for class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
-
Creates a new
SpringDataMongodbQueryto query the given collection. - sqrt() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the square root of the associated number. - sqrt() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$sqrtexpression that takes the number of the previously mentioned field and calculates the square root. - sqrtOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
-
Creates new
ArithmeticOperators.Sqrt. - sqrtOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
-
Creates new
ArithmeticOperators.Sqrt. - sqrtOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
-
Creates new
ArithmeticOperators.Sqrt. - stage(String) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
AggregationOperationtaking the givenjson valueas is. - stage(Bson) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Creates a new
AggregationOperationtaking the givenbson valueas is. - STALE - Enum constant in enum class org.springframework.data.mongodb.core.index.SearchIndexStatus
-
ask me anything about outdated data - still queryable
- start() - Method in class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
- startAfter(Object) - Method in interface org.springframework.data.mongodb.core.ReactiveChangeStreamOperation.ResumingChangeStream
-
Start the change stream after a given point.
- startAfter(BsonValue) - Method in class org.springframework.data.mongodb.core.ChangeStreamOptions.ChangeStreamOptionsBuilder
-
Set the resume token after which to start emitting notifications.
- startAfter(BsonValue) - Method in class org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestBuilder
-
Set the resume token after which to start emitting notifications.
- STARTING - Enum constant in enum class org.springframework.data.mongodb.core.messaging.Task.State
- STARTING_WITH - Enum constant in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator.MatchMode
-
Matches string starting with pattern
- startingWith(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory.ReduceInitialValueBuilder
-
Define the initial cumulative value set before in is applied to the first element of the input array.
- startOfWeek(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
-
Set the start day of the week if the unit if measure is set to week.
- startOfWeek(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Define the weeks starting day if
DateOperators.DateTrunc.to(String)resolves to week. - startOfWeek(DayOfWeek) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Define the weeks starting day if
DateOperators.DateTrunc.to(String)resolves to week. - startWith(Object...) - Method in interface org.springframework.data.mongodb.core.aggregation.GraphLookupOperation.StartWithBuilder
-
Set the startWith as either fieldReferences,
Fields,DocumentorAggregationExpressionto apply the$graphLookupto. - startWith(String...) - Method in interface org.springframework.data.mongodb.core.aggregation.GraphLookupOperation.StartWithBuilder
-
Set the startWith fieldReferences to apply the
$graphLookupto. - startWith(AggregationExpression...) - Method in interface org.springframework.data.mongodb.core.aggregation.GraphLookupOperation.StartWithBuilder
-
Set the startWith expressions to apply the
$graphLookupto. - status(String) - Method in class org.springframework.data.mongodb.core.index.DefaultSearchIndexOperations
- status(String) - Method in interface org.springframework.data.mongodb.core.index.SearchIndexOperations
-
Check the actual
statusof an index. - stdDevPop() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated numeric value expression and calculates the population standard deviation of the input values. - stdDevPop() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the population standard deviation of the input values. - stdDevPop(String) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$stdDevPop-expression that for the given field-reference. - stdDevPop(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$stdDevPop-expression that for the givenAggregationExpression. - stdDevPopOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
-
Creates new
AccumulatorOperators.StdDevPop. - stdDevPopOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
-
Creates new
AccumulatorOperators.StdDevPopwith all previously added arguments appending the given one. - stdDevSamp() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated numeric value expression and calculates the sample standard deviation of the input values. - stdDevSamp() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the sample standard deviation of the input values. - stdDevSamp(String) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$stdDevSamp-expression that for the given field-reference. - stdDevSamp(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$stdDevSamp-expression that for the givenAggregationExpression. - stdDevSampOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
-
Creates new
AccumulatorOperators.StdDevSamp. - stdDevSampOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
-
Creates new
AccumulatorOperators.StdDevSamp. - stop() - Method in class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
- stop(Runnable) - Method in class org.springframework.data.mongodb.core.messaging.DefaultMessageListenerContainer
- store(InputStream, Object) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Stores the given content into a file with the given name.
- store(InputStream, String, Object) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Stores the given content into a file with the given name using the given metadata.
- store(InputStream, String, String) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Stores the given content into a file with the given name and content type.
- store(InputStream, String, String, Object) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Stores the given content into a file with the given name and content type using the given metadata.
- store(InputStream, String, String, Object) - Method in class org.springframework.data.mongodb.gridfs.GridFsTemplate
- store(InputStream, String, String, Document) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Stores the given content into a file with the given name and content type using the given metadata.
- store(InputStream, String, Document) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Stores the given content into a file with the given name using the given metadata.
- store(InputStream, String) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Stores the given content into a file with the given name.
- store(InputStream, Document) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
-
Stores the given content into a file with the given name.
- store(Publisher, Object) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Stores the given content into a file applying the given metadata.
- store(Publisher, String, Object) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Stores the given content into a file with the given name using the given metadata.
- store(Publisher, String, String) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Stores the given content into a file with the given name and content type.
- store(Publisher, String, String, Object) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Stores the given content into a file with the given name and content type using the given metadata.
- store(Publisher, String, String, Object) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
- store(Publisher, String, String, Document) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Stores the given content into a file with the given name and content type using the given metadata.
- store(Publisher, String, Document) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Stores the given content into a file with the given name using the given metadata.
- store(Publisher, String) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Stores the given content into a file with the given name.
- store(Publisher, Document) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
-
Stores the given content into a file applying the given metadata.
- store(GridFsObject) - Method in interface org.springframework.data.mongodb.gridfs.GridFsOperations
- store(GridFsObject) - Method in class org.springframework.data.mongodb.gridfs.GridFsTemplate
- store(GridFsObject) - Method in interface org.springframework.data.mongodb.gridfs.ReactiveGridFsOperations
- store(GridFsObject) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
- strcasecmp(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- strCaseCmp(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$strcasecmpexpression that takes the string representation of the previously mentioned field and performs case-insensitive comparison to the given value. - strCaseCmp(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and performs case-insensitive comparison to the given value. - strCaseCmp(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$strcasecmpexpression that takes the string representation of the previously mentioned field and performs case-insensitive comparison to the result of the givenAggregationExpression. - strcasecmpValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- strcasecmpValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- strCaseCmpValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$strcasecmpexpression that takes the string representation of the previously mentioned field and performs case-insensitive comparison to the referenced fieldRef. - strCaseCmpValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and performs case-insensitive comparison to the referenced fieldReference. - strCaseCmpValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and performs case-insensitive comparison to the result of the givenAggregationExpression. - stream() - Method in interface org.springframework.data.mongodb.core.ExecutableAggregationOperation.TerminatingAggregation
-
Apply pipeline operations as specified and stream all matching elements.
- stream() - Method in interface org.springframework.data.mongodb.core.ExecutableFindOperation.TerminatingResults
-
Stream all matching elements.
- stream() - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
- stream(Query, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Executes the given
Queryon the entity collection of the specifiedentityTypebacked by a Mongo DBFindIterable. - stream(Query, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- stream(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Executes the given
Queryon the entity collection of the specifiedentityTypeand collection backed by a Mongo DBFindIterable. - stream(Query, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- strength(int) - Method in class org.springframework.data.mongodb.core.query.Collation
-
Set the level of comparison to perform.
- strength(Collation.ComparisonLevel) - Method in class org.springframework.data.mongodb.core.query.Collation
-
Set the level of comparison to perform.
- strict() - Static method in class org.springframework.data.mongodb.core.aggregation.FieldLookupPolicy
- STRICT - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.AggregationOptions.DomainTypeMapping
-
Mapping throws errors for non-existent, but referenced fields.
- strictMapping() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions.Builder
-
Apply a strict domain type mapping considering
Fieldannotations throwing errors for non-existent, but referenced fields. - strictValidation() - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith already given settings andvalidationLevelset toValidationLevel.STRICT. - string() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Create a new
JsonSchemaObjectoftype : 'string'. - string(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.StringJsonSchemaPropertywith given identifier oftype : 'string'. - STRING - Enum constant in enum class org.springframework.data.mongodb.core.convert.MongoCustomConversions.BigDecimalRepresentation
-
Deprecated.since 5.0. Storing values as
Stringretains precision, but prevents efficient range queries. PreferMongoCustomConversions.BigDecimalRepresentation.DECIMAL128for better query support. - STRING - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- STRING - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- StringBasedAggregation - Class in org.springframework.data.mongodb.repository.query
-
AbstractMongoQueryimplementation to run string-based aggregations usingAggregation. - StringBasedAggregation(MongoQueryMethod, MongoOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.mongodb.repository.query.StringBasedAggregation
- StringBasedMongoQuery - Class in org.springframework.data.mongodb.repository.query
-
Query to use a plain JSON String to create the
Queryto actually execute. - StringBasedMongoQuery(String, MongoQueryMethod, MongoOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.mongodb.repository.query.StringBasedMongoQuery
-
Creates a new
StringBasedMongoQueryfor the givenString,MongoQueryMethod,MongoOperations,ValueExpressionDelegate,QueryMethodValueEvaluationContextAccessor. - StringBasedMongoQuery(MongoQueryMethod, MongoOperations, ValueExpressionDelegate) - Constructor for class org.springframework.data.mongodb.repository.query.StringBasedMongoQuery
-
Creates a new
StringBasedMongoQueryfor the givenMongoQueryMethod,MongoOperations,ValueExpressionDelegate. - stringLengthOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
-
Creates new
StringOperators.StrLenBytes. - stringLengthOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
-
Creates new
StringOperators.StrLenBytes. - stringLengthOfCP(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
-
Creates new
StringOperators.StrLenCP. - stringLengthOfCP(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
-
Creates new
StringOperators.StrLenCP. - StringOperatorFactory(String) - Constructor for class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
StringOperators.StringOperatorFactoryfor given fieldReference. - StringOperatorFactory(AggregationExpression) - Constructor for class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
StringOperators.StringOperatorFactoryfor givenAggregationExpression. - StringOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to String aggregation operations.
- StringOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.StringOperators
- StringOperators.Concat - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$concat. - StringOperators.IndexOfBytes - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$indexOfBytes. - StringOperators.IndexOfBytes.SubstringBuilder - Class in org.springframework.data.mongodb.core.aggregation
- StringOperators.IndexOfCP - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$indexOfCP. - StringOperators.IndexOfCP.SubstringBuilder - Class in org.springframework.data.mongodb.core.aggregation
- StringOperators.LTrim - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$ltrimwhich removes whitespace or the specified characters from the beginning of a string. - StringOperators.RegexFind - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$regexFindwhich applies a regular expression (regex) to a string and returns information on the first matched substring. - StringOperators.RegexFindAll - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$regexFindAllwhich applies a regular expression (regex) to a string and returns information on all the matched substrings. - StringOperators.RegexMatch - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$regexMatchwhich applies a regular expression (regex) to a string and returns a boolean that indicates if a match is found or not. - StringOperators.ReplaceAll - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$replaceAllwhich replaces all instances of a search string in an input string with a replacement string. - StringOperators.ReplaceOne - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$replaceOnewhich replaces the first instance of a search string in an input string with a replacement string. - StringOperators.RTrim - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$rtrimwhich removes whitespace or the specified characters from the end of a string. - StringOperators.Split - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$split. - StringOperators.StrCaseCmp - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$strcasecmp. - StringOperators.StringOperatorFactory - Class in org.springframework.data.mongodb.core.aggregation
- StringOperators.StrLenBytes - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$strLenBytes. - StringOperators.StrLenCP - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$strLenCP. - StringOperators.Substr - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$substr. - StringOperators.SubstrCP - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$substrCP. - StringOperators.ToLower - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$toLower. - StringOperators.ToUpper - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$toUpper. - StringOperators.Trim - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationExpressionfor$trimwhich removes whitespace or the specified characters from the beginning and end of a string. - StringToWriteConcernConverter - Class in org.springframework.data.mongodb.config
-
Converter to create
WriteConcerninstances from String representations. - StringToWriteConcernConverter() - Constructor for class org.springframework.data.mongodb.config.StringToWriteConcernConverter
- stringType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- stringValue(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
-
Creates new
StringOperators.Concat. - stringValue(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
-
Creates new
StringOperators.StrCaseCmp. - Subscription - Interface in org.springframework.data.mongodb.core.messaging
- SubscriptionRequest<S,
T, - Interface in org.springframework.data.mongodb.core.messagingO> -
The actual
SubscriptionRequestsent to theMessageListenerContainer. - SubscriptionRequest.RequestOptions - Interface in org.springframework.data.mongodb.core.messaging
-
Options for specifying the behaviour of the
SubscriptionRequest. - subsetOfArray(String) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$setIsSubsetexpression that takes array of the previously mentioned field and returns true if it is a subset of the given array. - substring(int) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$substrexpression that Takes the string representation of the previously mentioned field and returns a substring starting at a specified index position. - substring(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and returns a substring starting at a specified index position. - substring(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- substring(int, int) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$substrexpression that takes the string representation of the previously mentioned field and returns a substring starting at a specified index position including the specified number of characters. - substring(int, int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and returns a substring starting at a specified index position including the specified number of characters. - substring(int, int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- substringCP(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and returns a substring starting at a specified code point index position. - substringCP(int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- substringCP(int, int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and returns a substring starting at a specified code point index position including the specified number of code points. - substringCP(int, int) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- subtract(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat subtracts value from the associated number. - subtract(Number) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
-
Subtract the given value.
- subtract(Object, String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat subtracts the given value (in units). - subtract(Object, DateOperators.TemporalUnit) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat subtracts the given value (in units). - subtract(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat subtracts value of given from the associated number. - subtract(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
-
Subtract the value stored at the given field.
- subtract(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat subtracts value of given from the associated number. - subtract(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
-
Subtract the evaluated value of the given
AggregationExpression. - subtractValue(Object, String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
-
Subtract the number of units from a
start date. - subtractValueOf(String, String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat subtracts the value stored at the given field (in units). - subtractValueOf(String, String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
-
Subtract the number of units from a field from a
start date. - subtractValueOf(String, DateOperators.TemporalUnit) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat subtracts the value stored at the given field (in units). - subtractValueOf(AggregationExpression, String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat subtracts the value of the givenexpression(in units). - subtractValueOf(AggregationExpression, String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
-
Subtract the number of units of the result of the given
expressionfrom astart date. - subtractValueOf(AggregationExpression, DateOperators.TemporalUnit) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat subtracts the value of the givenexpression(in units). - sum() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.AccumulatorOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated numeric value expression and calculates and returns the sum. - sum() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates and returns the sum of numeric values. - sum() - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Generates a builder for a
$sum-expression for the current value. - sum(Number) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
-
Generates a builder for a
$sum-expression for the given value. - sum(String) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor a$sum-expression for the given field-reference. - sum(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
-
Generates an
GroupOperation.GroupOperationBuilderfor an$sum-expression for the givenAggregationExpression. - sumOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
-
Creates new
AccumulatorOperators.Sum. - sumOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
-
Creates new
AccumulatorOperators.Sum. - supportsBson(Object) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Returns the given source can be used/converted as
Bson. - supportsContext(Observation.Context) - Method in interface org.springframework.data.mongodb.observability.MongoHandlerObservationConvention
- switchCases(List) - Static method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
-
Creates new
ConditionalOperators.Switch. - switchCases(List) - Static method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators
-
Creates new
AggregationExpressionthat evaluates a series ofConditionalOperators.Switch.CaseOperatorexpressions. - switchCases(ConditionalOperators.Switch.CaseOperator...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
-
Creates new
ConditionalOperators.Switch. - switchCases(ConditionalOperators.Switch.CaseOperator...) - Static method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators
-
Creates new
AggregationExpressionthat evaluates a series ofConditionalOperators.Switch.CaseOperatorexpressions. - synthetic(Fields) - Static method in class org.springframework.data.mongodb.core.aggregation.ExposedFields
-
Creates synthetic
ExposedFieldsfrom the givenFields. - SystemVariable - Enum Class in org.springframework.data.mongodb.core.aggregation
-
Describes the system variables available in MongoDB aggregation framework pipeline expressions.
T
- tail() - Method in interface org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingResults
-
Get all matching elements using a
tailable cursor. - tail(Query, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- tail(Query, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Map the results of an ad-hoc query on the collection for the entity class to a stream of objects of the specified type.
- tail(Query, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- tail(Query, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Map the results of an ad-hoc query on the collection for the entity class to a stream of objects of the specified type.
- Tailable - Annotation Interface in org.springframework.data.mongodb.repository
-
Annotation to declare an infinite stream using MongoDB's
tailablecursors. - TailableCursorRequest<T> - Class in org.springframework.data.mongodb.core.messaging
-
SubscriptionRequestimplementation to be used to listen to query results in a Capped Collection using a Tailable Cursor. - TailableCursorRequest(MessageListener, SubscriptionRequest.RequestOptions) - Constructor for class org.springframework.data.mongodb.core.messaging.TailableCursorRequest
- TailableCursorRequest.TailableCursorRequestBuilder<T> - Class in org.springframework.data.mongodb.core.messaging
-
Builder for creating
TailableCursorRequest. - TailableCursorRequest.TailableCursorRequestOptions - Class in org.springframework.data.mongodb.core.messaging
-
SubscriptionRequest.RequestOptionsimplementation specific to aTailableCursorRequest. - TailableCursorRequest.TailableCursorRequestOptions.TailableCursorRequestOptionsBuilder - Class in org.springframework.data.mongodb.core.messaging
-
Builder for creating
TailableCursorRequest.TailableCursorRequestOptions. - tan() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the tangent of a numeric value given inradians. - tan(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
-
Creates a new
AggregationExpressionthat calculates the tangent of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - tan(Object, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
-
Creates a new
AggregationExpressionthat calculates the tangent of a value that is measured in the givenunit. - tan(ArithmeticOperators.AngularUnit) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the tangent of a numeric value in the givenunit. - tanh() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the hyperbolic tangent of a numeric value given inradians. - tanh(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic tangent of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - tanh(Object, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic tangent of a value that is measured in the givenunit. - tanh(ArithmeticOperators.AngularUnit) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat calculates the hyperbolic tangent of a numeric value. - tanhOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic tangent of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - tanhOf(String, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic tangent of a value that is measured in the givenunit. - tanhOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic tangent of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - tanhOf(AggregationExpression, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
-
Creates a new
AggregationExpressionthat calculates the hyperbolic tangent of a value that is measured in the givenunit. - tanOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
-
Creates a new
AggregationExpressionthat calculates the tangent of a value that is measured inradians. - tanOf(String, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
-
Creates a new
AggregationExpressionthat calculates the tangent of a value that is measured in the givenunit. - tanOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
-
Creates a new
AggregationExpressionthat calculates the tangent of a value that is measured inArithmeticOperators.AngularUnit.RADIANS. - tanOf(AggregationExpression, ArithmeticOperators.AngularUnit) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
-
Creates a new
AggregationExpressionthat calculates the tangent of a value that is measured in the givenunit. - target(MergeOperation.MergeOperationTarget) - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.MergeOperationBuilder
-
Define the target to store results in.
- targetType() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Field
-
The actual desired target type the field should be stored as.
- targetType() - Element in annotation interface org.springframework.data.mongodb.core.mapping.MongoId
-
Get the preferred _id type to be used.
- Task - Interface in org.springframework.data.mongodb.core.messaging
-
The actual
Taskto run within theMessageListenerContainer. - Task.State - Enum Class in org.springframework.data.mongodb.core.messaging
-
The
Task.Statedefining the lifecycle phase the actualTask. - Term - Class in org.springframework.data.mongodb.core.query
-
A
Termdefines one or multiple wordsTerm.Type.WORDor phrasesTerm.Type.PHRASEto be used in the context of full text search. - Term(String) - Constructor for class org.springframework.data.mongodb.core.query.Term
-
Creates a new
TermofTerm.Type.WORD. - Term(String, Term.Type) - Constructor for class org.springframework.data.mongodb.core.query.Term
- Term.Type - Enum Class in org.springframework.data.mongodb.core.query
- tertiary() - Static method in interface org.springframework.data.mongodb.core.query.Collation.ComparisonLevel
-
Tertiary level of comparison.
- TestAggregationContext - Class in org.springframework.data.mongodb.util.aggregation
- text(String, Float) - Static method in class org.springframework.data.mongodb.core.index.IndexField
-
Creates a text
IndexFieldfor the given key. - TextCriteria - Class in org.springframework.data.mongodb.core.query
-
Implementation of
CriteriaDefinitionto be used for full text search. - TextCriteria() - Constructor for class org.springframework.data.mongodb.core.query.TextCriteria
-
Creates a new
TextCriteria. - TextIndexDefinition - Class in org.springframework.data.mongodb.core.index
-
IndexDefinitionto span multiple keys for text search. - TextIndexDefinition.TextIndexDefinitionBuilder - Class in org.springframework.data.mongodb.core.index
-
TextIndexDefinition.TextIndexDefinitionBuilderhelps defining options for creatingTextIndexDefinition. - TextIndexDefinition.TextIndexedFieldSpec - Class in org.springframework.data.mongodb.core.index
- TextIndexDefinitionBuilder() - Constructor for class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexDefinitionBuilder
- TextIndexed - Annotation Interface in org.springframework.data.mongodb.core.index
-
TextIndexedmarks a field to be part of the text index. - TextIndexedFieldSpec(String) - Constructor for class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexedFieldSpec
-
Create new
TextIndexDefinition.TextIndexedFieldSpecfor given fieldname without any weight. - TextIndexedFieldSpec(String, Float) - Constructor for class org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexedFieldSpec
-
Create new
TextIndexDefinition.TextIndexedFieldSpecfor given fieldname and weight. - TextQuery - Class in org.springframework.data.mongodb.core.query
-
Queryimplementation to be used to for performing full text searches. - TextQuery(String) - Constructor for class org.springframework.data.mongodb.core.query.TextQuery
- TextQuery(String, String) - Constructor for class org.springframework.data.mongodb.core.query.TextQuery
-
Creates new
TextQueryinlanguage. - TextQuery(String, Locale) - Constructor for class org.springframework.data.mongodb.core.query.TextQuery
-
Creates new
TextQueryusing thelocales language.
For a full list of supported languages see the mongdodb reference manual for Text Search Languages. - TextQuery(TextCriteria) - Constructor for class org.springframework.data.mongodb.core.query.TextQuery
-
Creates new
TextQueryfor givenTextCriteria. - TextScore - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
TextScoremarks the property to be considered as the on server calculated textScore when doing full text search. - then(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Cond.ThenBuilder
- then(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.ConditionalOperatorFactory
-
Creates new
AggregationExpressionthat evaluates a boolean expression to return one of the two specified return expressions. - then(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.IfNull.ThenBuilder
- then(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch.CaseOperator.ThenBuilder
-
Set the then value.
- then(Object) - Method in class org.springframework.data.mongodb.core.aggregation.RedactOperation.RedactOperationBuilder
-
Define the outcome (anything that resolves to $$DESCEND, $$PRUNE, or $$KEEP) when the condition is met.
- thenDescend() - Method in class org.springframework.data.mongodb.core.aggregation.RedactOperation.RedactOperationBuilder
-
Return fields at the current document level and exclude embedded ones if the condition is met.
- thenKeep() - Method in class org.springframework.data.mongodb.core.aggregation.RedactOperation.RedactOperationBuilder
-
Return/Keep all fields at the current document/embedded level if the condition is met.
- thenPrune() - Method in class org.springframework.data.mongodb.core.aggregation.RedactOperation.RedactOperationBuilder
-
Exclude all fields at this current document/embedded level if the condition is met.
- thenValueOf(String) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Cond.ThenBuilder
- thenValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.ConditionalOperatorFactory
-
Creates new
AggregationExpressionthat evaluates a boolean expression to return one of the two specified return expressions. - thenValueOf(String) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.IfNull.ThenBuilder
- thenValueOf(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Cond.ThenBuilder
- thenValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.ConditionalOperatorFactory
-
Creates new
AggregationExpressionthat evaluates a boolean expression to return one of the two specified return expressions. - thenValueOf(AggregationExpression) - Method in interface org.springframework.data.mongodb.core.aggregation.ConditionalOperators.IfNull.ThenBuilder
- THIS - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.Variable
- time() - Method in interface org.springframework.data.mongodb.core.timeseries.Span
-
Defines the time between timestamps in the same bucket in a range between 1-31.536.000 seconds.
- timeField() - Element in annotation interface org.springframework.data.mongodb.core.mapping.TimeSeries
-
Name of the property which contains the date in each time series document.
- timeSeries(String) - Method in class org.springframework.data.mongodb.core.aggregation.OutOperation
-
Set the time series options for creating a time series collection with only the time field.
- timeSeries(String) - Static method in class org.springframework.data.mongodb.core.CollectionOptions
-
Quick way to set up
CollectionOptionsfor a Time Series collection. - timeSeries(String) - Static method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
-
Create a new instance of
CollectionOptions.TimeSeriesOptionsusing the given field as its timeField. - timeSeries(String, String, Granularity) - Method in class org.springframework.data.mongodb.core.aggregation.OutOperation
-
Set the time series options for creating a time series collection with time field, meta field, and granularity.
- timeSeries(String, Function) - Static method in class org.springframework.data.mongodb.core.CollectionOptions
-
Set up
CollectionOptionsfor a Time Series collection. - timeSeries(CollectionOptions.TimeSeriesOptions) - Method in class org.springframework.data.mongodb.core.aggregation.OutOperation
-
Set the time series options for creating a time series collection.
- timeSeries(CollectionOptions.TimeSeriesOptions) - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith the givenCollectionOptions.TimeSeriesOptions. - TimeSeries - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
Identifies a domain object to be persisted to a MongoDB Time Series collection.
- timestamp() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Create a new
JsonSchemaObjectoftype : 'timestamp'. - timestamp(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.TimestampJsonSchemaPropertywith given identifier oftype : 'timestamp'. - TIMESTAMP - Enum constant in enum class org.springframework.data.mongodb.core.mapping.FieldType
- TIMESTAMP - Static variable in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- timestampType() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
- TimezonedDateAggregationExpression(Object) - Constructor for class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- to(int) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Specify the conversion target type via its numeric representation.
- to(long) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator.RangeOperatorBuilder
-
Creates new
ArrayOperators.RangeOperator. - to(Number) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindowBuilder
-
The upper (inclusive) range limit based on current document.
- to(Number) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
-
The upper (inclusive) range limit value to add to the value based on the sortBy field.
- to(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator.RangeOperatorBuilder
-
Creates new
ArrayOperators.RangeOperator. - to(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Specify the conversion target type via its
Stringrepresentation. - to(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Define the unit of time.
- to(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindowBuilder
- to(String) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
-
The upper (inclusive) range limit based on the sortBy field.
- to(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator.RangeOperatorBuilder
-
Creates new
ArrayOperators.RangeOperator. - to(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Define the unit of time via an
AggregationExpression. - to(JsonSchemaObject.Type) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Specify the conversion target type.
- toArray() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectOperatorFactory
-
Creates new
aggregation expressionthat takes the associated value and converts it to an array ofdocumentsthat contain two fields k and v each. - toArray(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
-
Creates new
aggregation expressionthat takes the given value and converts it to an array. - toBoolean(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
-
Creates new
ConvertOperators.ToBoolusing the given value as input. - toBsonType() - Method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
-
Get the bsonType representation of the given type.
- toCaseInsensitiveMatch(Object) - Method in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1
- toCriteriaDefinition(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
-
Creates
$exprasCriteriaDefinition. - toCurrent() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindowBuilder
- toCurrent() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
-
Use current as
upperlimit. - toDate(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
-
Creates new
ConvertOperators.ToDateusing the given value as input. - toDate(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
-
Define the start date, in UTC, for the addition operation.
- toDate(Object) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
-
Define the start date, in UTC, for the addition operation.
- toDateOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
-
Define the start date, in UTC, for the addition operation.
- toDateOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
-
Define the start date, in UTC, for the addition operation.
- toDateOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
-
Define the start date, in UTC, for the addition operation.
- toDateOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
-
Define the start date, in UTC, for the addition operation.
- toDBRef() - Method in interface org.springframework.data.mongodb.core.convert.LazyLoadingProxy
-
Returns the
DBRefrepresented by thisLazyLoadingProxy, may be null. - toDBRef(Object, MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- toDBRef(Object, MongoPersistentProperty) - Method in interface org.springframework.data.mongodb.core.convert.MongoWriter
-
Creates a
DBRefto refer to the given object. - toDecimal(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
-
Creates new
ConvertOperators.ToDecimalusing the given value as input. - toDocument() - Method in class org.springframework.data.mongodb.BindableMongoExpression
- toDocument() - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationExpression
-
Obtain the as is (unmapped) representation of the
AggregationExpression. - toDocument() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
-
Returns a
Documentrepresentation of thisAggregationOptions. - toDocument() - Method in interface org.springframework.data.mongodb.core.aggregation.DensifyOperation.Range
-
Obtain the document representation of the window in a default
context. - toDocument() - Method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.Window
-
Obtain the document representation of the window in a default
context. - toDocument() - Method in class org.springframework.data.mongodb.core.CollectionOptions.EncryptedFieldsOptions
- toDocument() - Method in class org.springframework.data.mongodb.core.index.IndexOptions
- toDocument() - Method in class org.springframework.data.mongodb.core.query.Collation
-
Get the
Documentrepresentation of theCollation. - toDocument() - Method in class org.springframework.data.mongodb.core.query.NearQuery
-
Returns the
Documentbuilt by theNearQuery. - toDocument() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
- toDocument() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.QueryableJsonSchemaProperty
- toDocument() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.RequiredJsonSchemaProperty
- toDocument() - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty
- toDocument() - Method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Get the MongoDB specific representation.
The Document may contain fields (eg. like bsonType) not contained in the JsonSchema specification. - toDocument() - Method in interface org.springframework.data.mongodb.core.schema.MongoJsonSchema
- toDocument() - Method in interface org.springframework.data.mongodb.core.schema.QueryCharacteristic
- toDocument() - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics.EqualityQuery
- toDocument() - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics.RangeQuery
- toDocument() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
- toDocument() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
- toDocument() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ObjectJsonSchemaObject
- toDocument() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.StringJsonSchemaObject
- toDocument() - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
-
Create the JSON schema complying
Documentrepresentation. - toDocument() - Method in class org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
-
Create the JSON schema complying
Documentrepresentation. - toDocument() - Method in interface org.springframework.data.mongodb.core.validation.Validator
-
Get the
Documentcontaining the validation specific rules. - toDocument() - Method in interface org.springframework.data.mongodb.MongoExpression
-
Obtain the native
Documentrepresentation. - toDocument(Object) - Method in class org.springframework.data.mongodb.gridfs.GridFsTemplate
-
Convert a given value into a
Document. - toDocument(Object) - Method in class org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate
-
Convert a given value into a
Document. - toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
- toDocument(Object, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
- toDocument(String, AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Converts this
Aggregationspecification to aDocument. - toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
- toDocument(AggregationOperationContext) - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationExpression
- toDocument(AggregationOperationContext) - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationOperation
-
Deprecated.since 2.2 in favor of
AggregationOperation.toPipelineStages(AggregationOperationContext). - toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationSpELExpression
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Rand
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.PropertyExpression
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OperationOutput
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.Outputs
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Cond
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.IfNull
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch.CaseOperator
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.CountOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyRange
- toDocument(AggregationOperationContext) - Method in interface org.springframework.data.mongodb.core.aggregation.DensifyOperation.Range
-
Obtain the document representation of the window in the given
context. - toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DensifyOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.AddFieldsOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.DenseRank
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.DocumentNumber
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Rank
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.FacetOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.GeoNearOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.GraphLookupOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.GroupOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.LimitOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.LookupOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.MatchOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.WhenDocumentsDontMatch
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.OutOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.RedactOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.ReplaceWithOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SampleOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindow
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindow
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation
- toDocument(AggregationOperationContext) - Method in interface org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.Window
-
Obtain the document representation of the window in the given
context. - toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SkipOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SortByCountOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.SortOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.UnionWithOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.UnsetOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.UnwindOperation
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.VariableOperators.Let
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.VariableOperators.Map
- toDocument(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation
- toDocumentExpression(AggregationOperationContext) - Method in interface org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation.Replacement
-
Renders the current
ReplaceRootOperation.Replacementinto a its MongoDB representation based on the givenAggregationOperationContext. - toDocumentOrElse(String, Function) - Static method in class org.springframework.data.mongodb.util.BsonUtils
- toDocumentPointer(Object, MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- toDocumentPointer(Object, MongoPersistentProperty) - Method in interface org.springframework.data.mongodb.core.convert.MongoWriter
-
Creates a the
DocumentPointerrepresenting the link to another entity. - toDouble(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
-
Creates new
ConvertOperators.ToDoubleusing the given value as input. - toDoubleArray() - Method in class org.springframework.data.mongodb.core.mapping.MongoVector
- toDriverOptions() - Method in interface org.springframework.data.mongodb.MongoTransactionOptions
- toFloatArray() - Method in class org.springframework.data.mongodb.core.mapping.MongoVector
- toIds(Collection) - Static method in class org.springframework.data.mongodb.core.MappedDocument
- toInt(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
-
Creates new
ConvertOperators.ToIntusing the given value as input. - toJavaType(BsonValue) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Extract the corresponding plain value from
BsonValue. - toJson() - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
-
Obtain the Mongo Shell json query representation.
- toJson(Document) - Static method in class org.springframework.data.mongodb.util.BsonUtils
-
Serialize the given
Documentas Json applying default codecs if necessary. - toJson(JsonWriterSettings) - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
-
Obtain the json query representation applying given
settings. - toJsonString() - Method in interface org.springframework.data.mongodb.core.query.Update.Modifier
- toLong(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
-
Creates new
ConvertOperators.ToLongusing the given value as input. - toLower() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$toLowerexpression that takes the string representation of the previously mentioned field and lowers it. - toLower() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and lowers it. - toMongoCollation() - Method in class org.springframework.data.mongodb.core.query.Collation
-
Get the
Collationrepresentation of theCollation. - toObject() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayOperatorFactory
-
Creates new
AggregationExpressionthat converts the associated expression into an object. - toObjectId(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
-
Creates new
ConvertOperators.ToObjectIdusing the given value as input. - toOrder(Sort.Order) - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
-
Transforms a plain
Sort.Orderinto a Querydsl specificOrderSpecifier. - toOrder(Sort.Order) - Method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
-
Transforms a plain
Sort.Orderinto a Querydsl specificOrderSpecifier. - toOrderSpecifiers(Sort) - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
-
Converts the given
SorttoOrderSpecifier. - toOrderSpecifiers(Sort) - Method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
-
Converts the given
SorttoOrderSpecifier. - top() - Static method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
- top(int) - Static method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
- toParts() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns a document containing the constituent parts of the date as individual properties.
NOTE: Requires MongoDB 3.6 or later. - toPipeline(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.Aggregation
- toPipelineStages(AggregationOperationContext) - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationOperation
- toPipelineStages(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.GeoNearOperation
- toPipelineStages(AggregationOperationContext) - Method in class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation
- toRadians(Distance) - Static method in class org.springframework.data.mongodb.core.query.MetricConversion
-
Return
distancein radians (on an earth like sphere). - toRegex(Object) - Method in class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- toRegex(Object, String) - Method in class org.springframework.data.mongodb.repository.aot.MongoAotRepositoryFragmentSupport
- toRegexFlag(char) - Static method in class org.springframework.data.mongodb.util.RegexFlags
-
Lookup the MongoDB specific flags for a given character.
- toRegexFlags(String) - Static method in class org.springframework.data.mongodb.util.RegexFlags
-
Lookup the MongoDB specific flags for a given regex option string.
- toRegexOptions(int) - Static method in class org.springframework.data.mongodb.util.RegexFlags
-
Lookup the MongoDB specific options from given
flags. - toRegularExpression(String, MongoRegexCreator.MatchMode) - Method in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator
-
Creates a regular expression String to be used with
$regex. - toString() - Method in class org.springframework.data.mongodb.BindableMongoExpression
- toString() - Method in class org.springframework.data.mongodb.core.aggregation.Aggregation
- toString() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationOptions
- toString() - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
- toString() - Method in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
- toString() - Method in class org.springframework.data.mongodb.core.ChangeStreamEvent
- toString() - Method in class org.springframework.data.mongodb.core.CollectionOptions.CollectionChangeStreamOptions
- toString() - Method in class org.springframework.data.mongodb.core.CollectionOptions.TimeSeriesOptions
- toString() - Method in class org.springframework.data.mongodb.core.CollectionOptions
- toString() - Method in class org.springframework.data.mongodb.core.CollectionOptions.ValidationOptions
- toString() - Method in class org.springframework.data.mongodb.core.convert.ObjectPath
- toString() - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions.QueryableEncryptionOptions
- toString() - Method in class org.springframework.data.mongodb.core.encryption.EncryptionOptions
- toString() - Method in class org.springframework.data.mongodb.core.geo.Sphere
- toString() - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
- toString() - Method in class org.springframework.data.mongodb.core.index.Index
- toString() - Method in class org.springframework.data.mongodb.core.index.IndexField
- toString() - Method in class org.springframework.data.mongodb.core.index.IndexInfo
- toString() - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.IndexDefinitionHolder
- toString() - Method in class org.springframework.data.mongodb.core.index.VectorIndex
- toString() - Method in record class org.springframework.data.mongodb.core.mapping.FieldName
-
Returns a string representation of this record class.
- toString() - Method in class org.springframework.data.mongodb.core.mapping.MongoField
- toString() - Method in class org.springframework.data.mongodb.core.mapping.MongoVector
- toString() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
-
Deprecated.
- toString() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
-
Deprecated.
- toString() - Method in class org.springframework.data.mongodb.core.messaging.Message.MessageProperties
- toString() - Method in class org.springframework.data.mongodb.core.query.Collation
- toString() - Method in class org.springframework.data.mongodb.core.query.Query
- toString() - Method in class org.springframework.data.mongodb.core.query.Term
- toString() - Method in class org.springframework.data.mongodb.core.query.Update.Modifiers
- toString() - Method in class org.springframework.data.mongodb.core.query.Update
- toString() - Method in class org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
-
Returns the Mongo Shell representation of the query.
- toString() - Method in class org.springframework.data.mongodb.util.DotPath
- toString(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
-
Creates new
ConvertOperators.ToStringusing the given value as input. - toString(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat converts a date object to a string according to a user-specified format. - toString(String) - Method in interface org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString.FormatBuilder
-
Creates new
DateOperators.DateToStringwith all previously added arguments appending the given one. - toStringWithDefaultFormat() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat converts a date object to a string according to the server default format. - toTypeOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Specify the conversion target type via the value of the given field.
- toTypeOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
-
Specify the conversion target type via the value of the given
expression. - toUnbounded() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindowBuilder
- toUnbounded() - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
-
Use unbounded as
upperlimit. - toUpper() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$toUpperexpression that takes the string representation of the previously mentioned field and uppers it. - toUpper() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and uppers it. - toValue(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationUpdate.SetValueAppender
-
Define the target value as is.
- toValue(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.SetOperation.FieldAppender.ValueAppender
-
Define the value to assign as is.
- toValue(Object) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
-
Creates new
aggregation expressionproviding thevalue. - toValueOf(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.AggregationUpdate.SetValueAppender
-
Define the target value as value, an
AggregationExpressionor aFieldreference. - toValueOf(Object) - Method in interface org.springframework.data.mongodb.core.aggregation.SetOperation.FieldAppender.ValueAppender
-
Define the value to assign.
- toValueOf(String) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
-
Creates new
aggregation expressionproviding thevalueusing fieldReference. - toValueOf(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- TransactionMetadata - Interface in org.springframework.data.mongodb
-
MongoDB-specific transaction metadata.
- transform(T) - Method in interface org.springframework.data.mongodb.core.spel.ExpressionTransformer
-
Transforms the given
ExpressionTransformationContextSupportinto an Object. - TransientClientSessionException - Exception Class in org.springframework.data.mongodb
-
TransientDataAccessExceptionspecific to MongoDBClientSessionrelated data access failures such as reading data using an already closed session. - TransientClientSessionException(String, Throwable) - Constructor for exception class org.springframework.data.mongodb.TransientClientSessionException
-
Constructor for
TransientClientSessionException. - TransientMongoDbException - Exception Class in org.springframework.data.mongodb
-
Root of the hierarchy of MongoDB specific data access exceptions that are considered transient such as
MongoExceptionscarryingspecific labels. - TransientMongoDbException(String, Throwable) - Constructor for exception class org.springframework.data.mongodb.TransientMongoDbException
-
Constructor for
TransientMongoDbException. - translate(MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.mapping.PersistentPropertyTranslator
-
Translate a
MongoPersistentPropertyinto a corresponding property from a differentMongoPersistentEntity. - translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.mongodb.core.MongoClientFactoryBean
- translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.mongodb.core.MongoExceptionTranslator
- translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.mongodb.core.ReactiveMongoClientFactoryBean
- trim() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and trims whitespaces from the beginning and end. - trim(String) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and trims the given character sequence from the beginning and end. - trim(AggregationExpression) - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StringOperatorFactory
-
Creates new
AggregationExpressionthat takes the associated string representation and trims the character sequence resulting from the givenAggregationExpressionfrom the beginning and end. - trimFactor(int) - Method in class org.springframework.data.mongodb.core.schema.QueryCharacteristics.RangeQuery
- trunc() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ArithmeticOperatorFactory
-
Creates new
AggregationExpressionthat truncates a number to its integer. - trunc() - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Takes the number of the previously mentioned field and truncates it to its integer value.
- truncate(String) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat truncates a date to the given unit. - truncate(DateOperators.TemporalUnit) - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat truncates a date to the given unit. - truncateValue(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Truncates the date value.
- truncateValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Truncates the date value of the referenced field.
- truncateValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
-
Truncates the date value of computed by the given
AggregationExpression. - truncValueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
-
Creates new
ArithmeticOperators.Trunc. - truncValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
-
Creates new
ArithmeticOperators.Trunc. - truncValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
-
Creates new
ArithmeticOperators.Trunc. - tsIncrement() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the incrementing ordinal from a timestamp. - tsIncrement(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
-
Creates new
DateOperators.TsIncrementthat returns the incrementing ordinal from a timestamp. - tsIncrementValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
-
Creates new
DateOperators.TsIncrementthat returns the incrementing ordinal from a timestamp. - tsIncrementValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
-
Creates new
DateOperators.TsIncrement. - tsSecond() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateOperatorFactory
-
Creates new
AggregationExpressionthat returns the seconds from a timestamp. - tsSecond(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
-
Creates new
DateOperators.TsSecondthat returns the incrementing ordinal from a timestamp. - tsSecondValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
-
Creates new
DateOperators.TsSecondthat returns the incrementing ordinal from a timestamp. - tsSecondValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
-
Creates new
DateOperators.TsSecond. - type() - Method in interface org.springframework.data.mongodb.core.encryption.EncryptionKey
- type() - Element in annotation interface org.springframework.data.mongodb.core.index.GeoSpatialIndexed
-
The type of the geospatial index.
- type() - Method in record class org.springframework.data.mongodb.core.mapping.FieldName
-
Returns the value of the
typerecord component. - type(int) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $type operator.
- type(Collection) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $type operator.
- type(JsonSchemaObject.Type...) - Method in class org.springframework.data.mongodb.core.query.Criteria
-
Creates a criterion using the $type operator.
- TypeBasedAggregationOperationContext - Class in org.springframework.data.mongodb.core.aggregation
-
AggregationOperationContextaware of a particular type and aMappingContextto potentially translate property references into document field names. - TypeBasedAggregationOperationContext(Class, MappingContext, QueryMapper) - Constructor for class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
-
Creates a new
TypeBasedAggregationOperationContextfor the given type,MappingContextandQueryMapper. - TypeBasedAggregationOperationContext(Class, MappingContext, QueryMapper, FieldLookupPolicy) - Constructor for class org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
-
Creates a new
TypeBasedAggregationOperationContextfor the given type,MappingContextandQueryMapper. - typed(String) - Static method in class org.springframework.data.mongodb.gridfs.GridFsObject.Options
-
Static factory method to create
GridFsObject.Optionswith given content type. - typed(GeoSpatialIndexType) - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
- TypedAggregation<I> - Class in org.springframework.data.mongodb.core.aggregation
-
A
TypedAggregationis a specialAggregationthat holds information of the input aggregation type. - TypedAggregation(Class, List) - Constructor for class org.springframework.data.mongodb.core.aggregation.TypedAggregation
-
Creates a new
TypedAggregationfrom the givenAggregationOperations. - TypedAggregation(Class, List, AggregationOptions) - Constructor for class org.springframework.data.mongodb.core.aggregation.TypedAggregation
-
Creates a new
TypedAggregationfrom the givenAggregationOperations and the givenAggregationOptions. - TypedAggregation(Class, AggregationOperation...) - Constructor for class org.springframework.data.mongodb.core.aggregation.TypedAggregation
-
Creates a new
TypedAggregationfrom the givenAggregationOperations. - TypedJsonSchemaObject - Class in org.springframework.data.mongodb.core.schema
-
A
JsonSchemaObjectof a givenJsonSchemaObject.Type. - TypedJsonSchemaObject.ArrayJsonSchemaObject - Class in org.springframework.data.mongodb.core.schema
-
JsonSchemaObjectimplementation oftype : 'array'schema elements.
Provides programmatic access to schema specifics like range, minItems, maxItems,... via a fluent API producing immutableschema objects. - TypedJsonSchemaObject.BooleanJsonSchemaObject - Class in org.springframework.data.mongodb.core.schema
-
JsonSchemaObjectimplementation oftype : 'boolean'schema elements.
Provides programmatic access to schema specifics via a fluent API producing immutableschema objects. - TypedJsonSchemaObject.NumericJsonSchemaObject - Class in org.springframework.data.mongodb.core.schema
-
JsonSchemaObjectimplementation oftype : 'number',bsonType : 'int',bsonType : 'long',bsonType : 'double'andbsonType : 'decimal128'schema elements.
Provides programmatic access to schema specifics like multipleOf, minimum, maximum,... via a fluent API producing immutableschema objects. - TypedJsonSchemaObject.ObjectJsonSchemaObject - Class in org.springframework.data.mongodb.core.schema
-
JsonSchemaObjectimplementation oftype : 'object'schema elements.
Provides programmatic access to schema specifics like required, properties, patternProperties,... via a fluent API producing immutableschema objects. - TypedJsonSchemaObject.StringJsonSchemaObject - Class in org.springframework.data.mongodb.core.schema
-
JsonSchemaObjectimplementation oftype : 'string'schema elements.
Provides programmatic access to schema specifics like minLength, maxLength, pattern,... via a fluent API producing immutableschema objects. - typeInformation() - Method in class org.springframework.data.mongodb.repository.support.QuerydslMongoPredicateExecutor
- typeInformation() - Method in class org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor
- typeMapper - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
- typeOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
-
Creates new
DataTypeOperators.Type. - typeOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators
-
Return the BSON data type of the given field.
- types - Variable in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
U
- UncategorizedMongoDbException - Exception Class in org.springframework.data.mongodb
- UncategorizedMongoDbException(String, Throwable) - Constructor for exception class org.springframework.data.mongodb.UncategorizedMongoDbException
- UNDERSCORE_ID - Static variable in class org.springframework.data.mongodb.core.aggregation.Fields
- UNDERSCORE_ID_REF - Static variable in class org.springframework.data.mongodb.core.aggregation.Fields
- union(String...) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
AggregationExpressionthat takes array of the previously mentioned field and one or more arrays and returns an array that contains the elements that appear in any of those. - union(String...) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
-
Creates new
SetOperators.SetUnionwith all previously added arguments appending the given one. - union(AggregationExpression...) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
-
Creates new
AggregationExpressionthat takes array of the previously mentioned field and one or more arrays and returns an array that contains the elements that appear in any of those. - union(AggregationExpression...) - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
-
Creates new
SetOperators.SetUnionwith all previously added arguments appending the given one. - unionArrays(String...) - Method in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
-
Generates a
$setUnionexpression that takes array of the previously mentioned field and one or more arrays and returns an array that contains the elements that appear in any of those. - unionWith(String) - Static method in class org.springframework.data.mongodb.core.aggregation.UnionWithOperation
-
Set the name of the collection from which pipeline results should be included in the result set.
The collection name is used to set thecollparameter of$unionWith. - UnionWithOperation - Class in org.springframework.data.mongodb.core.aggregation
-
The $unionWith aggregation stage (available since MongoDB 4.4) performs a union of two collections by combining pipeline results, potentially containing duplicates, into a single result set that is handed over to the next stage.
- UnionWithOperation(String, AggregationPipeline, Class) - Constructor for class org.springframework.data.mongodb.core.aggregation.UnionWithOperation
- unique() - Element in annotation interface org.springframework.data.mongodb.core.index.CompoundIndex
- unique() - Method in class org.springframework.data.mongodb.core.index.Index
-
Reject all documents that contain a duplicate value for the indexed field.
- unique() - Element in annotation interface org.springframework.data.mongodb.core.index.Indexed
-
If set to true reject all documents that contain a duplicate value for the indexed field.
- unique() - Static method in class org.springframework.data.mongodb.core.index.IndexOptions
- unique() - Method in class org.springframework.data.mongodb.core.index.WildcardIndex
-
Unique option is not supported.
- uniqueItems(boolean) - Method in class org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
- uniqueItems(boolean) - Method in class org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.ArrayJsonSchemaObject
-
Define the whether the array must contain unique items.
- unit(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- unit(String) - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
-
Set the unit of measure.
- unit(DensifyOperation.DensifyUnit) - Method in class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyRange
-
Set the
unitfor the step field. - unit(SetWindowFieldsOperation.WindowUnit) - Method in class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
-
Set the
unitor measure for the givenSetWindowFieldsOperation.Window. - UNORDERED - Enum constant in enum class org.springframework.data.mongodb.core.BulkOperations.BulkMode
-
Perform bulk operations in parallel.
- unset(String) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
- unset(String) - Method in class org.springframework.data.mongodb.core.query.Update
-
Update using the $unset update modifier.
- unset(String...) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
-
Short for
AggregationUpdate.unset(UnsetOperation). - unset(String...) - Static method in class org.springframework.data.mongodb.core.aggregation.UnsetOperation
-
Create new instance of
UnsetOperation. - unset(UnsetOperation) - Method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
-
$unsetremoves/excludes fields from documents. - UnsetOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Removes fields from documents.
- UnsetOperation(Collection) - Constructor for class org.springframework.data.mongodb.core.aggregation.UnsetOperation
-
Create new instance of
UnsetOperation. - UNSPECIFIED - Enum constant in enum class org.springframework.data.mongodb.core.convert.MongoCustomConversions.BigDecimalRepresentation
-
Pass on values to the MongoDB Java Driver without any prior conversion.
- untyped() - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject
-
Create a new
UntypedJsonSchemaObject. - untyped(String) - Static method in interface org.springframework.data.mongodb.core.schema.JsonSchemaProperty
-
Creates a new
IdentifiableJsonSchemaProperty.UntypedJsonSchemaPropertywith given identifier withouttype. - UntypedExampleMatcher - Class in org.springframework.data.mongodb.core.query
-
ExampleMatcherimplementation for query by example (QBE). - UntypedJsonSchemaObject - Class in org.springframework.data.mongodb.core.schema
-
Common base for
JsonSchemaObjectwith shared types andJsonSchemaObject.toDocument()implementation. - unwind(String) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Factory method to create a new
UnwindOperationfor the field with the given name. - unwind(String, boolean) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Factory method to create a new
UnwindOperationfor the field with the given name andpreserveNullAndEmptyArrays. - unwind(String, String) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Factory method to create a new
UnwindOperationfor the field with the given name including the name of a new field to hold the array index of the element asarrayIndex. - unwind(String, String, boolean) - Static method in class org.springframework.data.mongodb.core.aggregation.Aggregation
-
Factory method to create a new
UnwindOperationfor the field with the given name, including the name of a new field to hold the array index of the element asarrayIndexusingpreserveNullAndEmptyArrays. - UnwindOperation - Class in org.springframework.data.mongodb.core.aggregation
-
Encapsulates the aggregation framework
$unwind-operation. - UnwindOperation(Field) - Constructor for class org.springframework.data.mongodb.core.aggregation.UnwindOperation
-
Creates a new
UnwindOperationfor the givenField. - UnwindOperation(Field, boolean) - Constructor for class org.springframework.data.mongodb.core.aggregation.UnwindOperation
-
Creates a new
UnwindOperationusing Mongo 3.2 syntax. - UnwindOperation(Field, Field, boolean) - Constructor for class org.springframework.data.mongodb.core.aggregation.UnwindOperation
-
Creates a new
UnwindOperationusing Mongo 3.2 syntax. - UnwindOperation.EmptyArraysBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- UnwindOperation.IndexBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- UnwindOperation.PathBuilder - Interface in org.springframework.data.mongodb.core.aggregation
- UnwindOperation.UnwindOperationBuilder - Class in org.springframework.data.mongodb.core.aggregation
-
Builder for fluent
UnwindOperationcreation. - Unwrapped - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
The annotation to configure a value object as flattened out in the target document.
- Unwrapped.Empty - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
Shortcut for an empty unwrapped property.
- Unwrapped.Nullable - Annotation Interface in org.springframework.data.mongodb.core.mapping
-
Shortcut for a nullable unwrapped property.
- Unwrapped.OnEmpty - Enum Class in org.springframework.data.mongodb.core.mapping
-
Load strategy to be used
Unwrapped.onEmpty(). - update() - Static method in class org.springframework.data.mongodb.core.aggregation.AggregationUpdate
-
Start defining the update pipeline to execute.
- update() - Element in annotation interface org.springframework.data.mongodb.repository.Update
-
Takes a MongoDB JSON string to define the actual update to be executed.
- update(Class) - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation
-
Start creating an update operation for the given domainType.
- update(Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- update(Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- update(Class) - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation
-
Start creating an update operation for the given domainType.
- update(String, Object) - Static method in class org.springframework.data.mongodb.core.query.Update
-
Static factory method to create an Update using the provided key
- Update - Class in org.springframework.data.mongodb.core.query
-
Class to easily construct MongoDB update clauses.
- Update - Annotation Interface in org.springframework.data.mongodb.repository
-
Annotation to declare update operators directly on repository methods.
- Update() - Constructor for class org.springframework.data.mongodb.core.query.Update
- UPDATE - Enum constant in enum class org.springframework.data.mongodb.core.MongoActionOperation
- Update.AddToSetBuilder - Class in org.springframework.data.mongodb.core.query
-
Builder for creating
$addToSetmodifier. - Update.BitwiseOperatorBuilder - Class in org.springframework.data.mongodb.core.query
- Update.Modifier - Interface in org.springframework.data.mongodb.core.query
-
Marker interface of nested commands.
- Update.Modifiers - Class in org.springframework.data.mongodb.core.query
-
Modifiers holds a distinct collection of
Update.Modifier - Update.Position - Enum Class in org.springframework.data.mongodb.core.query
- Update.PushOperatorBuilder - Class in org.springframework.data.mongodb.core.query
-
Builder for creating
$pushmodifiers - UpdateDefinition - Interface in org.springframework.data.mongodb.core.query
-
Interface fixing must have operations for updates as implemented via
Update. - UpdateDefinition.ArrayFilter - Interface in org.springframework.data.mongodb.core.query
-
A filter to specify which elements to modify in an array field.
- updateFirst(Query, UpdateDefinition, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Updates the first object that is found in the collection of the entity class that matches the query document with the provided update document.
- updateFirst(Query, UpdateDefinition, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- updateFirst(Query, UpdateDefinition, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Updates the first object that is found in the collection of the entity class that matches the query document with the provided update document.
- updateFirst(Query, UpdateDefinition, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- updateFirst(Query, UpdateDefinition, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Updates the first object that is found in the specified collection that matches the query document criteria with the provided updated document.
- updateFirst(Query, UpdateDefinition, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- updateFirst(Query, UpdateDefinition, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Updates the first object that is found in the specified collection that matches the query document criteria with the provided updated document.
- updateFirst(Query, UpdateDefinition, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- updateFirst(Query, UpdateDefinition, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Updates the first object that is found in the specified collection that matches the query document criteria with the provided updated document.
- updateFirst(Query, UpdateDefinition, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- updateFirst(Query, UpdateDefinition, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Updates the first object that is found in the specified collection that matches the query document criteria with the provided updated document.
- updateFirst(Query, UpdateDefinition, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- updateId(Object) - Method in class org.springframework.data.mongodb.core.MappedDocument
-
Updates the documents
MappedDocument.ID_FIELD. - updateIndex(SearchIndexDefinition) - Method in class org.springframework.data.mongodb.core.index.DefaultSearchIndexOperations
- updateIndex(SearchIndexDefinition) - Method in interface org.springframework.data.mongodb.core.index.SearchIndexOperations
-
Alters the search index matching the index
name. - UpdateMapper - Class in org.springframework.data.mongodb.core.convert
-
A subclass of
QueryMapperthat retains type information on the mongo types. - UpdateMapper(MongoConverter) - Constructor for class org.springframework.data.mongodb.core.convert.UpdateMapper
-
Creates a new
UpdateMapperusing the givenMongoConverter. - updateMulti(List) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a list of updates to the bulk operation.
- updateMulti(Query, Update) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a single update to the bulk operation.
- updateMulti(Query, UpdateDefinition) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a single update to the bulk operation.
- updateMulti(Query, UpdateDefinition) - Method in interface org.springframework.data.mongodb.core.ReactiveBulkOperations
-
Add a single update to the bulk operation.
- updateMulti(Query, UpdateDefinition, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Updates all objects that are found in the collection for the entity class that matches the query document criteria with the provided updated document.
- updateMulti(Query, UpdateDefinition, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- updateMulti(Query, UpdateDefinition, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Updates all objects that are found in the collection for the entity class that matches the query document criteria with the provided updated document.
- updateMulti(Query, UpdateDefinition, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- updateMulti(Query, UpdateDefinition, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Updates all objects that are found in the collection for the entity class that matches the query document criteria with the provided updated document.
- updateMulti(Query, UpdateDefinition, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- updateMulti(Query, UpdateDefinition, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Updates all objects that are found in the collection for the entity class that matches the query document criteria with the provided updated document.
- updateMulti(Query, UpdateDefinition, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- updateMulti(Query, UpdateDefinition, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Updates all objects that are found in the specified collection that matches the query document criteria with the provided updated document.
- updateMulti(Query, UpdateDefinition, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- updateMulti(Query, UpdateDefinition, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Updates all objects that are found in the specified collection that matches the query document criteria with the provided updated document.
- updateMulti(Query, UpdateDefinition, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- updateOne(List) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a list of updates to the bulk operation.
- updateOne(Query, Update) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a single update to the bulk operation.
- updateOne(Query, UpdateDefinition) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a single update to the bulk operation.
- updateOne(Query, UpdateDefinition) - Method in interface org.springframework.data.mongodb.core.ReactiveBulkOperations
-
Add a single update to the bulk operation.
- updateWith(List) - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.WhenDocumentsMatch
-
Use an aggregation pipeline to update the document in the collection.
- updateWith(Aggregation) - Static method in class org.springframework.data.mongodb.core.aggregation.MergeOperation.WhenDocumentsMatch
-
Use an
Aggregationto update the document in the collection. - updateWithoutId() - Method in class org.springframework.data.mongodb.core.MappedDocument
- upper() - Static method in class org.springframework.data.mongodb.core.query.Collation.CaseFirst
-
Sort uppercase before lowercase.
- upper(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
-
Creates new
StringOperators.ToUpper. - upperValueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
-
Creates new
StringOperators.ToUpper. - upperValueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
-
Creates new
StringOperators.ToUpper. - upsert() - Method in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingUpdate
-
Creates a new document if no documents match the filter query or updates the matching ones.
- upsert() - Method in class org.springframework.data.mongodb.core.FindAndReplaceOptions
-
Insert a new document if not exists.
- upsert() - Method in interface org.springframework.data.mongodb.core.ReactiveUpdateOperation.TerminatingUpdate
-
Creates a new document if no documents match the filter query or updates the matching ones.
- upsert() - Method in class org.springframework.data.mongodb.core.ReplaceOptions
-
Insert a new document if not exists.
- upsert(boolean) - Method in class org.springframework.data.mongodb.core.FindAndModifyOptions
- upsert(List) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a list of upserts to the bulk operation.
- upsert(Query, Update) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a single upsert to the bulk operation.
- upsert(Query, UpdateDefinition) - Method in interface org.springframework.data.mongodb.core.BulkOperations
-
Add a single upsert to the bulk operation.
- upsert(Query, UpdateDefinition) - Method in interface org.springframework.data.mongodb.core.ReactiveBulkOperations
-
Add a single upsert to the bulk operation.
- upsert(Query, UpdateDefinition, Class) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Performs an upsert.
- upsert(Query, UpdateDefinition, Class) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- upsert(Query, UpdateDefinition, Class) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Performs an upsert.
- upsert(Query, UpdateDefinition, Class) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- upsert(Query, UpdateDefinition, Class, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Performs an upsert.
- upsert(Query, UpdateDefinition, Class, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- upsert(Query, UpdateDefinition, Class, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Performs an upsert.
- upsert(Query, UpdateDefinition, Class, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- upsert(Query, UpdateDefinition, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
-
Performs an upsert.
- upsert(Query, UpdateDefinition, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
- upsert(Query, UpdateDefinition, String) - Method in interface org.springframework.data.mongodb.core.ReactiveMongoOperations
-
Performs an upsert.
- upsert(Query, UpdateDefinition, String) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
- USE_EMPTY - Enum constant in enum class org.springframework.data.mongodb.core.mapping.Unwrapped.OnEmpty
- USE_NULL - Enum constant in enum class org.springframework.data.mongodb.core.mapping.Unwrapped.OnEmpty
- useEstimatedCount(boolean) - Method in class org.springframework.data.mongodb.core.MongoTemplate
-
Configure whether to use estimated count.
- useEstimatedCount(boolean) - Method in class org.springframework.data.mongodb.core.ReactiveMongoTemplate
-
Configure whether to use estimated count.
- useGeneratedName() - Element in annotation interface org.springframework.data.mongodb.core.index.CompoundIndex
-
If set to true then MongoDB will ignore the given index name and instead generate a new name.
- useGeneratedName() - Element in annotation interface org.springframework.data.mongodb.core.index.GeoSpatialIndexed
-
If set to true then MongoDB will ignore the given index name and instead generate a new name.
- useGeneratedName() - Element in annotation interface org.springframework.data.mongodb.core.index.Indexed
-
If set to true then MongoDB will ignore the given index name and instead generate a new name.
- useGeneratedName() - Element in annotation interface org.springframework.data.mongodb.core.index.WildcardIndexed
-
If set to true then MongoDB will ignore the given index name and instead generate a new name.
- useIndex(String) - Method in class org.springframework.data.mongodb.core.aggregation.GeoNearOperation
-
Optionally specify the geospatial index to use via the field to use in the calculation.
- useLongestLength() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
-
Create new
ArrayOperators.Zipand set theuseLongestLengthproperty to true. - useNativeDriverJavaTimeCodecs() - Method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions.MongoConverterConfigurationAdapter
-
Use the native MongoDB Java Driver
codesforLocalDate,LocalTimeandLocalDateTimeusing aZoneOffset.UTC. - useNativeDriverJavaTimeCodecs(boolean) - Method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions.MongoConverterConfigurationAdapter
-
Set whether to or not to use the native MongoDB Java Driver
codesforLocalDate,LocalTimeandLocalDateTimeusing aZoneOffset.UTC. - usePropertyAccess() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
- usePropertyAccess() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
-
Returns whether property access shall be used for reading the property value.
- useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.mongodb.repository.config.MongoRepositoryConfigurationExtension
- useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.mongodb.repository.config.ReactiveMongoRepositoryConfigurationExtension
- usesInlineOutput() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
-
Deprecated.
- useSpringDataJavaTimeCodecs() - Method in class org.springframework.data.mongodb.core.convert.MongoCustomConversions.MongoConverterConfigurationAdapter
-
Use SpringData
Jsr310 convertersforLocalDate,LocalTimeandLocalDateTimeusing theZoneId.systemDefault(). - UUidRepresentationPropertyEditor - Class in org.springframework.data.mongodb.config
-
Parse a
Stringto aUuidRepresentation. - UUidRepresentationPropertyEditor() - Constructor for class org.springframework.data.mongodb.config.UUidRepresentationPropertyEditor
V
- validate() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
- ValidatingEntityCallback - Class in org.springframework.data.mongodb.core.mapping.event
-
JSR-303 dependant entities validator.
- ValidatingEntityCallback(Validator) - Constructor for class org.springframework.data.mongodb.core.mapping.event.ValidatingEntityCallback
-
Creates a new
ValidatingEntityCallbackusing the givenValidator. - ValidatingMongoEventListener - Class in org.springframework.data.mongodb.core.mapping.event
-
Deprecated.since 4.5, use
ValidatingEntityCallbackrespectivelyReactiveValidatingEntityCallbackinstead to ensure ordering and interruption of saving when encountering validation constraint violations. - ValidatingMongoEventListener(Validator) - Constructor for class org.springframework.data.mongodb.core.mapping.event.ValidatingMongoEventListener
-
Deprecated.Creates a new
ValidatingMongoEventListenerusing the givenValidator. - validation(CollectionOptions.ValidationOptions) - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith the givenCollectionOptions.ValidationOptions. - validationAction(ValidationAction) - Method in class org.springframework.data.mongodb.core.CollectionOptions.ValidationOptions
-
Define the validation action to take.
- validationLevel(ValidationLevel) - Method in class org.springframework.data.mongodb.core.CollectionOptions.ValidationOptions
-
Define the validation level to apply.
- ValidationOptions(Validator, ValidationLevel, ValidationAction) - Constructor for class org.springframework.data.mongodb.core.CollectionOptions.ValidationOptions
- validator(Validator) - Method in class org.springframework.data.mongodb.core.CollectionOptions.ValidationOptions
-
Define the
Validatorto be used for document validation. - validator(Validator) - Method in class org.springframework.data.mongodb.core.CollectionOptions
-
Create new
CollectionOptionswith already given settings andvalidationOptionsset to givenValidator. - Validator - Interface in org.springframework.data.mongodb.core.validation
-
Provides a
validatorobject to be used for collection validation viaCollectionOptions.ValidationOptions. - value - Variable in class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
- value - Variable in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ExpressionProjectionOperationBuilder
- value - Variable in class org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder
- value() - Method in interface org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.QueryPath
- value() - Method in class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.SimplePath
- value() - Element in annotation interface org.springframework.data.mongodb.core.annotation.Collation
-
The actual collation definition in JSON format or a
template expressionresolving to either a JSON String or aDocument. - value() - Method in interface org.springframework.data.mongodb.core.encryption.EncryptionKey
- value() - Element in annotation interface org.springframework.data.mongodb.core.index.CompoundIndexes
- value() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Document
-
The collection the document representing the entity is supposed to be stored in.
- value() - Element in annotation interface org.springframework.data.mongodb.core.mapping.ExplicitEncrypted
-
The
EncryptingConvertertype handling the en-/decryption of the annotated property. - value() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Field
-
The key to be used to store the field inside the document.
- value() - Element in annotation interface org.springframework.data.mongodb.core.mapping.MongoId
- value() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Sharded
-
Alias for
Sharded.shardKey(). - value() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Unwrapped.Empty
- value() - Element in annotation interface org.springframework.data.mongodb.core.mapping.Unwrapped.Nullable
- value() - Method in class org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type.BsonType
- value() - Method in class org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type.JsonType
- value() - Method in interface org.springframework.data.mongodb.core.schema.JsonSchemaObject.Type
-
Get the
JsonSchemaObject.Typevalue. - value() - Element in annotation interface org.springframework.data.mongodb.repository.Aggregation
-
Alias for
Aggregation.pipeline(). - value() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableMongoRepositories
-
Alias for the
EnableMongoRepositories.basePackages()attribute. - value() - Element in annotation interface org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories
-
Alias for the
EnableReactiveMongoRepositories.basePackages()attribute. - value() - Element in annotation interface org.springframework.data.mongodb.repository.CountQuery
-
Takes a MongoDB JSON string to define the actual query to be executed.
- value() - Element in annotation interface org.springframework.data.mongodb.repository.DeleteQuery
-
Takes a MongoDB JSON string to define the actual query to be executed.
- value() - Element in annotation interface org.springframework.data.mongodb.repository.ExistsQuery
-
Takes a MongoDB JSON string to define the actual query to be executed.
- value() - Element in annotation interface org.springframework.data.mongodb.repository.Hint
-
The name of the index to use.
- value() - Element in annotation interface org.springframework.data.mongodb.repository.Query
-
Takes a MongoDB JSON string to define the actual query to be executed.
- value() - Element in annotation interface org.springframework.data.mongodb.repository.ReadPreference
-
Configure the read preference mode.
- value() - Element in annotation interface org.springframework.data.mongodb.repository.Update
-
Takes a MongoDB JSON string to define the actual update to be executed.
- value() - Element in annotation interface org.springframework.data.mongodb.repository.VectorSearch
-
Takes a MongoDB JSON (MQL) string defining the pre-filter against indexed fields.
- value(Object) - Method in class org.springframework.data.mongodb.core.query.Update.AddToSetBuilder
-
Propagates
Update.AddToSetBuilder.value(Object)to$addToSet - value(Object) - Method in class org.springframework.data.mongodb.core.query.Update.PushOperatorBuilder
-
Propagates
Update.PushOperatorBuilder.value(Object)to$push - value(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
Creates new
StringOperators.ReplaceAllusing the given as input. - value(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
Creates new
StringOperators.ReplaceOneusing the given as input. - VALUE - Enum constant in enum class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.Variable
- valueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
-
Creates new
ArithmeticOperators.Add. - valueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
-
Creates new
ArithmeticOperators.Divide. - valueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
-
Creates new
ArithmeticOperators.Log. - valueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
-
Creates new
ArithmeticOperators.Mod. - valueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
-
Creates new
ArithmeticOperators.Multiply. - valueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
-
Creates new
ArithmeticOperators.Pow. - valueOf(Number) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
-
Creates new
ArithmeticOperators.Subtract. - valueOf(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Timezone
-
Create a
DateOperators.Timezonefor the given value which must be a valid expression that resolves to aStringrepresenting an Olson Timezone Identifier or UTC Offset. - valueOf(Object) - Static method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators
-
Take the value referenced by given value.
- valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators
-
Take the numeric value referenced by given fieldReference.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.aggregation.AggregationOptions.DomainTypeMapping
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
-
Creates new
ArithmeticOperators.Add. - valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.AngularUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
-
Creates a new
AggregationExpressionthat calculates the inverse tangent of of y / x, where y and x are the first and second values passed to the expression respectively. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
-
Creates new
ArithmeticOperators.Divide. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
-
Creates new
AccumulatorOperators.Min. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
-
Creates new
ArithmeticOperators.Mod. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
-
Creates new
ArithmeticOperators.Multiply. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
-
Creates new
ArithmeticOperators.Pow. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
-
Creates new
ArithmeticOperators.Subtract. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators
-
Take the field referenced by given fieldReference.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.Variable
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators
-
Take the array referenced by given fieldReference.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
-
Creates new
ComparisonOperators.Cmp. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
-
Creates new
ComparisonOperators.Eq. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
-
Creates new
ComparisonOperators.Gt. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
-
Creates new
ComparisonOperators.Gte. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
-
Creates new
ComparisonOperators.Lt. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
-
Creates new
ComparisonOperators.Lte. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
-
Creates new
ComparisonOperators.Ne. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators
-
Take the field referenced by given fieldReference.
- valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators
-
Take the field referenced by given fieldReference.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnits
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators
-
Take the field referenced by given fieldReference.
- valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
-
Creates new
EvaluationOperators.Expr. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators
-
Take the value resulting from the given fieldReference.
- valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators
-
Take the value referenced by given fieldReference.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnits
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
-
Creates new
StringOperators.Concat. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
-
Start creating a new
StringOperators.IndexOfBytes. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
-
Start creating a new
StringOperators.IndexOfCP. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
-
Creates new
StringOperators.LTrimusing the value of the providedfieldReferenceas input value. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Creates new
StringOperators.RegexFindusing the value of the providedfieldReferenceas input value. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Creates new
StringOperators.RegexFindAllusing the value of the providedfieldReferenceas input value. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Creates new
StringOperators.RegexMatchusing the value of the providedfieldReferenceas input value. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
Creates new
StringOperators.ReplaceAllusing the value of the providedfieldReferenceas input value. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
Creates new
StringOperators.ReplaceOneusing the value of the providedfieldReferenceas input value. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
-
Creates new
StringOperators.RTrimusing the value of the providedfieldReferenceas input value. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
-
Start creating a new
StringOperators.Split. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
-
Creates new
StringOperators.StrCaseCmp. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
-
Creates new
StringOperators.Substr. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
-
Creates new
StringOperators.SubstrCP. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
-
Creates new
StringOperators.Trimusing the value of the providedfieldReferenceas input value. - valueOf(String) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators
-
Take the array referenced by given fieldReference.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.SearchType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.BulkOperations.BulkMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.convert.MongoCustomConversions.BigDecimalRepresentation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.convert.NoOpDbRefResolver
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.convert.ReferenceLoader.NoResultsFilter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.encryption.EncryptionKey.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.index.GeoSpatialIndexType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.index.IndexDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.index.IndexOptions.Unique
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.index.SearchIndexStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.index.VectorIndex.Quantization
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.index.VectorIndex.SimilarityFunction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.mapping.Field.Write
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.mapping.FieldName.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.mapping.FieldType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.mapping.MongoPersistentProperty.PropertyToFieldNameConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.mapping.ShardingStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.mapping.Unwrapped.OnEmpty
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.messaging.Task.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.MongoActionOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.query.DiskUse
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.query.Meta.CursorOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator.MatchMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.query.Term.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.query.Update.Position
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.spel.MethodReferenceNode.AggregationMethodReference.ArgumentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.timeseries.Granularity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.core.WriteResultChecking
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.repository.query.MongoQueryExecution.DeleteExecution.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.mongodb.SessionSynchronization
-
Returns the enum constant of this class with the specified name.
- valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators
-
Take the numeric value referenced resulting from given
AggregationExpression. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
-
Creates new
ArithmeticOperators.Add. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
-
Creates a new
AggregationExpressionthat calculates the inverse tangent of of y / x, where y and x are the first and second values passed to the expression respectively. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
-
Creates new
ArithmeticOperators.Divide. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
-
Creates new
ArithmeticOperators.Log. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
-
Creates new
ArithmeticOperators.Mod. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
-
Creates new
ArithmeticOperators.Multiply. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
-
Creates new
ArithmeticOperators.Pow. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
-
Creates new
ArithmeticOperators.Subtract. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators
-
Take the value resulting from the given
AggregationExpression. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators
-
Take the value resulting of the given
AggregationExpression. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
-
Creates new
ComparisonOperators.Cmp. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
-
Creates new
ComparisonOperators.Eq. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
-
Creates new
ComparisonOperators.Gt. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
-
Creates new
ComparisonOperators.Gte. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
-
Creates new
ComparisonOperators.Lt. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
-
Creates new
ComparisonOperators.Lte. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
-
Creates new
ComparisonOperators.Ne. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators
-
Take the value resulting from the given
AggregationExpression. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators
-
Take the value resulting from the given
AggregationExpression. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators
-
Take the value resulting from the given
AggregationExpression. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
-
Creates new
EvaluationOperators.Expr. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators
-
Take the value resulting from the given
AggregationExpression. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators
-
Take the value provided by the given
AggregationExpression. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
-
Creates new
StringOperators.Concat. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
-
Start creating a new
StringOperators.IndexOfBytes. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
-
Start creating a new
StringOperators.IndexOfCP. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
-
Creates new
StringOperators.LTrimusing the result of the providedAggregationExpressionas input value. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
-
Creates new
StringOperators.RegexFindusing the result of the providedAggregationExpressionas input value. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
-
Creates new
StringOperators.RegexFindAllusing the result of the providedAggregationExpressionas input value. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
-
Creates new
StringOperators.RegexMatchusing the result of the providedAggregationExpressionas input value. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
-
Creates new
StringOperators.ReplaceAllusing the result of the providedAggregationExpressionas input value. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
-
Creates new
StringOperators.ReplaceOneusing the result of the providedAggregationExpressionas input value. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
-
Creates new
StringOperators.RTrimusing the result of the providedAggregationExpressionas input value. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
-
Start creating a new
StringOperators.Split. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
-
Creates new
StringOperators.StrCaseCmp. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
-
Creates new
StringOperators.Substr. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
-
Creates new
StringOperators.SubstrCP. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
-
Creates new
StringOperators.Trimusing the result of the providedAggregationExpressionas input value. - valueOf(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.StringOperators
-
Take the array referenced by given fieldReference.
- valueOf(SystemVariable) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators
-
Use the value from the given
SystemVariableas input for the targetexpression. - valueOfToArray(String) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
-
Creates new
aggregation expressionthat takes the value pointed to by givenfieldReferenceand converts it to an array. - valueOfToArray(AggregationExpression) - Static method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
-
Creates new
aggregation expressionthat takes the result value of the givenexpressionand converts it to an array. - ValueProvider - Interface in org.springframework.data.mongodb.util.json
-
A value provider to retrieve bindable values by their parameter index.
- values() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
- values() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
- values() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovarianceSamp
- values() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
- values() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
- values() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
- values() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
- values() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
- values() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
- values() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevSamp
- values() - Method in class org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASin
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ASinh
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATanh
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Exp
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ln
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Round
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sin
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tanh
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.In
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IndexOfArray
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.IsArray
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.RangeOperator
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Slice
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.SortArray
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Zip
- values() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
- values() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
- values() - Method in class org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Cmp
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gt
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Switch
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.Convert
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.DegreesToRadians
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToBool
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDate
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDecimal
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToDouble
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToInt
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToLong
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToObjectId
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ConvertOperators.ToString
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DataTypeOperators.Type
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateAdd
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateDiff
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromParts
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateFromString
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateSubtract
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToParts
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateToString
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DateTrunc
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfWeek
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfYear
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDayOfWeek
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeek
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.IsoWeekYear
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Minute
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Month
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Second
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsIncrement
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.TsSecond
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Week
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DateOperators.Year
- values() - Method in class org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
- values() - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.Expr
- values() - Method in class org.springframework.data.mongodb.core.aggregation.EvaluationOperators.LastObservationCarriedForward
- values() - Method in class org.springframework.data.mongodb.core.aggregation.LiteralOperators.Literal
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ObjectOperators.SetField
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Accumulator
- values() - Method in class org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
- values() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
- values() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.First
- values() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
- values() - Method in class org.springframework.data.mongodb.core.aggregation.SelectionOperators.Top
- values() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
- values() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
- values() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
- values() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
- values() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
- values() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
- values() - Method in class org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfBytes
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFind
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexFindAll
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceOne
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Split
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenBytes
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.ToUpper
- values() - Method in class org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
- values() - Static method in enum class org.springframework.data.mongodb.core.aggregation.AggregationOptions.DomainTypeMapping
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.AngularUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.Variable
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.Granularities
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyUnits
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnits
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.aggregation.SystemVariable
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.SearchType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.BulkOperations.BulkMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.convert.MongoCustomConversions.BigDecimalRepresentation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.convert.NoOpDbRefResolver
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.convert.ReferenceLoader.NoResultsFilter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.encryption.EncryptionKey.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.index.GeoSpatialIndexType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.index.IndexDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.index.IndexOptions.Unique
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.index.SearchIndexStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.index.VectorIndex.Quantization
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.index.VectorIndex.SimilarityFunction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.mapping.Field.Write
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.mapping.FieldName.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.mapping.FieldType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.mapping.MongoPersistentProperty.PropertyToFieldNameConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.mapping.ShardingStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.mapping.Unwrapped.OnEmpty
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.messaging.Task.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.MongoActionOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.query.DiskUse
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.query.Meta.CursorOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.springframework.data.mongodb.core.query.Meta
-
Get
Iterableof set meta values. - values() - Static method in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator.MatchMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.query.MongoRegexCreator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.query.Term.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.query.Update.Position
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.spel.MethodReferenceNode.AggregationMethodReference.ArgumentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.timeseries.Granularity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.core.WriteResultChecking
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.repository.query.MongoQueryExecution.DeleteExecution.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.mongodb.SessionSynchronization
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variable(String) - Static method in interface org.springframework.data.mongodb.core.aggregation.AggregationVariable
-
Create a new
AggregationVariablefor the given name. - VariableOperators - Class in org.springframework.data.mongodb.core.aggregation
-
Gateway to variable aggregation operations.
- VariableOperators() - Constructor for class org.springframework.data.mongodb.core.aggregation.VariableOperators
- VariableOperators.Let - Class in org.springframework.data.mongodb.core.aggregation