I need to call one a database procedure in a CUD operation, rather than direct insert/update/delete to the table. So my question is if I mapped entities with JPA, Is it possible for me to call a separate function (action a bounded operation, not a function import a unbounded operation) from the URL via olingo.