mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
d3a9136804
MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis eliminates almost all of the JDBC code and manual setting of parameters and retrieval of results. MyBatis can use simple XML or Annotations for configuration and map primitives, Map interfaces and Java POJOs (Plain Old Java Objects) to database records. WWW: http://www.mybatis.org/
9 lines
411 B
Plaintext
9 lines
411 B
Plaintext
MyBatis is a first class persistence framework with support for custom
|
|
SQL, stored procedures and advanced mappings. MyBatis eliminates almost
|
|
all of the JDBC code and manual setting of parameters and retrieval of
|
|
results. MyBatis can use simple XML or Annotations for configuration and
|
|
map primitives, Map interfaces and Java POJOs (Plain Old Java Objects)
|
|
to database records.
|
|
|
|
WWW: http://www.mybatis.org/
|