download abatis
Lastest version of abatis 1.5.1
What is aBatis?
aBatis is a Object-relational mapping library for android.
Licensed under the Apache License, Version 2.0

Features
・Simple & light ORM library like iBatis for Web development.
・Reduce development time.
・Independent of development phase.
・Supported both map and bean(DTO) interfaces.
・Android SDK Level 3 (1.5) and up.

News
2011/11/30 abatis 1.5.1 release
Highlights of fixes included in this update are:
- Out of Index Bug fix. (executeForBean, executeForMap)

2011/11/1 abatis 1.5 release
Highlights of fixes included in this update are:
- DB is now automatically updated as the application’s update.
- The performance is a bit improved.

2011/10/15 abatis 1.0 is released
Highlights of fixes included in this update are:
- Bean is now automatically mapped appropriate DB even if the DB name is like following pattern. New feature automatically searches alternative name according to Java  naming rules and maps it.
DB name: user_id -> alternative name : userId

2011/10/8 abatis 0.8 is released
Highlights of fixes included in this update are:
-return value type is now available not only <map>,but also <dto> and <vo>.
-fixed a call method from singleton to  multiple instances by synchronizing multiple instances .

2011/9/13 abatis 0.3 is released
Highlights of fixes included in this update are:
-fixed bind parameter bug .

2011/9/9 abatis 0.2 is released
Highlights of fixes included in this update are:
-to output a error log during query execution.
-fixed a bug during synchronized.

2011/8/23 abatis 0.1 is released

top          abatis          utils          scirocco