资 源 简 介
This project is extending Spring Framework.
1. SPR - Spring Persistence Repository
Add to metadata(e.g. sql) management function to Spring-JDBC
SPR is support metadata management function. Sql is managing in sql resource file, and only call Dao Service(using jdbc template) with sql id. then SPR aspect is load target sql resource in repository, and exchange query id to sql.
SPR is using Spring"s jdbc template(JdbcTemplate, SimpleJdbcTemplate, NamedParameterJdbcTemplate) without touch.
SPR is based on Aspect.