The @OrderBy
annotation is used to specify a SQL ordering directive for sorting the current annotated collection.
</div>
It differs from the JPA @OrderBy
annotation because the JPA annotation expects a JPQL order-by fragment, not an SQL directive.
</div>
</div>