toggle menu
kollectivequery
JVM
switch theme
search in API
kollectivequery
/
no.acntech.kollectiveq
/
SortingVisitor
Sorting
Visitor
interface
SortingVisitor
(
source
)
Interface for a visitor that visits sorting criteria.
Inheritors
JPQLTransformationSortingVisitor
Members
Functions
visit
Criteria
Link copied to clipboard
open
fun
visitCriteria
(
criteria
:
List
<
Sorting.SortCriterion
>
)
visit
Criterion
Link copied to clipboard
abstract
fun
visitCriterion
(
criterion
:
Sorting.SortCriterion
)