RE: Two quick questions..

2006-04-19 Thread MCCORMICK, Paul
Title: Two quick questions.. I'll add to those questions   1) Be careful when updating cached data in a transactional environment.  If you update a cached object, then calling a rollback will undo db changes but not changes to the object in memory.  You should clone cached object b

Two quick questions..

2006-04-19 Thread Lingala, Sadasiva
Title: Two quick questions.. 1. Can I selectively use lazy loading for some results but not others? How do I specify this? I only see one global setting in sqlMapConfig.xml. 2. How does iBatis caching know that data/object to be retrieved is already in cache? Does it use SQL statement as