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...
Type: Posts; User: femibyte; Keyword(s):
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...
How does the save(..) method of HibernateTemplate really work? I was able to use the find method to obtain a Product object with a primary key of productId, modify it and call save(product) on it. I...
I auto-generate my class path to add all jar files within a directory to my class path and I'd rather keep my log4j.jar file there. I think one can set a property to specify which kind of logging to...
How do I configure Spring to use JDK 1.4 logging? I prefer not to use log4j since that we use JDK1.4 logging at our company. Spring uses log4j by default.
Thanks in adavnce,
Femi
Can someone provide examples of using
OpenSessionInViewInterceptor and OpenSessionInViewFilter
both in a container and in s standalone app?
I am trying to use either for lazy initialization,...