@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface OrderBy
OrderBy in that this expects SQL fragment, JPA OrderBy expects a
valid JPQL order-by fragment.OrderBy,
SortComparator,
SortNatural| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
clause
SQL ordering clause.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.