Thanks to visit codestin.com
Credit goes to github.com

Skip to content

davids13/crud-jpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD with JPA

Project description: This is a simple project, where we can use employee for multiple options based on CRUD Pattern and the DAO technique that we are going to use is JPA spec.

Technologies: Spring Boot / Spring MVC / MySQL / IntellIJ / RESTful / DTO Pattern / Postman

Query query = entityManager.createManager("FROM Model"); Model model = entityManager.find(Model.class, id);

Releases

No releases published

Packages

No packages published

Languages