Generic Repository是一个开源的基于(ASLv2许可发布)的开源框架,Generic Repository采用纯Java编写,用于帮助Java开发者使用一种同一的方式访问数据库系统。通过使用Generic Repository,开发者无须为每种特定的数据库编写单独的Java代码。开发者唯一需要编写的只有数据库操作代码,例如:查询,存储过程等。使用Generic Repository开发者仅仅需要在代码中增加一些Java接口,和很少的一部分Spring配置信息。
Generic Repository 1.0.0主要包含如下特性:
- Generic Repository 1.0.0支持基于Hibernate的DAOs
- Generic Repository 1.0.0支持基于Jpa的DAOs
- Generic Repository 1.0.0支持执行数据库存储过程和数据库函数
- Generic Repository 1.0.0拥有高度可定制性
Generic Repository官方网站:
http://grepo.codehaus.org
[ad#468-60]