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
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