Download Generic Repository For Mac 1.5.3


The Generic Repository (grepo) is an open source (ASLv2) framework for Java...
Generic Repository For Mac
Developer : Daniel Guggi
Size : 0.25Mb
OS : Mac OS X
Requirements : ยท Java
License : Freeware
Click here to download




The Generic Repository (grepo) is an open source (ASLv2) framework for Java which allows you to access (database) repositories in a generic and consistent manner. Using grepo, it is generally no longer required to provide all the boilerplate code which is necessary in order to access (database) repositories from Java. All you have to do is write appropriate database code (queries, procedures, functions etc.), an appropriately annotated Java interface, and very little Spring configuration. Using the framework has the following advantages: * Improves development time because no implementations are required for data access objects (DAOs). * Simplifies development and increases code quality - you won't hear your colleague say "Hey look, what I've found - I guess this is not the way we do this normally?!" anymore. * Makes your data access layer consistent - similar/equal data access operations are "implemented" (and thus work) in the same way which in turn makes software more stable and in general better maintainable. What's New in This Release: Bug:· [GREPO-58] - Null values cannot be set for query parameters of temporal types (AbstractJpaQueryExecutor)· [GREPO-61] - GenericStatisticsRepositoryFactoryBean is missing setter for property statisticsEntryIdentifierGenerationStrategyImprovement:· [GREPO-57] - Make Generic Repository more AJAX friendly.New Feature:· [GREPO-32] - setup wiki project page