Hello all
We have very large application that use's extensively the EntityManager
methods (createNamedQuery, createQuery, find, merge)
Now to refractor all the instances will be a pain, my problem is
That I need to insert another check in the returned value and filter it
out
Can it be bone after the information send into the EntityManager?