Search:

Type: Posts; User: femibyte; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thread: Using evict

    by femibyte
    Replies
    1
    Views
    1,881

    Using evict

    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...
  2. How does getHibernateTemplate().save(...) work?

    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...
  3. Replies
    3
    Views
    4,517

    I auto-generate my class path to add all jar...

    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...
  4. Replies
    3
    Views
    4,517

    JDK1.4 Logging

    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
  5. OpenSessionInViewInterceptor/OpenSessionInViewFilter use

    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,...
Results 1 to 5 of 5