Hibernate 'hql' does not support UNION - Hibernate

So in this case run each query individually using 'HQL' and then add the results to a HashSet

Comments

Popular posts from this blog

public vs protected vs default access modifiers - Java

Class, Reference and Object