|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MongoPersistentProperty in org.springframework.data.mongodb.core.convert |
|---|
| Fields in org.springframework.data.mongodb.core.convert with type parameters of type MongoPersistentProperty | |
|---|---|
protected MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> |
MappingMongoConverter.mappingContext
|
| Methods in org.springframework.data.mongodb.core.convert that return types with arguments of type MongoPersistentProperty | |
|---|---|
MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> |
MappingMongoConverter.getMappingContext()
|
| Methods in org.springframework.data.mongodb.core.convert with parameters of type MongoPersistentProperty | |
|---|---|
protected com.mongodb.DBObject |
MappingMongoConverter.createCollection(Collection<?> collection,
MongoPersistentProperty property)
Writes the given Collection using the given MongoPersistentProperty information. |
com.mongodb.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,
com.mongodb.DBObject dbo,
SpELExpressionEvaluator eval,
Object parent)
|
com.mongodb.DBRef |
MongoWriter.toDBRef(Object object,
MongoPersistentProperty referingProperty)
Creates a DBRef to refer to the given object. |
com.mongodb.DBRef |
MappingMongoConverter.toDBRef(Object object,
MongoPersistentProperty referingProperty)
|
protected void |
MappingMongoConverter.writePropertyInternal(Object obj,
com.mongodb.DBObject dbo,
MongoPersistentProperty prop)
|
| Constructor parameters in org.springframework.data.mongodb.core.convert with type arguments of type MongoPersistentProperty | |
|---|---|
MappingMongoConverter(MongoDbFactory mongoDbFactory,
MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
Creates a new MappingMongoConverter given the new MongoDbFactory and MappingContext. |
|
| Uses of MongoPersistentProperty in org.springframework.data.mongodb.core.index |
|---|
| Method parameters in org.springframework.data.mongodb.core.index with type arguments of type MongoPersistentProperty | |
|---|---|
void |
MongoPersistentEntityIndexCreator.onApplicationEvent(MappingContextEvent<MongoPersistentEntity<?>,MongoPersistentProperty> event)
|
| Uses of MongoPersistentProperty in org.springframework.data.mongodb.core.mapping |
|---|
| Classes in org.springframework.data.mongodb.core.mapping that implement MongoPersistentProperty | |
|---|---|
class |
BasicMongoPersistentProperty
MongoDB specific MongoPersistentProperty implementation. |
class |
CachingMongoPersistentProperty
MongoPersistentProperty caching access to CachingMongoPersistentProperty.isIdProperty() and CachingMongoPersistentProperty.getFieldName(). |
| Methods in org.springframework.data.mongodb.core.mapping that return MongoPersistentProperty | |
|---|---|
MongoPersistentProperty |
MongoMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
BasicMongoPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder)
|
| Methods in org.springframework.data.mongodb.core.mapping that return types with arguments of type MongoPersistentProperty | |
|---|---|
protected Association<MongoPersistentProperty> |
BasicMongoPersistentProperty.createAssociation()
|
| Methods in org.springframework.data.mongodb.core.mapping with parameters of type MongoPersistentProperty | |
|---|---|
String |
MongoPersistentProperty.PropertyToFieldNameConverter.convert(MongoPersistentProperty source)
|
| Uses of MongoPersistentProperty in org.springframework.data.mongodb.repository.query |
|---|
| Methods in org.springframework.data.mongodb.repository.query with parameters of type MongoPersistentProperty | |
|---|---|
Object |
ConvertingParameterAccessor.PotentiallyConvertingIterator.nextConverted(MongoPersistentProperty property)
Returns the next element which has already been converted. |
| Constructor parameters in org.springframework.data.mongodb.repository.query with type arguments of type MongoPersistentProperty | |
|---|---|
MongoQueryMethod(Method method,
RepositoryMetadata metadata,
MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
Creates a new MongoQueryMethod from the given Method. |
|
|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||