Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashokravina/goodreads-by-using-orm-jpa-method

Goodreads We build by using Object Relational Mapping(ORM) in the Java Persistence API (JPA)
https://github.com/ashokravina/goodreads-by-using-orm-jpa-method

autowired deletemapping getmapping java object-relational-mapping postmapping putmapping repository service spring-boot spring-framework

Last synced: about 1 month ago
JSON representation

Goodreads We build by using Object Relational Mapping(ORM) in the Java Persistence API (JPA)

Awesome Lists containing this project

README

        

# import statements

```java

import javax.persistence.*;
import org.springframework.stereotype.Repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.web.server.ResponseStatusException;
import org.springframework.http.HttpStatus;