JBoss Hibernate
-
Enterprise Java

Setting Up Distributed Infinispan Cache with Hibernate and Spring
A pretty typical setup â spring/hibernate application that requires a distributed cache. But it turns out not so trivial to…
Read More » -
Enterprise Java

How we accidentally doubled our JDBC traffic with Hibernate
This post describes my recent experience with Hibernate ORM. Over the years the framework has not stopped to amaze me…
Read More » -
Enterprise Java

One to many XML mapping in Hibernate
One to many relationship states that a single instance of an entity is associated with multiple instances of the another entity.…
Read More » -
Enterprise Java

Rapid Development with Hibernate in CQRS Read Models
In this post Iâm going to share a few tricks for using Hibernate tooling in CQRS read models for rapid…
Read More » -
Enterprise Java

Integrating JPA Hibernate with OptaPlanner
Weâve been improving the integration of OptaPlanner with the rest of JEE, so itâs easier to build end user applications…
Read More » -
Enterprise Java

Use stored procedures with Hibernate
This article show different ways to call stored procedures from hibernate. JDBC actions will not be covered. Postgresql will be…
Read More » -
Enterprise Java

Hibernate: use join table alias on sqlRestriction
When using hibernate in case of complex queries there is the need to use sql. Therefore sqlRestrictions come to the…
Read More » -
Enterprise Java

7 ways to improve performance of a Hibernate application
Hibernate is a great tool for integrating Java web applications with a SQL database, but what should we do when the applicationâs response times start increasing considerably?…
Read More » -
Enterprise Java

Using Hibernate Bean Validator in Java SE
The main Bean Validation page states that “Bean Validation is a Java specification which … runs in Java SE but…
Read More »

