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
MongoPersistentProperty 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 |
---|---|
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.
|
TextScore |
TextScore marks the property to be considered as the on server calculated textScore when doing
full text search. |
Version | Deprecated
use
Version instead. |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.