Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Java
10.5K+ articles
Difference Between
3.6K+ articles
Advance Java
906+ articles
Interview-Questions
467+ articles
Java-Spring-Boot
339+ articles
Java-Spring
291+ articles
Java-Spring-MVC
104+ articles
Java-Spring-Data-JPA
61+ articles
Hibernate- Annotations
14+ articles
Hibernate Mapping
11+ articles
Java-Hibernate
87 posts
Recent Articles
Popular Articles
Why @OneToMany Does not Work with Inheritance in Hibernate?
Last Updated: 11 October 2024
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: 03 October 2024
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
Java-Hibernate
Installation Guide
Advance Java
Auditing with Hibernate Envers in Spring Boot
Last Updated: 03 October 2024
In modern applications, auditing plays a crucial role in tracking changes made to data over time. It allows developers and administrators to record who modified the data w...
read more
Picked
Java-Spring-Boot
Java-Hibernate
Advance Java
Spring Boot - Database Integration (JPA, Hibernate, MySQL, H2)
Last Updated: 20 August 2024
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: 04 July 2024
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: 23 April 2024
In Spring Boot applications, we use Hibernate as a JPA provider and it can manage the Hibernate SessionFactory. It is crucial for efficient database interactions. The Sess...
read more
Picked
Java-Spring-Boot
Java-Hibernate
Advance Java
Show SQL from Spring Data JPA/Hibernate in Spring Boot
Last Updated: 25 March 2024
In Spring Boot, Spring Data JPA is part of the larger Spring Data Project that can simplify the development of the data access layers in the spring applications using the ...
read more
Picked
Java-Spring-Boot
Java-Hibernate
Java-Spring-Data-JPA
Advance Java
Dev Scripter
Dev Scripter 2024
Spring Interview Questions and Answers
Last Updated: 19 March 2025
Spring is a widely used framework in the Java ecosystem, known for its flexibility, powerful features, and ability to support enterprise-level applications. It's the prefe...
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 Mapping Set using XML
Last Updated: 24 April 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
Java
Picked
Java-Hibernate
Geeks Premier League
Hibernate Mapping
Advance Java
Geeks Premier League 2023
Basic Program in Hibernate
Last Updated: 24 April 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
Java
Picked
Java-Hibernate
Geeks Premier League
Advance Java
Geeks Premier League 2023
Hibernate Interview Questions
Last Updated: 02 May 2025
Hibernate is a powerful Object-Relational Mapping (ORM) framework widely recognized for its efficiency, flexibility, and ability to simplify database interactions in Java ...
read more
Java
Picked
Java-Hibernate
Interview-Questions
Advance Java
Interview Questions
Spring - @DeleteMapping and @PutMapping Annotation
Last Updated: 04 January 2025
Spring Annotations are a form of metadata that provides data about a program. Annotations are used to provide supplemental information about a program. It does not have a ...
read more
Java
Picked
Java-Hibernate
Java-Spring-Data-JPA
Hibernate- Annotations
Advance Java
Spring - @PostMapping and @GetMapping Annotation
Last Updated: 04 January 2025
Spring Annotations are a form of metadata that provides data about a program. Annotations are used to provide supplemental information about a program. It does not have a ...
read more
Java
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
Java
Picked
Java-Hibernate
Java-Spring-Data-JPA
Hibernate- Annotations
Advance Java
Hibernate - Difference Between @JoinColumn and @PrimaryKeyJoinColumn
Last Updated: 24 April 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
Java
Picked
Java-Hibernate
Hibernate- Annotations
Advance Java
1
2
3
4
5
6
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !