|
28 | 28 | <section name="Introduction"> |
29 | 29 | <subsection name="What is MyBatis?"> |
30 | 30 | <p> |
31 | | - MyBatis is a first class persistence framework with support for |
32 | | - custom SQL, |
33 | | - stored procedures and advanced mappings. MyBatis |
34 | | - eliminates almost |
35 | | - all of the JDBC code and manual setting of |
36 | | - parameters and retrieval |
37 | | - of results. MyBatis can use simple XML or |
38 | | - Annotations for |
39 | | - configuration and map primitives, Map interfaces and |
40 | | - Java POJOs |
| 31 | + MyBatis is a first class persistence framework with support for custom SQL, |
| 32 | + stored procedures and advanced mappings. MyBatis eliminates almost |
| 33 | + all of the JDBC code and manual setting of parameters and retrieval |
| 34 | + of results. MyBatis can use simple XML or Annotations for |
| 35 | + configuration and map primitives, Map interfaces and Java POJOs |
41 | 36 | (Plain Old Java Objects) to database records. |
42 | 37 | </p> |
43 | 38 | </subsection> |
|
54 | 49 | Fork the repository, update them and send a pull request. |
55 | 50 | </p> |
56 | 51 | <p> |
57 | | - You’re the best author of this documentation, people like you have |
| 52 | + You're the best author of this documentation, people like you have |
58 | 53 | to read it! |
59 | 54 | </p> |
60 | 55 | </subsection> |
|
68 | 63 | <li class="ja"><a href="./ja/index.html">日本語</a></li> |
69 | 64 | <li class="ko"><a href="./ko/index.html">한국어</a></li> |
70 | 65 | <li class="zh"><a href="./zh/index.html">简体中文</a></li> |
| 66 | + <li class="zh-tw"><a href="./zh-tw/index.html">正體中文</a></li> |
71 | 67 | </ul> |
72 | 68 | <p>Do you want to read about MyBatis in your own native language? File an issue providing patches with your |
73 | 69 | mother tongue documentation!</p> |
|
76 | 72 | </body> |
77 | 73 |
|
78 | 74 | </document> |
79 | | - |
0 commit comments