Spring Data MongoDB

Uses of Interface
org.springframework.data.mongodb.repository.query.MongoEntityInformation

Packages that use MongoEntityInformation
org.springframework.data.mongodb.repository.support   
 

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

Classes in org.springframework.data.mongodb.repository.support that implement MongoEntityInformation
 class MappingMongoEntityInformation<T,ID extends Serializable>
          MongoEntityInformation implementation using a MongoPersistentEntity instance to lookup the necessary information.
 

Methods in org.springframework.data.mongodb.repository.support that return MongoEntityInformation
protected  MongoEntityInformation<T,ID> SimpleMongoRepository.getEntityInformation()
           
<T,ID extends Serializable>
MongoEntityInformation<T,ID>
MongoRepositoryFactory.getEntityInformation(Class<T> domainClass)
           
 

Constructors in org.springframework.data.mongodb.repository.support with parameters of type MongoEntityInformation
QueryDslMongoRepository(MongoEntityInformation<T,ID> entityInformation, MongoOperations mongoOperations)
          Creates a new QueryDslMongoRepository for the given EntityMetadata and MongoTemplate.
QueryDslMongoRepository(MongoEntityInformation<T,ID> entityInformation, MongoOperations mongoOperations, EntityPathResolver resolver)
          Creates a new QueryDslMongoRepository for the given MongoEntityInformation, MongoTemplate and EntityPathResolver.
SimpleMongoRepository(MongoEntityInformation<T,ID> metadata, MongoOperations mongoOperations)
          Creates a ew SimpleMongoRepository for the given MongoEntityInformation and MongoTemplate.
 


Spring Data MongoDB

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.