Is there a simple way to merge a existing ejbql query with a existing CriteriaBuilder object?
I have on the one side a jasper report with ejbql query and on another side are applications function and object rights as a CriteriaBuilder object.
My idee was:
I take a report query -> add function rights statement -> execute both in one go