Spring Data Jpa

org.springframework.data.jpa.repository.support
Interface QueryDslJpaRepository.EntityPathResolver

Enclosing class:
QueryDslJpaRepository<T,ID extends Serializable>

public static interface QueryDslJpaRepository.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 Jpa

Copyright © 2011 SpringSource. All Rights Reserved.