| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.data.mapping.context.MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> |
MappingMongoConverter.mappingContext |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mapping.context.MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> |
MappingMongoConverter.getMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
DBObject |
QueryMapper.getMappedObject(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,
DBObject dbo,
MongoPersistentEntity<?> entity) |
| Constructor and Description |
|---|
MappingMongoConverter(MongoDbFactory mongoDbFactory,
org.springframework.data.mapping.context.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(org.springframework.data.mapping.context.MappingContextEvent<MongoPersistentEntity<?>,MongoPersistentProperty> event) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMongoPersistentEntity<T>
Mongo specific
PersistentEntity 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,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
Creates a new
BasicMongoPersistentProperty. |
CachingMongoPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
MongoPersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
Creates a new
CachingMongoPersistentProperty. |
| 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. |
| Constructor and Description |
|---|
DefaultEntityInformationCreator(org.springframework.data.mapping.context.MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext) |
Copyright © 2012. All Rights Reserved.