-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed as not planned
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another
Description
Vladimir Domashnev opened DATAJPA-925 and commented
As of 1.10.2, toJpaOrder(Order, Root<?>, CriteriaBuilder)
method of org.springframework.data.jpa.repository.query.QueryUtils
ignores null precedence, that is provided by org.springframework.data.domain.Sort.Order
nullHandling propery, which is present since 1.7.x. It is used by org.springframework.data.jpa.repository.support.SimpleJpaRepository.getQuery(Specification...)
, thus affecting many methods of org.springframework.data.jpa.repository.JpaRepository
interface
Affects: 1.10.2 (Hopper SR2)
Issue Links:
- DATAJPA-754 NullHandling.(NULLS_LAST and NULLS_FIRST) does not work
("is duplicated by") - DATAJPA-1302 NullHandling.(NULLS_LAST and NULLS_FIRST) does not work
("is duplicated by") - DATAJPA-1725 Using nullsFirst() or nullsLast() on Sort and JpaSort has no effect on database query
("is duplicated by") - DATACMNS-904 NullHandling not working
("is duplicated by") - DATAJPA-825 Take into account org.springframework.data.domain.Sort.NullHandling for JPA Criteria
4 votes, 11 watchers
drenda, MRGRD56, SergeiKhmelevSPA, AntonBarkan, itayfrish and 3 moreMRGRD56 and AreiserBeshEater
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another