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>) |
Constructor and Description |
---|
org.springframework.data.jpa.domain.JpaSort(Attribute<?, ?>...)
since 2.3, use
JpaSort.of(Attribute...) instead. |
org.springframework.data.jpa.domain.JpaSort(JpaSort.Path<?, ?>...)
since 2.3, use
JpaSort#of(Path...)) instead. |
org.springframework.data.jpa.domain.JpaSort(Sort.Direction, Attribute<?, ?>...)
since 2.3, use
JpaSort#of(Direction, Attribute...) instead. |
org.springframework.data.jpa.domain.JpaSort(Sort.Direction, JpaSort.Path<?, ?>...)
since 2.3, use
JpaSort#of(Direction, Path...) instead. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.