| Package | Description |
|---|---|
| org.springframework.data.mongodb.config |
Spring XML namespace configuration for MongoDB specific repositories.
|
| 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. |
| Class and Description |
|---|
| DBRef
An annotation that indicates the annotated field is to be stored using a
DBRef. |
| 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. |
| Field
Annotation to define custom metadata for document fields.
|
| 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. |
| Class and Description |
|---|
| MongoPersistentEntity
MongoDB specific
PersistentEntity abstraction. |
| MongoPersistentProperty
MongoDB specific
PersistentProperty extension. |
| Class and Description |
|---|
| MongoPersistentEntity
MongoDB specific
PersistentEntity abstraction. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.