java-persistence-api
There are 32 repositories under java-persistence-api topic.
xpinjection/hibernate-performance
Samples for "Hibernate performance tuning" talk
xpinjection/hibernate-basics
Samples for "Hibernate, how the magic is really done?" talk
RameshMF/JPA-Tutorial
Guide to Java Persistence API
algaworks/ebook-jpa
E-book JPA, O Guia Definitivo.
demaj/e-Voting
Electronic Voting System built with Java Enterprise Edition.
Sab01123/Online-Cab-Booking
It is a REST API for an Online Cab Booking. This API performs all the fundamental CRUD operations of any Online Cab Booking platform with user validation at every step.
daniel-shuy/JAX-RS-JPA-CRUD
Provides extendable classes to create JAX-RS CRUD Web Services tied to JPA entity classes
foxhutch/object-casket
An easy to use OR mapper
anirtek/java-persistence-api
Contains the code developed while learning Java-Persistence-API (JPA) using hibernate's JPA implementation of JPA, Spring framework, Maven for dependencies.
dfleta/one-quarkus-app
Java con conexión a bases de datos (H2) con Quarkus /Panache, JPA, Active Record, API REST JSON.
irfina/shoppinglist-jpa
Contoh pemrograman database dengan JPA (Java Persistence API), kasus pencatatan daftar belanja (shopping list).
markbennison/StudentTimetableSystem
MSc Assignment in Enterprise Software Engineering. Web application using JSP with entity persistence. 3 projects: EJB has the entity classes with factory methods and facades. Library has DTO classes and remotes for facades. Client is 'StudentTimetablingSystem' project. Focus of project is to demonstrate JSP with MVC, some design patterns and entity persistence in Java. The theme is a student timetabling system.
MatiPl01/Bazy-danych-2
Rozwiązania zadań z przedmiotu Bazy Danych II na AGH 2021/2022
Ndaboom/cloud-vendor-rest-api-v2
Spring boot REST API for a Cloud vendor Services management, with Data Persistence
AustinAdodo/article_api_java
Robust API developed with the Spring Framework. This API is tested as a loosely coupled component and can easily be integrated with an external module. All dependencies are effiiciently managed with Maven and can be easily dockerized or packaged. The mock library has also been used to send mock http requests.
codeyard/bfh-bookstore
A Microservices-based Java Bookstore application.
devxzero/hibernate-quickstart-template
Hibernate quickstart template
gareth618/graph-bot
Advanced Programming Project
harrietobrien/animerch
Animerch: Mock eCommerce website (Frontend TBA)
jactor-rises/jactor-modules
Playground for devops, TDD, Gradle, Cucumber ++
Millstack/Hinernate-JPA-MySql-CRUD
The practical implementation of CRUD operations using the Hibernate ORM and JPA performed on MySql database to understand the core concepts of Persistence Unit and the connection configuration with the maven project for mapping the object
dfleta/one-quarkus-app-DAO
Java con conexión a bases de datos (H2) con Quarkus /Panache, JPA, Active Record / DAO, API REST JSON.
dfleta/quarkus-app-DAO-many
Java con conexión a bases de datos (H2) con Quarkus /Panache, JPA, Active Record / DAO, API REST JSON.
erikrios/learn-spring-boot
Some Projects to Improve My Knowledge About Spring Boot
itsmeAmal/Java-Persistence-API-crud-application
Java Persistent API backended project
LIJOMLOYID/phonebook
A project using Spring Boot for implementing a RESTful backend, and Angular for creating a JavaScript-based frontend. It fetches and displays a List of JPA entities from a database, and persists new ones through a form.
luismendes070/digital-innovation-one
Repositório com aulas ofertas na Digital Innovation One (https://digitalinnovation.one)
luismendes070/jdbc-basico
Aula básica sobre JDBC
maemresen/spring-pagination-example
Discover Spring Data pagination: optimal querying for complex relationships, accurate strategies, and practical examples. Elevate your projects with robust pagination techniques.
pratapshiv1992/java-spring-boot-crud
a simple crud application built-in spring-boot.
seanJosephFitzpatrick/WebTechnologies-
Movies App - 5th year project
ushelp/EasyCommonDAO
消除 Java ORM,JPA 持久层代码的通用 DAO(支持 Hibernate, EclipseLink)。Common DAO to eliminate Java ORM, JPA persistence layer code(Support Hibernate, EclipseLink).