JavaScript is disabled on your browser.
Skip navigation links
Jakarta EE Platform API v11.0.0-M2
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Module
jakarta.data
Package
jakarta.data.repository
Annotation Interface OrderBy.List
Enclosing class:
OrderBy
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public static @interface
OrderBy.List
Enables multiple
OrderBy
annotations on the method.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
OrderBy
[]
value
Returns a list of annotations with the first taking precedence, followed by the second, and so forth.
Element Details
value
OrderBy
[]
value
Returns a list of annotations with the first taking precedence, followed by the second, and so forth.
Returns:
list of annotations.