mybatis / mybatis-3

MyBatis SQL mapper framework for Java
http://mybatis.github.io/mybatis-3/
Apache License 2.0
19.79k stars 12.86k forks source link

Add wiki page to introduce useful plugins #862

Open kazuki43zoo opened 7 years ago

kazuki43zoo commented 7 years ago

We consider to add a github wiki page for introduces useful plugins provided by 3rd party.

candidates:

pre-conditions for introduce:

mallim commented 7 years ago

I can help out if there is any help required on the English documentation.

pagehelper commented 7 years ago

I have added an English document, and it is the default document for the project.

MyBatis Pagination - PageHelper

中文版文档

If you are using MyBatis, it is recommended to try this pagination plugin. This must be the Most Convenient pagination plugin.

PageHelper support any complex single-table, multi-table queries. Some special cases please see the Important note.

Want to use PageHelper? Please see How to use PageHelper.

Physical Paging

PageHelper supports the following databases:

  1. Oracle
  2. Mysql
  3. MariaDB
  4. SQLite
  5. Hsqldb
  6. PostgreSQL
  7. DB2
  8. SqlServer(2005,2008)
  9. Informix
  10. H2
  11. SqlServer2012
  12. Derby

PageHelper will detect the current database url by default, automatically select the corresponding database dialect.

pagehelper commented 7 years ago

MyBatis Common Base Mapper: https://github.com/abel533/Mapper

Common Base Mapper reference MyBatis Generator, contains all of MyBatis Generator common methods, built-in common Example object.

Common Base Mapper dynamically generates MappedStatements for all common methods at startup.

The English version of the document will be added later.

pagehelper commented 7 years ago

@mallim 你能帮我看看文档翻译的对不对吗?目前还没有完全翻译完。

harawata commented 7 years ago

GitHub released a new feature called topics which allows you to add tags to your project. If you add 'mybatis' and 'plugin' to your project, for example, this link can be used as a live listing of mybatis plugin with additional info like stars, last updated date, etc.