Uses of Package
org.springframework.data.mongodb.core.mapping
Packages that use org.springframework.data.mongodb.core.mapping
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 document indexing.
Infrastructure for the MongoDB document-to-object mapping subsystem.
Query derivation mechanism for MongoDB specific repositories.
Support infrastructure for query derivation of MongoDB specific repositories.
-
Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.configClassDescriptionDefault implementation of a
MappingContext
for MongoDB usingBasicMongoPersistentEntity
andBasicMongoPersistentProperty
as primary abstractions. -
Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.coreClassDescriptionMongoDB specific
PersistentEntity
abstraction.MongoDB specificPersistentProperty
extension.Shortcut for a nullable unwrapped property. -
Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.core.aggregationClassDescriptionMongoDB specific
PersistentEntity
abstraction.MongoDB specificPersistentProperty
extension. -
Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.core.convertClassDescriptionAn annotation that indicates the annotated field is to be stored using a
DBRef
.A custom pointer to a linked document to be used along withDocumentReference
for storing the linkage value.MongoDB specificPersistentEntity
abstraction.MongoDB specificPersistentProperty
extension. -
Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.core.indexClassDescriptionDefault implementation of a
MappingContext
for MongoDB usingBasicMongoPersistentEntity
andBasicMongoPersistentProperty
as primary abstractions.MongoDB specificPersistentEntity
abstraction.MongoDB specificPersistentProperty
extension. -
Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.core.mappingClassDescriptionMongoDB specific
MongoPersistentEntity
implementation that adds Mongo specific meta-data such as the collection name and the like.MongoDB specificPersistentProperty
implementation.An annotation that indicates the annotated field is to be stored using aDBRef
.Identifies a domain object to be persisted to MongoDB.ADocumentReference
allows referencing entities in MongoDB using a flexible schema.Annotation to define custom metadata for document fields.Enumeration of write strategies to define when a property is included for write conversion.Enumeration of field value types that can be used to represent aDocument
field value.MongoDB specificPersistentEntity
abstraction.MongoDB specificPersistentProperty
extension.SimpleConverter
implementation to transform aMongoPersistentProperty
into its field name.Utility to translate aMongoPersistentProperty
into a corresponding property from a differentMongoPersistentEntity
by looking it up by name.Value object representing an entities Shard Key used to distribute documents across a sharded MongoDB cluster.The annotation to configure a value object as flattened out in the target document.Load strategy to be usedUnwrapped.onEmpty()
. -
Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.repository.queryClassDescriptionMongoDB specific
PersistentEntity
abstraction.MongoDB specificPersistentProperty
extension. -