JBoss Hibernate
-
Enterprise Java
Hibernate Logging: Tips and Solutions to Common Problems
How to solve some of the most common Hibernate issues with proper logging? Hibernate’s logging configuration is an important but…
Read More » -
Enterprise Java
Hibernate Caching with HazelCast: Basic configuration
Previously we went through an introduction on JPA caching, the mechanisms and what hibernate offers. What comes next is a…
Read More » -
Enterprise Java
Hibernate Caching With HazelCast: JPA caching basics
One of the greatest capabilities of HazelCast is the support for hibernate’s second level cache. JPA has two levels of…
Read More » -
Enterprise Java
One-shot Delete with Hibernate (JPA)
In older versions of Hibernate, I can see the one-shot delete indicated in the manual. But newer versions no longer…
Read More » -
Enterprise Java
Custom Audit Log With Spring And Hibernate
If you need to have automatic auditing of all database operations and you are using Hibernate…you should use Envers or…
Read More » -
Enterprise Java
Spring-Managed Hibernate Event Listeners
Hibernate offers event listeners as part of its SPI. You can hook your listeners to a number of events, including…
Read More » -
Enterprise Java
5 Common Hibernate Exceptions and How to Fix Them
See how you can easily solve the most common issues with Hibernate Hibernate is probably the most popular JPA implementation…
Read More » -
Enterprise Java
How to handle Stop Words in Hibernate Search 5.5.2 / Apache Lucene 5.4.x?
The Stop Words like [“a”, “an”, “and”, “are”, “as”, “at”, “be”, “but”, “by”, “for”, “if”, “in”, “into”, “is”, “it”, “no”,…
Read More » -
Enterprise Java
Enabling Entity and Query cache in Hibernate
1. Introduction Amongst the performance related tasks I have been through, this has been one of them. The concern is that if…
Read More »