Spring Data Document

Uses of Interface
org.springframework.data.mongodb.core.mapping.MongoPersistentEntity

Packages that use MongoPersistentEntity
org.springframework.data.mongodb.core.convert   
org.springframework.data.mongodb.core.index   
org.springframework.data.mongodb.core.mapping   
org.springframework.data.mongodb.repository.support   
 

Uses of MongoPersistentEntity in org.springframework.data.mongodb.core.convert
 

Fields in org.springframework.data.mongodb.core.convert with type parameters of type MongoPersistentEntity
protected  org.springframework.data.mapping.context.MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> MappingMongoConverter.mappingContext
           
 

Methods in org.springframework.data.mongodb.core.convert that return types with arguments of type MongoPersistentEntity
 org.springframework.data.mapping.context.MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> MappingMongoConverter.getMappingContext()
           
 

Methods in org.springframework.data.mongodb.core.convert with parameters of type MongoPersistentEntity
 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 parameters in org.springframework.data.mongodb.core.convert with type arguments of type MongoPersistentEntity
MappingMongoConverter(MongoDbFactory mongoDbFactory, org.springframework.data.mapping.context.MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
          Creates a new MappingMongoConverter given the new MongoDbFactory and MappingContext.
 

Uses of MongoPersistentEntity in org.springframework.data.mongodb.core.index
 

Methods in org.springframework.data.mongodb.core.index with parameters of type MongoPersistentEntity
protected  void MongoPersistentEntityIndexCreator.checkForIndexes(MongoPersistentEntity<?> entity)
           
 

Method parameters in org.springframework.data.mongodb.core.index with type arguments of type MongoPersistentEntity
 void MongoPersistentEntityIndexCreator.onApplicationEvent(org.springframework.data.mapping.event.MappingContextEvent<MongoPersistentEntity<MongoPersistentProperty>,MongoPersistentProperty> event)
           
 

Uses of MongoPersistentEntity in org.springframework.data.mongodb.core.mapping
 

Classes in org.springframework.data.mongodb.core.mapping that implement MongoPersistentEntity
 class BasicMongoPersistentEntity<T>
          Mongo specific PersistentEntity implementation that adds Mongo specific meta-data such as the collection name and the like.
 

Constructors in org.springframework.data.mongodb.core.mapping with parameters of type MongoPersistentEntity
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.
 

Uses of MongoPersistentEntity in org.springframework.data.mongodb.repository.support
 

Constructors in org.springframework.data.mongodb.repository.support with parameters of type MongoPersistentEntity
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 parameters in org.springframework.data.mongodb.repository.support with type arguments of type MongoPersistentEntity
DefaultEntityInformationCreator(org.springframework.data.mapping.context.MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
           
 


Spring Data Document

Copyright © 2012. All Rights Reserved.