Hi,
Is there a way to find the number of managed entities given an entity manager?
My application has some memory leaks - I am doing clear() on the entity manager(s) but may be I forgot some - so if there is a way to know how many entities are managed by each my entity mgr - it would be helpful.
Thanks,
EKK