IBATIS

From Wikipedia, the free encyclopedia

The correct title of this article is iBATIS. The initial letter is shown capitalized due to technical restrictions.

iBATIS is a persistence framework which enables mapping sql queries to POJOs (Plain Old Java Objects). The sql queries are decoupled from an application by putting the queries in XML files. Mapping of the retrieved objects is automatic or semi-automatic.

The framework is currently available in a Java, .NET, and Ruby(RBatis) version.

[edit] External links

In other languages