Is it possible to query \"UNION\" in JPA and even \"Criteria Builder\"?
I\'m looking for examples, but so far i got no result.
Does anyone have any examples
write native query (set it true , default its false) - ex.
String findQuery = "select xyz from abc union select abc from def" @Query(value = findQuery, nativeQuery = true) //method