How to use union all in hibernate query?
Answer / Sarita Verma
To execute a SQL `UNION ALL` query in Hibernate, you can create two separate Query objects and call the `unionAll()` method on them. Make sure both queries have the same return type and column order.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is merge better than update?
What does orm consists of?
What is difference between hibernate session get() and load() method?
What is lazy loading hibernate?
What is indexing in hibernate?
What is the limitation of hibernate?
What are fetch types in hibernate?
What is lazy and eager initialization?
What is meant by annotation in hibernate?
Does hibernate use jdbc?
How do you hibernate?
What happens if hibernate session is not closed?