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
Web Technologies
37.5K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
Difference Between
3.6K+ articles
Advance Java
906+ articles
Interview-Questions
470+ articles
Java-Spring-Boot
340+ articles
Java-Spring
296+ articles
JPA
29+ articles
Spring CT
1+ articles
Java-Hibernate
87 posts
Recent Articles
Popular Articles
Hibernate Tutorial
Last Updated: 22 June 2024
Hibernate is the most used Object/Relational persistence and query service and It is licensed under the open-source GNU Lesser General Public License (LGPL). Hibernate not...
read more
Java
Picked
Java-Hibernate
Hibernate - Bidirectional Association
Last Updated: 07 June 2023
Hibernate is a powerful open-source framework for Java that provides an object-relational mapping solution. It simplifies the process of working with databases which allow...
read more
Java
Picked
Java-Hibernate
Spring Boot - 415 Unsupported Media Type Error for Post Request for @ManyToMany Relation
Last Updated: 24 April 2025
Spring Boot is a widely used Java-based framework that simplifies the process of building enterprise applications by providing an opinionated and flexible approach to deve...
read more
Java
Java-Spring-Boot
Java-Hibernate
What is Spring Framework and Hibernate ORM?
Last Updated: 12 May 2023
Spring Framework is an open-source Java framework that is used to develop enterprise-level applications. It provides a wide range of features and functionalities such as i...
read more
Java
Java-Spring
Java-Hibernate
Hibernate - Cache Eviction with Example
Last Updated: 24 April 2025
Caching in Hibernate means storing and reusing frequently used data to speed up your application. There are two kinds of caching: Session-level and SessionFactory-level. L...
read more
Java
Java-Hibernate
Hibernate - Cache Expiration
Last Updated: 24 April 2025
Caching in Hibernate means storing and reusing frequently used data to speed up your application. There are two kinds of caching: Session-level and SessionFactory-level. L...
read more
Java
Java-Hibernate
Hibernate - Enable and Implement First and Second Level Cache
Last Updated: 24 April 2025
If you're a Java developer, you've probably heard of Hibernate. It's a free, open-source ORM framework that lets you map your Java objects to tables in a relational databa...
read more
Java
Java-Hibernate
Hibernate - Save Image and Other Types of Values to Database
Last Updated: 24 April 2025
In Hibernate, you can save images and other types of values as attributes of your entity classes using appropriate data types and mappings. To save images and other types ...
read more
Java
Java-Hibernate
Hibernate - Pagination
Last Updated: 24 April 2025
Pagination is the process of dividing a large set of data into smaller, more manageable chunks or pages for easier navigation and faster loading times. It is a common tech...
read more
Java
Java-Hibernate
Hibernate - Different Cascade Types
Last Updated: 27 May 2025
In Hibernate, when we deal with entities connected through relationships like a Customer who has multiple Orders, sometimes we want to perform some operations like save, u...
read more
Java-Hibernate
Advance Java
Hibernate Native SQL Query with Example
Last Updated: 24 April 2025
Hibernate is a popular object-relational mapping (ORM) tool used in Java applications. It allows developers to map Java objects to database tables and perform CRUD (create...
read more
Java
Java-Hibernate
Hibernate - Caching
Last Updated: 24 April 2025
Caching in Hibernate refers to the technique of storing frequently accessed data in memory to improve the performance of an application that uses Hibernate as an Object-Re...
read more
Java
Java-Hibernate
Hibernate - @Embeddable and @Embedded Annotation
Last Updated: 24 April 2025
The @Embeddable and @Embedded annotations in Hibernate are used to map an object’s properties to columns in a database table. These annotations are used in combination to ...
read more
Java
Java-Hibernate
Hibernate - Eager/Lazy Loading
Last Updated: 24 April 2025
FetchType is an enumerated type in the Java Persistence API (JPA) that specifies whether the field or property should be lazily loaded or eagerly loaded. It is used in the...
read more
Java
Technical Scripter
Java-Hibernate
Technical Scripter 2022
Hibernate - get() and load() Method
Last Updated: 24 April 2025
Hibernate is a Java framework that provides a powerful set of tools for persisting and accessing data in a Java environment. It is often used in conjunction with Spring. S...
read more
Java
Technical Scripter
Java-Hibernate
Technical Scripter 2022
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 !