I have a parent entity called OCR, this has 2 that are specialization (inheritance): OCR_A, OCR_B.
My hql needs to contemplate the 2, ie I need to join the 2. I start like this:
select o from OCR o
How do I join in the 2 child tab...
asked by
11.07.2018 / 14:34