Hi, I'm trying to call Hibernate's Session.evict in Spring by using getHibernateTenplate. evict(obj). However, it doesn't seem to work and I don't see a call to it anywhere in the output. Can someone help me figure out what's wrong?

Femi