| 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.core.index |
Support for MongoDB document indexing.
|
| org.springframework.data.mongodb.core.mapping |
Infrastructure for the MongoDB document-to-object mapping subsystem.
|
| org.springframework.data.mongodb.repository.query |
Query derivation mechanism for MongoDB specific repositories.
|
| org.springframework.data.mongodb.repository.support |
Support infrastructure for query derivation of MongoDB specific repositories.
|
| Class and Description |
|---|
| MongoMappingContext
Default implementation of a
MappingContext for MongoDB using BasicMongoPersistentEntity and
BasicMongoPersistentProperty as primary abstractions. |
| Class and Description |
|---|
| MongoPersistentEntity
MongoDB specific
PersistentEntity abstraction. |
| MongoPersistentProperty
MongoDB specific
PersistentProperty extension. |
| Unwrapped.Nullable
Shortcut for a nullable unwrapped property.
|
| Class and Description |
|---|
| MongoPersistentEntity
MongoDB specific
PersistentEntity abstraction. |
| MongoPersistentProperty
MongoDB specific
PersistentProperty extension. |
| Class and Description |
|---|
| DBRef
An annotation that indicates the annotated field is to be stored using a
DBRef. |
| DocumentPointer
A custom pointer to a linked document to be used along with
DocumentReference for storing the linkage value. |
| MongoPersistentEntity
MongoDB specific
PersistentEntity abstraction. |
| MongoPersistentProperty
MongoDB specific
PersistentProperty extension. |
| Class and Description |
|---|
| MongoMappingContext
Default implementation of a
MappingContext for MongoDB using BasicMongoPersistentEntity and
BasicMongoPersistentProperty as primary abstractions. |
| MongoPersistentEntity
MongoDB specific
PersistentEntity abstraction. |
| MongoPersistentProperty
MongoDB specific
PersistentProperty extension. |
| Class and Description |
|---|
| BasicMongoPersistentEntity
MongoDB specific
MongoPersistentEntity implementation that adds Mongo specific meta-data such as the
collection name and the like. |
| BasicMongoPersistentProperty
MongoDB specific
PersistentProperty implementation. |
| DBRef
An annotation that indicates the annotated field is to be stored using a
DBRef. |
| Document
Identifies a domain object to be persisted to MongoDB.
|
| DocumentReference
A
DocumentReference allows referencing entities in MongoDB using a flexible schema. |
| Field
Annotation to define custom metadata for document fields.
|
| Field.Write
Enumeration of write strategies to define when a property is included for write conversion.
|
| FieldType
Enumeration of field value types that can be used to represent a
Document field value. |
| MongoPersistentEntity
MongoDB specific
PersistentEntity abstraction. |
| MongoPersistentProperty
MongoDB specific
PersistentProperty extension. |
| MongoPersistentProperty.PropertyToFieldNameConverter
Simple
Converter implementation to transform a MongoPersistentProperty into its field name. |
| PersistentPropertyTranslator
Utility to translate a
MongoPersistentProperty into a corresponding property from a different
MongoPersistentEntity by looking it up by name. |
| ShardingStrategy |
| ShardKey
Value object representing an entities Shard
Key used to distribute documents across a sharded MongoDB cluster.
|
| Unwrapped
The annotation to configure a value object as flattened out in the target document.
|
| Unwrapped.OnEmpty
Load strategy to be used
Unwrapped.onEmpty(). |
| Class and Description |
|---|
| MongoPersistentEntity
MongoDB specific
PersistentEntity abstraction. |
| MongoPersistentProperty
MongoDB specific
PersistentProperty extension. |
| Class and Description |
|---|
| MongoPersistentEntity
MongoDB specific
PersistentEntity abstraction. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.