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
Printable View
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
Sure, but we'll need to see some code and what messages you're currently getting. Are you sure you're calling the method? Have you attempted to catch RuntimeException to see what might be going on?
Lou