Many to many link table

I have 2 many to many linked entity tables, it will create a new table in sql, is there a way to call that autogenerated sql table?
my project :untitled.rar (294.9 KB)
I want to select this table

You cannot access this table through DataManager or EntityManager.
Only via QueryRunner or any other JDBC-level API.

1 Like