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 Requirements

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

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

This release fixes an incompatibility with JDK 1.5.
標籤: Major bugfixes

2006-07-06 06:41
0.4

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.
標籤: Major feature enhancements

2006-05-31 06:56
0.3.2

daozero.ibatis.Dao and daozero.ibatis.AutoProxy
were refactored. Mistakes in documents were fixed.
Section 4's sample class, "AccountDaoImpl", should
extend SqlMapClientDaoSupport.
標籤: Code cleanup

2006-05-22 20:22
0.3.1

A NullPointerException that occurred in the BeanExecutor constructor of the jpetstore sample app because parameterMap may have been null has been fixed.

Project Resources