Hibernate
-
Enterprise Java
Spring Boot Hibernate Tips
1. Overview Hibernate needs no introduction. It is the most popular ORM out there for Java. Similarly, Spring Boot is…
Read More » -
Enterprise Java
How to map PostgreSQL Enums to JPA entity properties using Hibernate
Introduction The open-source hibernate-types project allows you to map JSON, ARRAY, YearMonth, Month or database-specific columns (e.g. INET addresses). In…
Read More » -
Enterprise Java
Hibernate Interview Questions and Answers – The ULTIMATE List
This is a summary of some of the most important questions concerning the Hibernate Framework, that you may be asked…
Read More » -
Enterprise Java
Spring Hibernate Tutorial
1. Introduction In this post, we shall demonstrate how to leverage the power of one of the most popular ORM…
Read More » -
Enterprise Java
JPA Tips: Avoiding the N + 1 select problem
Introduction ORM frameworks like JPA simplifies our development process by helping us to avoid lots of boilerplate code during the…
Read More » -
Enterprise Java
Spring Boot & JPA & Hibernate & Oracle
In this tutorial we show how to create a Spring Boot application that communicates with an Oracle data source through…
Read More » -
Enterprise Java
Different Hibernate Naming Strategy
This article discusses about different naming strategy provided by hibernate along with the shift of naming strategy from hibernate.ejb.naming_strategy in…
Read More » -
Enterprise Java
How to map JSON collections using JPA and Hibernate
Introduction The open-source hibernate-types project allows you to map Java objects or Jackson JsonNode as JPA entity properties. Recently, thanks…
Read More » -
Enterprise Java
Hibernate Architecture Overview
The diagram below provides a high-level view of the Hibernate architecture: Minimal architecture The “minimal” architecture has the application manage…
Read More »