DATACMNS-1777 - Polishing.

Add note about GraalVM when using TypedSort.

Original pull request: #461.
This commit is contained in:
Mark Paluch
2020-07-28 15:28:24 +02:00
parent 47ac2d43ff
commit 9fbabdc820

View File

@@ -453,6 +453,8 @@ Sort sort = person.by(Person::getFirstname).ascending()
----
====
NOTE: `TypedSort.by(…)` makes use of runtime proxies by typically using CGlib which may interfere with native image compilation when using tools like Graal VM Native.
If your store implementation supports Querydsl, you can also use the metamodel types generated to define sort expressions:
.Defining sort expressions using the Querydsl API