ダウンロードリスト

プロジェクト概要

dao ゼロは春の iBatis に基づいて永続化層の源を減らすために使用される小さな Java bean をサポートします。春の言及を使用する通常の方法はコードを記述し、iBatis API を明示的に呼び出します。dao ゼロ実装コードを記述する必要なく、自動的に、開発者の iBatis API を呼び出します。DAO インターフェイスを自動的に実装され、iBatis マップされている SQL ステートメントを呼び出します。DAO bean クラスを直接交換するのに使用することができます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2007-05-14 05:52
0.5

このリリースでは、手動でJavaメソッドの場合、自分ではなく、自動的に比べて文を指定することができます。サポートして配列を、別のリストを設定するか、または列挙/イテレータを結果リストに変換するために追加されています。コピーを別のBeanを自動的にサポートされるため、結果のBean。バッチ更新/削除/挿入がサポートされます。 1つのバグが修正されています。パッケージの再編成されています。 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(文字列のステートメント、オブジェクトparamは、INTは、INT max)のをスキップしてqueryForPaginatedList()はサポートされます。 java.util.ListのiBatisから返された、他の種類に[]などに変換することができます/ Iteratorを/に設定します。ドキュメントが更新されました。簡略化のサンプルと呼ばれるの"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

これparameterMapされてnullを固定されているのかもしれないjpetstoreサンプルアプリケーションのBeanExecutorコンストラクタで発生NullPointerExceptionが発生。
A NullPointerException that occurred in the BeanExecutor constructor of the jpetstore sample app because parameterMap may have been null has been fixed.

プロジェクトリソース