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

Packages that use MongoEntityInformation
org.springframework.data.document.mongodb.repository MongoDB specific repository implementation. 
 

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

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

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

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



Copyright © 2011. All Rights Reserved.