So much documentation to write, so little time...
The following features have yet to be documented. Feel free to make a wiki page for any of them and document them here. Good documentation will be promoted to the official Developer Guide.
- Multiple result set support (resultMap="resultMap1, resultMap2" or resultClass="resultClass1, resultClass2")
- Transactionmanagers
- Isolation Level support
- Cache models
- Serialize option for cache models
- XML/DOM result/param mappings
- remapResults="true"
(added to iBATIS developer guide) - DAO context id (for multiple DAO implementations)
- DBCP 2.0 config docs
(added to iBATIS developer guide) - <result ... resultMap="..."/>
- Type handling
- JDBC BLOB/CLOB support
- SQL-fragment includes
(added to iBATIS developer guide) - <discriminator> and <subMap> SqlMap elements
- More on bytecode enhancement
- More on dynamic statement prepend behavior
- Installation and Configuration
- Patterns and Best Practices
- Naming conventions
- Config Singleton
- Simple solution first
- N+1 Avoidance
- RO/RW Cache Separation
- Refactorings
- Eliminate N+1 Selects
- Lazy Load Associations
- ResultClass to ResultMap
- ParameterClass to ParameterMap
- Issues
