See: Description
| Interface | Description |
|---|---|
| MongoPersistentEntity<T> |
MongoDB specific
PersistentEntity abstraction. |
| MongoPersistentProperty |
MongoDB specific
PersistentProperty extension. |
| Class | Description |
|---|---|
| BasicMongoPersistentEntity<T> |
MongoDB specific
MongoPersistentEntity implementation that adds Mongo specific meta-data such as the
collection name and the like. |
| BasicMongoPersistentProperty |
MongoDB specific
PersistentProperty implementation. |
| CachingMongoPersistentProperty | |
| MongoMappingContext |
Default implementation of a
MappingContext for MongoDB using BasicMongoPersistentEntity and
BasicMongoPersistentProperty as primary abstractions. |
| MongoSimpleTypes |
Simple constant holder for a
SimpleTypeHolder enriched with Mongo specific simple types. |
| Enum | Description |
|---|---|
| FieldType |
Enumeration of field value types that can be used to represent a
Document field value. |
| MongoPersistentProperty.PropertyToFieldNameConverter |
Simple
Converter implementation to transform a MongoPersistentProperty into its field name. |
| Annotation Type | Description |
|---|---|
| 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.
|
| Field |
Annotation to define custom metadata for document fields.
|
| Language |
Mark property as language field.
|
| MongoId | |
| TextScore |
TextScore marks the property to be considered as the on server calculated textScore when doing
full text search. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.