mybatis2

The mybatis data mapper framework makes it easier to use a relational database with object-oriented applications. mybatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the mybatis data mapper over object relational mapping tools.

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

org.mybatis
ArtifactId

ArtifactId

mybatis2
Last Version

Last Version

2.4.4
Release Date

Release Date

Type

Type

jar
Description

Description

mybatis2
The mybatis data mapper framework makes it easier to use a relational database with object-oriented applications. mybatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the mybatis data mapper over object relational mapping tools.
Project URL

Project URL

http://www.mybatis.org/
Project Organization

Project Organization

MyBatis.org
Source Code Management

Source Code Management

http://github.com/mybatis/mybatis-2

Download mybatis2

How to add to project

<!-- https://jarcasting.com/artifacts/org.mybatis/mybatis2/ -->
<dependency>
    <groupId>org.mybatis</groupId>
    <artifactId>mybatis2</artifactId>
    <version>2.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis/mybatis2/
implementation 'org.mybatis:mybatis2:2.4.4'
// https://jarcasting.com/artifacts/org.mybatis/mybatis2/
implementation ("org.mybatis:mybatis2:2.4.4")
'org.mybatis:mybatis2:jar:2.4.4'
<dependency org="org.mybatis" name="mybatis2" rev="2.4.4">
  <artifact name="mybatis2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis', module='mybatis2', version='2.4.4')
)
libraryDependencies += "org.mybatis" % "mybatis2" % "2.4.4"
[org.mybatis/mybatis2 "2.4.4"]

Dependencies

compile (3)

Group / Artifact Type Version
log4j : log4j Optional jar 1.2.17
commons-logging : commons-logging Optional jar 1.2
cglib : cglib Optional jar 3.3.0

provided (3)

Group / Artifact Type Version
commons-dbcp : commons-dbcp jar 1.4
jakarta.transaction : jakarta.transaction-api jar 1.3.3
opensymphony : oscache jar 2.4.1

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.hsqldb : hsqldb jar 1.8.0.10
org.apache.derby : derby jar 10.14.2.0
org.jmock : jmock-junit5 jar 2.12.0
org.jmock : jmock-legacy jar 2.12.0

Project Modules

There are no modules declared in this project.

Legacy iBATIS (aka MyBatis 2) maintenance repository

Build Status Coverage Status Maven central Sonatype Nexus (Snapshots) License

mybatis

The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

Users are advised to upgrade to myBatis 3.

org.mybatis

MyBatis

Versions

Version
2.4.4
2.4.3
2.3.7
2.3.6