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. |
| ShardKey |
Value object representing an entities Shard
Key used to distribute documents across a sharded MongoDB cluster.
|
| 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. |
| ShardingStrategy | |
| Unwrapped.OnEmpty |
Load strategy to be used
Unwrapped.onEmpty(). |
| 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 | |
| Sharded |
The
Sharded annotation provides meta information about the actual distribution of data. |
| TextScore |
TextScore marks the property to be considered as the on server calculated textScore when doing
full text search. |
| Unwrapped |
The annotation to configure a value object as flattened out in the target document.
|
| Unwrapped.Empty |
Shortcut for an empty unwrapped property.
|
| Unwrapped.Nullable |
Shortcut for a nullable unwrapped property.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.