Java org.springframework.data.querydsl QSort fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.querydsl QSort fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.querydsl QSort.

The text is from its open source code.

Constructor

QSort(OrderSpecifier... orderSpecifiers)
Creates a new QSort instance with the given OrderSpecifier s.
QSort(List> orderSpecifiers)
Creates a new QSort instance with the given OrderSpecifier s.