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

All Known Implementing Classes:
QueryDslMongoRepository.SimpleEntityPathResolver
Enclosing class:
QueryDslMongoRepository<T,ID extends java.io.Serializable>

public static interface QueryDslMongoRepository.EntityPathResolver

Strategy interface to abstract the ways to translate an plain domain class into a EntityPath.

Author:
Oliver Gierke

Method Summary
<T>
createPath(java.lang.Class<T> domainClass)
           
 

Method Detail

createPath

<T>  createPath(java.lang.Class<T> domainClass)