Skip to content

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

Notifications You must be signed in to change notification settings

ashokravina/Goodreads-By-Using-ORM-JPA-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

import statements

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;

Releases

No releases published

Packages

No packages published

Languages