Share

Dao-zero: implement your DAO intefaces

File Release Notes and Changelog

Release Name: 0.4

Notes: 0.4(2006-7-5) (1)Support dynamic statement which contains $value$. (2)Fixed 1 bug: bug #5: Namespace with >1 levels(like xxx.xxxx.xxxx) is not considered. ( thanks SqUaLL ) (3)Support queryForList(String statement, Object param, int skip, int max). (4)Support queryForPaginatedList(). (5)Support transform java.util.List returned from iBatis to other types, such as []/Iterator/Set. (6)Document for (3),(4) & (5) is updated. (7)A simplified sample called "HelloWorld" is appended. Now, document use this sample to explain basic issues. (8)Chinese messages are addes.


Changes: