File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2009-2016 the original author or authors.
4
+ Copyright 2009-2022 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
31
31
<p >
32
32
MyBatis es un framework de persistencia que soporta SQL, procedimientos
33
33
almacenados y mapeos avanzados. MyBatis elimina casi todo el código JDBC, el establecimiento
34
- manual de los parámetros y la obtención de resultados. MyBatis puede configurarse con XML o anotaciones y
35
- permite mapear mapas y POJOs (Plain Old Java Objects) con registros de base de datos.
34
+ manual de parámetros y la obtención de resultados. MyBatis puede configurarse con XML o anotaciones y
35
+ permite mapear typos de datos primitivos, objetos de tipo Map y POJOs (Plain Old Java Objects) a registros de base de datos.
36
36
</p >
37
37
</subsection >
38
38
44
44
<p >
45
45
Las fuentes de este manual están disponibles en formato xdoc en el
46
46
<a href =" https://github.com/mybatis/mybatis-3/tree/master/src/site" >Git del proyecto</a >.
47
- Haz un fork, cambialas y envía un pull request.
47
+ Haz un fork, cámbialas y envía un pull request.
48
48
</p >
49
49
<p >
50
50
Eres el mejor candidato para documentar porque los lectores de esta documentación son gente como tú!
You can’t perform that action at this time.
0 commit comments