Is it possible to create a custom Native Query?

Hi,
with help of mybatis we added some custom tables beside the standard camunda tables. The user can access these custom tables via a rest API. This works like a charm.

Within one of our process application, we access the camunda data with the Java API. I wonder if I could access our custom tables somehow by using your Java API. Is saw that there are some native queries for tasks or process-definition and I wonder (again :slight_smile:) if I am able to create a custom generic nativeQuery-class to get data of my custom tables. Or do you provide already something similar?

Best Regards
Alex