Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Java
9.4K+ articles
Advance Java
724+ articles
Interview-Questions
474+ articles
Java-Spring-Boot
340+ articles
Java-Spring
297+ articles
Springboot
185+ articles
Java-Spring-MVC
105+ articles
JPA
30+ articles
Spring CT
1+ articles
Java-Hibernate
87 posts
Recent Articles
Auditing with Hibernate Envers in Spring Boot
Last Updated: 30 April 2026
Auditing with Hibernate Envers in Spring Boot allows automatic tracking of entity changes such as insert, update, and delete operations. It maintains historical data witho...
read more
Picked
Java-Spring-Boot
Java-Hibernate
Advance Java
Why @OneToMany Does not Work with Inheritance in Hibernate?
Last Updated: 23 July 2025
Hibernate, a popular ORM (Object-Relational Mapping) framework, helps map Java classes to database tables. While Hibernate supports @OneToMany relationships, developers ma...
read more
Picked
Java-Hibernate
Hibernate Mapping
Advance Java
How to Download and Install Hibernate ORM?
Last Updated: 23 July 2025
Hibernate ORM (Object-Relational Mapping) is a powerful tool for mapping Java objects to database tables, making database access in Java applications much easier. It abstr...
read more
Picked
Installation Guide
Java-Hibernate
Spring Boot - Database Integration (JPA, Hibernate, MySQL, H2)
Last Updated: 23 July 2025
In modern application development, integrating a database is crucial for persisting and managing data. Spring Boot simplifies this process by providing seamless integratio...
read more
Picked
Java-Spring
Java-Hibernate
Java-Spring-Data-JPA
Advance Java
Rich Domain Model with Hibernate
Last Updated: 23 July 2025
Rich Domain Model in the context of software development and Hibernate is the model where the business logic is encapsulated directly within the domain objects, rather tha...
read more
Picked
Java-Spring-Boot
Java-Hibernate
Advance Java
Spring Boot - Handle to Hibernate SessionFactory
Last Updated: 01 May 2026
In Spring Boot, Hibernate SessionFactory is the core interface used to create and manage database sessions. While Spring Boot commonly uses JPA (EntityManager), direct acc...
read more
Picked
Java-Spring-Boot
Java-Hibernate
Advance Java
Show SQL from Spring Data JPA/Hibernate in Spring Boot
Last Updated: 28 March 2026
When working with Spring Boot applications using Spring Data JPA and Hibernate, it is often useful to see the actual SQL queries being executed. This helps in debugging, p...
read more
Picked
Java-Spring-Boot
Java-Hibernate
Java-Spring-Data-JPA
Advance Java
Dev Scripter
Dev Scripter 2024
Hibernate Mapping Set using XML
Last Updated: 23 July 2025
In Hibernate, if we want to map one table to another with the help of a set then we use Set mapping. Set mapping can be performed if the model class or persistent class co...
read more
Picked
Java-Hibernate
Hibernate Mapping
Advance Java
Geeks Premier League 2023
Basic Program in Hibernate
Last Updated: 23 July 2025
Hibernate is a Java ORM (Object Relational Mapping) framework, that makes it easy to save Java objects to databases. It internally uses JPA (Java Persistence API) to persi...
read more
Picked
Java-Hibernate
Advance Java
Geeks Premier League 2023
Spring Interview Questions and Answers
Last Updated: 25 October 2025
Spring is a widely used Java framework known for its flexibility, modularity, and enterprise-grade features. Top companies like Uber, Google, Netflix, and Amazon rely on S...
read more
Java-Spring
Java-Hibernate
Interview-Questions
Java-Spring-MVC
Advance Java
Interview Preparation
Technical Interview Questions
Interview Questions
Spring JDBC
JavaServer Faces
Enterprise JavaBeans
Spring AOP
Hibernate Interview Questions
Last Updated: 24 October 2025
Hibernate is a powerful Object-Relational Mapping (ORM) framework that simplifies database interaction in Java applications. It provides an abstraction over JDBC by mappin...
read more
Picked
Java-Hibernate
Interview-Questions
Advance Java
Spring - @DeleteMapping and @PutMapping Annotation
Last Updated: 10 March 2026
In Spring Boot, @PutMapping and @DeleteMapping are commonly used in controller classes to map HTTP PUT and DELETE requests to specific methods. These annotations make the ...
read more
Picked
Java-Hibernate
Java-Spring-Data-JPA
Hibernate- Annotations
Springboot
Spring - @PostMapping and @GetMapping Annotation
Last Updated: 10 March 2026
In Spring Boot, @GetMapping and @PostMapping are annotations used to handle HTTP requests in Spring MVC controllers. They help map specific HTTP methods to controller meth...
read more
Picked
Java-Spring
Java-Hibernate
Java-Spring-Data-JPA
Advance Java
Spring @Primary Annotation
Last Updated: 04 January 2025
@Primary annotation in Spring is used to indicate the primary bean when multiple beans of the same type are present for auto wiring. When multiple beans are eligible for a...
read more
Picked
Java-Hibernate
Java-Spring-Data-JPA
Hibernate- Annotations
Advance Java
Hibernate - Difference Between @JoinColumn and @PrimaryKeyJoinColumn
Last Updated: 23 July 2025
@JoinColumn annotation in JPA is used to specify the column which is responsible for storing the foreign key value that established the relationship between two entities. ...
read more
Picked
Java-Hibernate
Hibernate- Annotations
Advance Java
1
2
3
4
5
6