| Package | Description |
|---|---|
| org.springframework.data.mongodb.config |
Spring XML namespace configuration for MongoDB specific repositories.
|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| org.springframework.data.mongodb.core.convert |
Spring Data MongoDB specific converter infrastructure.
|
| org.springframework.data.mongodb.gridfs |
Support for MongoDB GridFS feature.
|
| org.springframework.data.mongodb.repository.query |
Query derivation mechanism for MongoDB specific repositories.
|
| org.springframework.data.mongodb.util.aggregation |
| Class and Description |
|---|
MappingMongoConverter
MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects to
Document. |
| MongoCustomConversions
Value object to capture custom conversion.
|
MongoCustomConversions.MongoConverterConfigurationAdapter
MongoCustomConversions.MongoConverterConfigurationAdapter encapsulates creation of
CustomConversions.ConverterConfiguration with MongoDB specifics. |
| Class and Description |
|---|
| DbRefResolver
Used to resolve associations annotated with
DBRef. |
| MongoConverter
Central Mongo specific converter interface which combines
MongoWriter and EntityReader. |
| MongoWriter
A MongoWriter is responsible for converting an object of type T to the native MongoDB representation Document.
|
| QueryMapper
A helper class to encapsulate any modifications of a Query object before it gets submitted to the database.
|
| Class and Description |
|---|
| QueryMapper
A helper class to encapsulate any modifications of a Query object before it gets submitted to the database.
|
| Class and Description |
|---|
| AbstractMongoConverter
Base class for
MongoConverter implementations. |
| DbRefProxyHandler |
| DbRefResolver
Used to resolve associations annotated with
DBRef. |
| DbRefResolverCallback
Callback interface to be used in conjunction with
DbRefResolver. |
DefaultReferenceResolver
ReferenceResolver implementation that uses a given ReferenceLookupDelegate to load and convert entity
associations expressed via a persitent property. |
JsonSchemaMapper
JsonSchemaMapper allows mapping a given Document containing a $jsonSchema to the fields of
a given domain type. |
MappingMongoConverter
MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects to
Document. |
| MongoConverter
Central Mongo specific converter interface which combines
MongoWriter and EntityReader. |
| MongoCustomConversions
Value object to capture custom conversion.
|
MongoCustomConversions.MongoConverterConfigurationAdapter
MongoCustomConversions.MongoConverterConfigurationAdapter encapsulates creation of
CustomConversions.ConverterConfiguration with MongoDB specifics. |
| MongoTypeMapper
Mongo-specific
TypeMapper exposing that Documents might contain a type key. |
| MongoWriter
A MongoWriter is responsible for converting an object of type T to the native MongoDB representation Document.
|
| NoOpDbRefResolver
No-Operation
DBRef resolver throwing
UnsupportedOperationException when attempting to resolve database references. |
| QueryMapper
A helper class to encapsulate any modifications of a Query object before it gets submitted to the database.
|
| QueryMapper.Field
Value object to represent a field and its meta-information.
|
| QueryMapper.MetadataBackedField
Extension of
QueryMapper.Field to be backed with mapping metadata. |
| ReferenceLoader
The
ReferenceLoader obtains raw documents for linked entities via a
ReferenceLoader.DocumentReferenceQuery. |
| ReferenceLoader.DocumentReferenceQuery
The
ReferenceLoader.DocumentReferenceQuery defines the criteria by which documents should be matched
applying potentially given order criteria. |
| ReferenceLookupDelegate
A common delegate for
ReferenceResolver implementations to resolve a reference to one/many target documents
that are converted to entities. |
| ReferenceResolver
The
ReferenceResolver allows to load and convert linked entities. |
| ReferenceResolver.MongoEntityReader
Domain type conversion callback interface that allows to read the
source object into a mapped object. |
ReferenceResolver.ReferenceCollection
ReferenceResolver.ReferenceCollection is a value object that contains information about the target database and collection
name of an association. |
| Class and Description |
|---|
| MongoConverter
Central Mongo specific converter interface which combines
MongoWriter and EntityReader. |
| Class and Description |
|---|
| MongoWriter
A MongoWriter is responsible for converting an object of type T to the native MongoDB representation Document.
|
| Class and Description |
|---|
| MongoConverter
Central Mongo specific converter interface which combines
MongoWriter and EntityReader. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.