There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
An integration of Spring with Hibernate using annotation based configuration tutorial. A CRUD oriented web application containing a form asking user input, saving that input in a MySQL database using Hibernate, retrieving the records from database and updating or deleting them within transaction, all using annotation configuration.