Class JpaSort.JpaOrder

java.lang.Object
org.springframework.data.domain.Sort.Order
org.springframework.data.jpa.domain.JpaSort.JpaOrder
All Implemented Interfaces:
Serializable
Enclosing class:
JpaSort

public static class JpaSort.JpaOrder extends Sort.Order
Custom Sort.Order that keeps a flag to indicate unsafe property handling, i.e. the String provided is not necessarily a property but can be an arbitrary expression piped into the query execution. We also keep an additional ignoreCase flag around as the constructor of the superclass is private currently.
Author:
Christoph Strobl, Oliver Gierke
See Also: