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.
Converters integrating with
explicit encryption
mechanism of Client-Side Field Level Encryption.
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
MongoConverterthat uses aMappingContextto do sophisticated mapping of domain objects toDocument.Value object to capture custom conversion.MongoCustomConversions.MongoConverterConfigurationAdapterencapsulates creation ofCustomConversions.ConverterConfigurationwith 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 combinesMongoWriterandEntityReader.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
MongoConverterimplementations.Used to resolve associations annotated withDBRef.Callback interface to be used in conjunction withDbRefResolver.ReferenceResolverimplementation that uses a givenReferenceLookupDelegateto load and convert entity associations expressed via apersitent property.JsonSchemaMapperallows mapping a givenDocumentcontaining a $jsonSchema to the fields of a given domain type.MongoConverterthat uses aMappingContextto do sophisticated mapping of domain objects toDocument.Conversion context defining an interface for graph-traversal-based conversion of documents.Central Mongo specific converter interface which combinesMongoWriterandEntityReader.Value object to capture custom conversion.MongoCustomConversions.MongoConverterConfigurationAdapterencapsulates creation ofCustomConversions.ConverterConfigurationwith MongoDB specifics.Mongo-specificTypeMapperexposing thatDocuments might contain a type key.A MongoWriter is responsible for converting an object of type T to the native MongoDB representation Document.No-OperationDBRefresolver throwingUnsupportedOperationExceptionwhen 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.Fieldto be backed with mapping metadata.TheReferenceLoaderobtains rawdocumentsfor linked entities via aReferenceLoader.DocumentReferenceQuery.TheReferenceLoader.DocumentReferenceQuerydefines the criteria by whichdocumentsshould be matched applying potentially given order criteria.A dedicatedReferenceLoader.DocumentReferenceQuerythat will not match any documents.A common delegate forReferenceResolverimplementations to resolve a reference to one/many target documents that are converted to entities.TheReferenceResolverallows to load and convert linked entities.Domain type conversion callback interface that allows to read thesourceobject into a mapped object.ReferenceResolver.ReferenceCollectionis 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.core.convert.encryptionClassDescription
ValueConversionContextthat allows to delegate read/write to an underlyingMongoConverter.MongoDB-specificPropertyValueConverterextension. -
Classes in org.springframework.data.mongodb.core.convert used by org.springframework.data.mongodb.gridfsClassDescriptionCentral Mongo specific converter interface which combines
MongoWriterandEntityReader. -
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
MongoWriterandEntityReader.