dao-zero

dao-zero is a tiny Java bean used to reduce the source of a persistence tier based on Spring's iBatis support.
Download

dao-zero Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Yiting Qiang
  • Publisher web site:

dao-zero Tags


dao-zero Description

dao-zero is a tiny Java bean used to reduce the source of a persistence tier based on Spring's iBatis support. 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.Requirements:· cglib· springWhat's New in This Release:· 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.


dao-zero Related Software