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 key or some thing? Does Bean need to implement any methods to support caching?

Thanks

Reply via email to