Business Data Model

Business Data Model - JPQL outer join

Hi, I have two Business Data Model:

Rilievo - nome type:String - controlli type:Controllo multiple (relationship: Aggregation)

Controllo - nome type:String - codice type:String

In Manage Business Data Model (Studio) I want to create a custom query where I load all Controllo not present in Rilievo. What is the query JPQL?

I tried this query: SELECT c FROM Rilievo r RIGHT JOIN r.controlli c ORDER BY r.persistenceId ASC but it loads all controllo :(

Thanks Manolo

View existing Business Data Model in a running process/service platform

Question: Is there a way to view the current Business Data Model that is being used by a running BPM Platform?

Thanks

Notifications