Download List

项目描述

dao-zero is a tiny Java bean used to reduce the
source of a persistence tier based on Spring's
iBatis support. The usual way to use iBatis in
Spring is to write code and invoke the iBatis API
explicitly. dao-zero invokes the iBatis API for
the developer automatically, without the need to
write implementation code. It will implement DAO
interfaces automatically and invoke iBatis SQL
mapped statements for you. You can use it to
replace your DAO bean class directly.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-05-14 05:52
0.5

此版本允许指定的声明手动自己的Java方法,而不是自动。支持已被添加到转换结果列表数组,另一个列表,一集,或枚举/迭代器。复制结果bean来支持自动另一个bean。批量更新/删除/插入的支持。一个错误已被修复。软件包已经被改组。转储之间的Java方法和iBatis SQL语句支持的关系。
This release allows to specify the statement manually for a Java method by yourself rather than automatically. Support has been added to transform a result list to an array, another List, a Set, or an Enumeration/Iterator. Copying a result bean to another bean automatically is supported. Batch update/delete/insert is supported. One bug has been fixed. The package has been reorganized. Dump relations between Java methods and iBatis SQL statements are supported.

2006-07-16 21:10
0.4.1

此版本修复了与JDK 1.5不兼容。
标签: Major bugfixes
This release fixes an incompatibility with JDK 1.5.

2006-07-06 06:41
0.4

动态报表包含$值$支持。一个错误:在一个不被视为一个以上的水平空间是固定的。 queryForList(字符串的声明,对象帕拉姆,廉政跳过,廉政max)和queryForPaginatedList()的支持。从iBatis的返回的java.util.List的可转化为其他类型,如[] /迭代器/设置。该文档已更新。简易的所谓的“HelloWorld”加入,以及文件使用此示例来解释的基本问题。中国的信息被加入。
标签: Major feature enhancements
Dynamic statements which contain $value$ are supported. A bug where a namespace with more than one level is not considered was fixed. queryForList(String statement, Object param, int skip, int max) and queryForPaginatedList() are supported. the java.util.List returned from iBatis can be transformed to other types, such as []/Iterator/Set. The documentation was updated. A simplified sample called "HelloWorld" was added, and the documentation uses this sample to explain basic issues. Chinese messages were added.

2006-05-31 06:56
0.3.2

daozero.ibatis.Dao和daozero.ibatis.AutoProxy的重构。在文件里的错误是固定的。第4节的示例类,“AccountDaoImpl”,应扩大SqlMapClientDaoSupport。
标签: Code cleanup
daozero.ibatis.Dao and daozero.ibatis.AutoProxy
were refactored. Mistakes in documents were fixed.
Section 4's sample class, "AccountDaoImpl", should
extend SqlMapClientDaoSupport.

2006-05-22 20:22
0.3.1

一个NullPointerException是在JPetStore这个示例应用程序BeanExecutor构造发生是因为parameterMap可能已被空已得到修复。
A NullPointerException that occurred in the BeanExecutor constructor of the jpetstore sample app because parameterMap may have been null has been fixed.

Project Resources