Uses of Package
org.springframework.data.mongodb.core.convert
Packages that use org.springframework.data.mongodb.core.convert
Package
Description
Spring XML namespace configuration for MongoDB specific repositories.
MongoDB core support.
Support for the MongoDB aggregation framework.
Spring Data MongoDB specific converter infrastructure.
Support for MongoDB GridFS feature.
Query derivation mechanism for MongoDB specific repositories.
-
Classes in org.springframework.data.mongodb.core.convert used by org.springframework.data.mongodb.configClassDescription
MongoConverter
that uses aMappingContext
to do sophisticated mapping of domain objects toDocument
.Value object to capture custom conversion.MongoCustomConversions.MongoConverterConfigurationAdapter
encapsulates creation ofCustomConversions.ConverterConfiguration
with MongoDB specifics. -
Classes in org.springframework.data.mongodb.core.convert used by org.springframework.data.mongodb.coreClassDescriptionUsed to resolve associations annotated with
DBRef
.Central Mongo specific converter interface which combinesMongoWriter
andEntityReader
.A MongoWriter is responsible for converting an object of type T to the native MongoDB representation Document.A helper class to encapsulate any modifications of a Query object before it gets submitted to the database. -
Classes in org.springframework.data.mongodb.core.convert used by org.springframework.data.mongodb.core.aggregationClassDescriptionA helper class to encapsulate any modifications of a Query object before it gets submitted to the database.
-
Classes in org.springframework.data.mongodb.core.convert used by org.springframework.data.mongodb.core.convertClassDescriptionBase class for
MongoConverter
implementations.Used to resolve associations annotated withDBRef
.Callback interface to be used in conjunction withDbRefResolver
.ReferenceResolver
implementation that uses a givenReferenceLookupDelegate
to load and convert entity associations expressed via apersitent property
.JsonSchemaMapper
allows mapping a givenDocument
containing a $jsonSchema to the fields of a given domain type.MongoConverter
that uses aMappingContext
to do sophisticated mapping of domain objects toDocument
.Central Mongo specific converter interface which combinesMongoWriter
andEntityReader
.Value object to capture custom conversion.MongoCustomConversions.MongoConverterConfigurationAdapter
encapsulates creation ofCustomConversions.ConverterConfiguration
with MongoDB specifics.Mongo-specificTypeMapper
exposing thatDocument
s might contain a type key.A MongoWriter is responsible for converting an object of type T to the native MongoDB representation Document.No-OperationDBRef
resolver throwingUnsupportedOperationException
when attempting to resolve database references.A helper class to encapsulate any modifications of a Query object before it gets submitted to the database.Value object to represent a field and its meta-information.Extension ofQueryMapper.Field
to be backed with mapping metadata.TheReferenceLoader
obtains rawdocuments
for linked entities via aReferenceLoader.DocumentReferenceQuery
.TheReferenceLoader.DocumentReferenceQuery
defines the criteria by whichdocuments
should be matched applying potentially given order criteria.A common delegate forReferenceResolver
implementations to resolve a reference to one/many target documents that are converted to entities.TheReferenceResolver
allows to load and convert linked entities.Domain type conversion callback interface that allows to read thesource
object into a mapped object.ReferenceResolver.ReferenceCollection
is a value object that contains information about the target database and collection name of an association. -
Classes in org.springframework.data.mongodb.core.convert used by org.springframework.data.mongodb.gridfsClassDescriptionCentral Mongo specific converter interface which combines
MongoWriter
andEntityReader
. -
Classes in org.springframework.data.mongodb.core.convert used by org.springframework.data.mongodb.repository.queryClassDescriptionA MongoWriter is responsible for converting an object of type T to the native MongoDB representation Document.
-
Classes in org.springframework.data.mongodb.core.convert used by org.springframework.data.mongodb.util.aggregationClassDescriptionCentral Mongo specific converter interface which combines
MongoWriter
andEntityReader
.