| Modifier and Type | Field and Description |
|---|---|
protected MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> |
MappingMongoConverter.mappingContext |
| Modifier and Type | Method and Description |
|---|---|
MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> |
MappingMongoConverter.getMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.DBObject |
QueryMapper.getMappedObject(com.mongodb.DBObject query,
MongoPersistentEntity<?> entity)
Replaces the property keys used in the given
DBObject with the appropriate keys by using the
PersistentEntity metadata. |
protected void |
MappingMongoConverter.writeInternal(Object obj,
com.mongodb.DBObject dbo,
MongoPersistentEntity<?> entity) |
| Constructor and Description |
|---|
MappingMongoConverter(MongoDbFactory mongoDbFactory,
MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MongoPersistentEntityIndexCreator.checkForIndexes(MongoPersistentEntity<?> entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
MongoPersistentEntityIndexCreator.onApplicationEvent(MappingContextEvent<MongoPersistentEntity<?>,MongoPersistentProperty> event) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMongoPersistentEntity<T>
MongoDB specific
MongoPersistentEntity implementation that adds Mongo specific meta-data such as the
collection name and the like. |
| Constructor and Description |
|---|
BasicMongoPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
MongoPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder)
Creates a new
BasicMongoPersistentProperty. |
CachingMongoPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
MongoPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder)
Creates a new
CachingMongoPersistentProperty. |
| Constructor and Description |
|---|
MongoQueryMethod(Method method,
RepositoryMetadata metadata,
MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
Creates a new
MongoQueryMethod from the given Method. |
| Constructor and Description |
|---|
MappingMongoEntityInformation(MongoPersistentEntity<T> entity)
Creates a new
MappingMongoEntityInformation for the given MongoPersistentEntity. |
MappingMongoEntityInformation(MongoPersistentEntity<T> entity,
String customCollectionName)
Creates a new
MappingMongoEntityInformation for the given MongoPersistentEntity and custom
collection name. |
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.