Spring Data Jpa

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

Packages that use QueryDslJpaRepository.EntityPathResolver
org.springframework.data.jpa.repository.support JPA repository implementations. 
 

Uses of QueryDslJpaRepository.EntityPathResolver in org.springframework.data.jpa.repository.support
 

Constructors in org.springframework.data.jpa.repository.support with parameters of type QueryDslJpaRepository.EntityPathResolver
QueryDslJpaRepository(JpaEntityInformation<T,ID> entityMetadata, javax.persistence.EntityManager entityManager, QueryDslJpaRepository.EntityPathResolver resolver)
          Creates a new QueryDslJpaRepository from the given domain class and EntityManager and uses the given QueryDslJpaRepository.EntityPathResolver to translate the domain class into an EntityPath.
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.