MyBatis (formerly called iBatis) – Examples and Hints using @SELECT, @INSERT and @UPDATE Annotations
Posted in Java / JEE, Persistence on October 25th, 2010 by Kai WähnerMyBatis (formerly called iBatis) – Examples and Hints using SELECT, INSERT and UPDATE Annotations
MyBatis (http://www.mybatis.org/) is a lightweight persistence framework for Java and .NET. This blog entry addresses the Java side. MyBatis is an alternative positioned somewhere between plain JDBC and ORM frameworks (e.g. EclipseLink or Hibernate). MyBatis usually uses XML, but it also supports annotations since version 3.