My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Show all Featured wiki pages:
SPRgettingStarted

This project is extending Spring Framework.

1. SPR - Spring Persistence Repository

  1. Add to metadata(e.g. sql) management function to Spring-JDBC
  2. 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.
  3. SPR is using Spring's jdbc template(JdbcTemplate, SimpleJdbcTemplate, NamedParameterJdbcTemplate) without touch.
  4. SPR is based on Aspect.








Hosted by Google Code