GenericRepository(grepo)是一个开源的Java框架,用来通过统一的方法访问各种数据库系统。使用grepo,一般不再需要提供所有的样板代码是必要的,以访问(数据库)从Java库。你所要做的就是适当的数据库编写的代码(查询,过程,函数等),一个适当注解的Java接口,很少Spring配置。使用该框架具有以下优点:
Improvesdevelopmenttimebecausenoimplementationsarerequiredfordataaccessobjects(DAOs).Simplifiesdevelopmentandincreasescodequality-youwon'thearyourcolleaguesay"Heylook,whatI'vefound-Iguessthisisnotthewaywedothisnormally?!"anymore.Makesyourdataaccesslayerconsistent-similar/equaldataaccessoperationsare"implemented"(andthuswork)inthesamewaywhichinturnmakessoftwaremorestableandingeneralbettermaintainable.点击空白处退出提示
评论