Class and Description |
---|
org.springframework.data.jpa.repository.support.QuerydslJpaRepository
Instead of this class use
QuerydslJpaPredicateExecutor |
Method and Description |
---|
org.springframework.data.jpa.repository.query.QueryUtils.createCountQueryFor(String)
use
DeclaredQuery.deriveCountQuery(String, String) instead. |
org.springframework.data.jpa.repository.query.QueryUtils.createCountQueryFor(String, String)
use
DeclaredQuery.deriveCountQuery(String, String) instead. |
org.springframework.data.jpa.repository.query.QueryUtils.detectAlias(String)
use
DeclaredQuery.getAlias() instead. |
org.springframework.data.jpa.repository.support.SimpleJpaRepository.getCountQuery(Specification<T>)
override
SimpleJpaRepository.getCountQuery(Specification, Class) instead |
org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(TypedQuery<T>, Pageable, Specification<T>) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.