JBoss Hibernate
-
Enterprise Java
JSF 2, PrimeFaces 3, Spring 3 & Hibernate 4 Integration Project
This article shows how to integrate JSF2, PrimeFaces3, Spring3 and Hibernate4 Technologies. It provides a general project template for Java…
Read More » -
Enterprise Java
Hibernate Performance Tips: Dirty Collection Effect
After 8 years developing server and embedded applications using Hibernate as ORM, squeezing my brain seeking solutions to improve Hibernate…
Read More » -
Enterprise Java
Problems with ORMs Part 2 – Queries
In my previous post on Object-Relational Mapping tools (ORMs), I discussed various issues that I’ve faced dealing with the common…
Read More » -
Enterprise Java
Hibernate cache levels tutorial
One of the common problems of people that start using Hibernate is performance, if you don’t have much experience in…
Read More » -
Enterprise Java
Enabling JMX in Hibernate, EhCache, Quartz, DBCP and Spring
Continuing our journey with JMX (see: JMX for human beings) we will learn how to enable JMX support (typically statistics…
Read More » -
Enterprise Java
The persistence layer with Spring 3.1 and Hibernate
1. Overview This article will show how to implement the DAO with Spring and Hibernate. For the core Hibernate configuration,…
Read More » -
Enterprise Java
The Persistence Layer with Spring 3.1 and JPA
1. Overview This is tutorial shows how to set up Spring with JPA, using Hibernate as a persistence provider. For…
Read More » -
Enterprise Java
Hibernate by Example – Part 2 (DetachedCriteria)
So last time we helped out justice league to effectively manager their super heroes. Today we focus on how The…
Read More » -
Enterprise Java
Hibernate by Example – Part 1 (Orphan removal)
So i thought to do a series of hibernate examples showing various features of hibernate. In the first part i…
Read More »