Spring Data Document

Uses of Interface
org.springframework.data.document.mongodb.repository.QueryDslMongoRepository.EntityPathResolver

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

Uses of QueryDslMongoRepository.EntityPathResolver in org.springframework.data.document.mongodb.repository
 

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


Spring Data Document

Copyright © 2011. All Rights Reserved.