Skip to content

KhafiaAyyub/Hospital-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Data JPA

Overview

Spring Data JPA is a powerful abstraction over JPA (Java Persistence API) and Hibernate, making database access easier by removing boilerplate code.
It provides repository interfaces for CRUD, pagination, sorting, and custom queries.


1. Introduction

  • JPA – A specification for Object-Relational Mapping (ORM) in Java.
  • Hibernate – Default JPA provider used by Spring Boot.
  • JDBC – Low-level API used by Hibernate to interact with the database.

2. Architecture Layers

Spring Data JPA
    ↓
JPA (Specification)
    ↓
Hibernate (Implementation)
    ↓
JDBC (Database Communication)
    ↓
Database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages