Spring Data Document

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

Enclosing class:
QueryDslMongoRepository<T,ID extends 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> com.mysema.query.types.EntityPath<T>
createPath(Class<T> domainClass)
           
 

Method Detail

createPath

<T> com.mysema.query.types.EntityPath<T> createPath(Class<T> domainClass)

Spring Data Document

Copyright © 2011. All Rights Reserved.