Can we use union in hibernate?

hibernate

Solution

The answer is no... see here https://www.hibernate.org/117.html#A21

Problem

Does anybody have any idea about unions in hibernate? I got this question in a interview. My guess is yes, but I'm not sure where and when.

Original source