JBoss Hibernate
-
Enterprise Java
Efficiently delete data with JPA and Hibernate
You may come to the situation where you have to perform a bulk deletion on a huge amount of datasets…
Read More » -
Enterprise Java
Hibernate Facts: Favoring bidirectional Set(s) vs List(s)
Hibernate is a great ORM tool, and it eases development considerably, but it has a lot of gotchas you must…
Read More » -
Enterprise Java
Natural Ids in Hibernate
A natural id is a property or a set of properties that would identify an entity uniquely. We can have…
Read More » -
Enterprise Java
Step by step auto code generation for POJO domain java classes and hbm using Eclipse Hibernate plugin
Overview: In this tutorial we’ll use Eclipse Hibernate tool to auto generate domain objects and the corresponding hbm xml files.…
Read More » -
Enterprise Java
How to maintain history of tables in Hibernate
To Maintain history of database or keep track of modification of database table row , we create a version table…
Read More » -
Enterprise Java
Spring JPA Data + Hibernate + MySQL + Maven
Development of web-applications with the help of Spring MVC implies creation of several logical layers of architecture. One of the…
Read More » -
Enterprise Java
Hibernate 4 with Spring
1. Overview This article will focus on setting up Hibernate 4 with Spring – we’ll look at how to configure…
Read More » -
Enterprise Java
Hibernate 3 with Spring
1. Overview This article will focus on setting up Hibernate 3 with Spring – we’ll look at how to use…
Read More » -
Enterprise Java
Spring MVC: Security with MySQL and Hibernate
Spring has a lot of different modules. All of them are useful for the concrete purposes. Today I’m going to…
Read More »