Spring Data Commons

org.springframework.data.querydsl
Interface EntityPathResolver

All Known Implementing Classes:
SimpleEntityPathResolver

public interface 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(java.lang.Class<T> domainClass)
           
 

Method Detail

createPath

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

Spring Data Commons

Copyright © 2012. All Rights Reserved.