Hibernate's core Object/Relational Mapping functionality
-
Updated
May 21, 2025 - Java
Object–relational mapping (ORM) is a technique with which records from relational databases are mapped to objects using an object-relational mapper in the programming language in which they are used.
Hibernate's core Object/Relational Mapping functionality
This is web application, micro-stackoverflow, built with Spring MVC 5, Hibernate 5, AOP and Spring Security etc . Unregistered user can search for questions and look into details including answer however registered member can post questions and answers.
A Java-based database initializer package that dynamically creates database schemas and tables with constraints, indexes, and relationships based on defined data models.
Object Relational Mapping Framework | Java
Spring JPA project using API validation, h2 database, postgresSQL and Lombok.
Custom ORM Framework is a lightweight Object-Relational Mapping (ORM) solution for Java that uses annotations and reflection to automatically inject database-related code
Progetto java one to many con Spring e ORM
Sample APIs for practice.
Back end application, built using Spring Boot framework, Spring JPA with ORM for management of relation data. Provides full CRUD operations, along with additional custom finder methods. Packages: Model, DAO, Service, Controller, Exception(with a GlobalExceptionHandler class). RDBMS with MySQL, 3NF data normalization. ERD.
La resolución de los desafios se encuentra en el módulo 'e5-desafios_wines'
Project for Software Engineering Exam @ Unifi - Event creation and participation software.
This Spring Boot application manages office workstation reservations, allowing users to reserve workstations for a single day with efficient data storage using Spring Data JPA.
Goodreads We build by using Object Relational Mapping(ORM) in the Java Persistence API (JPA)
Custom ORM Framework is a lightweight Object-Relational Mapping (ORM) solution for Java that uses annotations and reflection to automatically inject database-related code
Digital Innovation One - Live - JPA
This Java project uses JPA for managing a library catalog and loans. It includes classes for books, magazines, users, and loans. Functions allow adding/removing catalog items, searching by ISBN, publication year, author, or title, and tracking current loans and overdue returns.