Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . Don't include the version name in the installed JAR. This is more | Greg Lewis | 2010-12-12 | 1 | -2/+4 |
| | | | | | | | | consistent with other ports I've looked at and will create less churn for minor version updates. Notes: svn path=/head/; revision=266146 | ||||
* | . Add a port of MyBatis for Java: | Greg Lewis | 2010-12-07 | 3 | -0/+58 |
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/ Notes: svn path=/head/; revision=265786 |