Artifacts using mybatis-spring version 1.0.0
1. Common MyBatis
com.foreach.libs » common-mybatisApache
A number of general purpose libraries for Java. Dependencies are kept minimal but Spring framework
is considered a base requirement for most libraries.
Last Release on Dec 11, 2024
Implements the Table Data Gateway (http://martinfowler.com/eaaCatalog/tableDataGateway.html) pattern
using MyBatis. This plugin doesn't currently interact with GORM (other than sharing a datasource definition);
rather, it's a complementary approach.
Features:
* Adds the target 'create-gateway [name]' for creating a gateway class and its corresponding MyBatis mapper XML file
* Each named operation in the mapping file becomes a method on the gateway class. For example, an operation
<select id="getAccout"> ...
Last Release on Sep 30, 2016
- Prev
- 1
- Next