JBoss Hibernate
-
Enterprise Java
Spring MVC + Hibernate + Maven: CRUD operations example
In this article I want to examine an example of Spring MVC + Hibernate + Maven usage. This set of…
Read More » -
Enterprise Java
JPA – Hibernate – Type mapping on package level
When we are finally mature enough to use some custom types mapping in JPA, we usually stuck with some provider…
Read More » -
Enterprise Java
JPA 2.0 Criteria Query with Hibernate
Criteria Query has been introduced in JPA 2.0. With the help of criteria queries you can write your queries in…
Read More » -
Enterprise Java
Bidirectional @OneToMany / @ManyToOne association
One of goals in programming is representing of models from real world. Very often an application need to model some…
Read More » -
Enterprise Java
Bidirectional @OneToOne primary key association
It’s time to continue articles about Hibernate. The last one was dedicated to unidirectional @OneToOne association. So today I will…
Read More » -
Enterprise Java
Bulk fetching with Hibernate
If you need to process large database result sets from Java you can opt for JDBC to give you the…
Read More » -
Enterprise Java
Migrating from Hibernate 3 to 4 with Spring integration
This week it was time to upgrade our code base to the latest Hibernate 4.x. We postponed our migration (still…
Read More » -
Enterprise Java
Hibernate inheritance: Table per class hierarchy
In this tutorial we will see how to implement inheritance in hibernate.There are 3 ways in which you can implement…
Read More » -
Enterprise Java
Hibernate Search 4.2 final released: spatial query supported
JBoss has announced the release of Hibernate Search 4.2 final. You may download it from Sourceforge or use the Maven…
Read More »