2020-03-21

Hibernate @OrderBy support


@OrderBy support

Maps and Sets that provide a custom @OrderBy SQL fragment are now supported.

This is accomplished through an Antlr v4 based grammar to parse the ordering SQL fragment and applying the indicated sort specifications into the SQL AST being built.

No comments:

Post a Comment