Here am try to develop a simple JPA(Java Persistance API) application using spring boot. This application mainly focus on JPA repositoy implementaion and to find which are all the operational functions avilable. Using gradle as build tool and h2 in-memory database.
Application contains a employee in-memory database. Using RESTFul service we need to perform CRUD operations. By implementing paging and sorting repository developer reduse the code base, repository in-house support for many CRUD operatins.
Copyright (c) 2014 GitHub, Inc. See the LICENSE file for license rights and limitations (GNU GPL v2.0)