Uses of Package
org.springframework.data.mongodb
Packages that use org.springframework.data.mongodb
Package
Description
Spring Data's MongoDB abstraction.
Spring XML namespace configuration for MongoDB specific repositories.
MongoDB core support.
Support for the MongoDB aggregation framework.
Spring Data MongoDB specific converter infrastructure.
MongoDB specific query and update support.
Support for MongoDB GridFS feature.
MongoDB driver-specific utility classes for
Bson
and DBObject
interaction.-
Classes in org.springframework.data.mongodb used by org.springframework.data.mongodbClassDescriptionA
MongoExpression
using theParameterBindingDocumentCodec
for parsing a raw (json) expression.NonTransientDataAccessException
specific to MongoDBClientSession
related data access failures such as reading data using an already closed session.Provider interface to obtainCodecRegistry
from the underlying MongoDB Java driver.Interface for factories creatingMongoDatabase
instances.Wrapper object for MongoDB expressions like$toUpper : $name
that manifest asDocument
when passed on to the driver.A simple interface for obtaining aClientSession
to be consumed byMongoOperations
and MongoDB native operations that support causal consistency and transactions.MongoDB specific transaction object, representing aMongoResourceHolder
.Interface for factories creating reactiveMongoDatabase
instances.MongoDB specific transaction object, representing aMongoResourceHolder
.Represents an operation upon two operands of the same type, producing a result of the same type as the operands acceptingClientSession
.SessionSynchronization
is used along withMongoTemplate
to define in which type of transactions to participate if any. -
Classes in org.springframework.data.mongodb used by org.springframework.data.mongodb.configClassDescriptionInterface for factories creating
MongoDatabase
instances.Interface for factories creating reactiveMongoDatabase
instances. -
Classes in org.springframework.data.mongodb used by org.springframework.data.mongodb.coreClassDescriptionProvider interface to obtain
CodecRegistry
from the underlying MongoDB Java driver.Interface for factories creatingMongoDatabase
instances.A simple interface for obtaining aClientSession
to be consumed byMongoOperations
and MongoDB native operations that support causal consistency and transactions.Interface for factories creating reactiveMongoDatabase
instances.SessionSynchronization
is used along withMongoTemplate
to define in which type of transactions to participate if any. -
Classes in org.springframework.data.mongodb used by org.springframework.data.mongodb.core.aggregationClassDescriptionProvider interface to obtain
CodecRegistry
from the underlying MongoDB Java driver.Wrapper object for MongoDB expressions like$toUpper : $name
that manifest asDocument
when passed on to the driver. -
Classes in org.springframework.data.mongodb used by org.springframework.data.mongodb.core.convertClassDescriptionProvider interface to obtain
CodecRegistry
from the underlying MongoDB Java driver.Interface for factories creatingMongoDatabase
instances. -
Classes in org.springframework.data.mongodb used by org.springframework.data.mongodb.core.queryClassDescriptionWrapper object for MongoDB expressions like
$toUpper : $name
that manifest asDocument
when passed on to the driver. -
Classes in org.springframework.data.mongodb used by org.springframework.data.mongodb.gridfsClassDescriptionInterface for factories creating
MongoDatabase
instances.Interface for factories creating reactiveMongoDatabase
instances. -
Classes in org.springframework.data.mongodb used by org.springframework.data.mongodb.utilClassDescriptionProvider interface to obtain
CodecRegistry
from the underlying MongoDB Java driver. -
Classes in org.springframework.data.mongodb used by org.springframework.data.mongodb.util.aggregationClassDescriptionProvider interface to obtain
CodecRegistry
from the underlying MongoDB Java driver.