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(Class<T> domainClass)
|
createPath
<T> com.mysema.query.types.EntityPath<T> createPath(Class<T> domainClass)
Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.