REST Api for native queries

Hi,

is there a simple, supported way to use the REST Api Addon with native queries,
instead of the JPQL and the entity model?

The reason for this question:
We need to enable the users to write their own SQL for maintaining/reading data via REST calls and the underlying tables/views are not in the data model of JMIX.

A first version of manual coding for this has been done.
But, if there would be a way to use the Rest AddOn for that,
we would stop our own development.

Regards
Roland

Hi Roland,

The sole purpose of the Jmix Generic REST is to provide CRUD operations for the data model of the application, respecting data access control. So SQL operations with external data is completely out of scope.

Regards,
Konstantin

thx, Konstantin