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 |
---|---|
protected DBObject |
MappingMongoConverter.createCollection(Collection<?> collection,
MongoPersistentProperty property)
Writes the given
Collection using the given MongoPersistentProperty information. |
DBObject |
QueryMapper.getMappedKeyword(org.springframework.data.mongodb.core.convert.QueryMapper.Keyword keyword,
MongoPersistentProperty property)
Returns the mapped keyword considered defining a criteria for the given property.
|
protected Object |
MappingMongoConverter.getValueInternal(MongoPersistentProperty prop,
DBObject dbo,
org.springframework.data.mapping.model.SpELExpressionEvaluator eval,
Object parent) |
DBRef |
MongoWriter.toDBRef(Object object,
MongoPersistentProperty referingProperty)
Creates a
DBRef to refer to the given object. |
DBRef |
MappingMongoConverter.toDBRef(Object object,
MongoPersistentProperty referingProperty) |
protected void |
MappingMongoConverter.writePropertyInternal(Object obj,
DBObject dbo,
MongoPersistentProperty prop) |
Constructor and Description |
---|
MappingMongoConverter(MongoDbFactory mongoDbFactory,
org.springframework.data.mapping.context.MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
|
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 |
BasicMongoPersistentProperty
Mongo specific
PersistentProperty implementation. |
class |
CachingMongoPersistentProperty
|
Modifier and Type | Method and Description |
---|---|
MongoPersistentProperty |
MongoMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
BasicMongoPersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.data.mapping.Association<MongoPersistentProperty> |
BasicMongoPersistentProperty.createAssociation() |
Modifier and Type | Method and Description |
---|---|
String |
MongoPersistentProperty.PropertyToFieldNameConverter.convert(MongoPersistentProperty source) |
Modifier and Type | Method and Description |
---|---|
Object |
ConvertingParameterAccessor.PotentiallyConvertingIterator.nextConverted(MongoPersistentProperty property)
Returns the next element which has already been converted.
|
Constructor and Description |
---|
DefaultEntityInformationCreator(org.springframework.data.mapping.context.MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext) |
Copyright © 2012. All Rights Reserved.