My scenario is to evict the object from the hibernate primary cache. so that i can get the fresh object whenever i call the same query. i have tried evict(Obj) in my call. but still i am receiving the old object. below are my code snippet
Person Object for mapping…
Top comments (0)