| Interface | Description |
|---|---|
| MongoPersistentEntity<T> | |
| MongoPersistentProperty |
Mongo specific
PersistentProperty implementation. |
| Class | Description |
|---|---|
| BasicMongoPersistentEntity<T> |
Mongo specific
PersistentEntity implementation that adds Mongo specific meta-data such as the collection name
and the like. |
| BasicMongoPersistentProperty |
Mongo specific
PersistentProperty implementation. |
| CachingMongoPersistentProperty | |
| MongoMappingContext | |
| MongoSimpleTypes |
Simple constant holder for a
SimpleTypeHolder enriched with Mongo specific simple types. |
| SimpleMongoMappingContext |
| Enum | Description |
|---|---|
| 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.
|
Copyright © 2012. All Rights Reserved.