gallyamb / mybatis-3

MyBatis SQL mapper framework for Java

Home Page:http://mybatis.github.io/mybatis-3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyBatis SQL Mapper Framework for Java

build Coverage Status Maven central Sonatype Nexus (Snapshots) License Stack Overflow Project Stats

mybatis

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

Essentials

Contributions

Mybatis-core is now being auto formatted. Given nature of some code logic with mybatis, it is more appropriate to force a formatting structure manually for snippets such as sql statements. To do so, add following blocks around code.

  • // @formatter:off to start the block of unformatted code
  • // @formatter:on to end the block of unformatted code

If comment sections need same behaviour such as javadocs, note that the entire block must be around entire comment as direct usage does not properly indicate that formatter treats it all as one comment block regardless.

About

MyBatis SQL mapper framework for Java

http://mybatis.github.io/mybatis-3/

License:Apache License 2.0


Languages

Language:Java 99.4%Language:CSS 0.2%Language:TSQL 0.2%Language:PLpgSQL 0.2%