eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
231 stars 72 forks source link

Add support to order by annotation #328

Closed otaviojava closed 1 year ago

otaviojava commented 1 year ago

This PR throws an exception on Order annotation when it does not support it.

Changes