JBoss Hibernate
-
Enterprise Java
Spring/Hibernate improved SQL logging with log4jdbc
Hibernate provides SQL logging out of the box, but such logging only shows prepared statements, and not the actual SQL…
Read More » -
Enterprise Java
Performance Tuning of Spring/Hibernate Applications
For most typical Spring/Hibernate enterprise applications, the application performance depends almost entirely on the performance of it’s persistence layer. This…
Read More » -
Enterprise Java
Careful With Native SQL in Hibernate
I really like Hibernate, but I also don’t know a tool that would be nearly as powerful and deceptive at…
Read More » -
Enterprise Java
Postgres and Oracle compatibility with Hibernate
There are situations your JEE application needs to support Postgres and Oracle as a Database. Hibernate should do the job…
Read More » -
Enterprise Java
Building Java Web Application Using Hibernate With Spring
This post will show how to create a Student Enrollment Application using MYSQL DB with Hibernate ORM in a Spring…
Read More » -
Enterprise Java
Hibernate Facts: How to “assert” the SQL statement count
Introduction Hibernate simplifies CRUD operations, especially when dealing with entity graphs. But any abstraction has its price and Hibernate is…
Read More » -
Groovy
Grails: Using Hibernate Filters
The Grails Hibernate Filters plugin makes it possible to use Hibernate Filters with GORM. Hibernate Filters provide additional restriction rules…
Read More » -
Enterprise Java
Hibernate: DDL Schema generation
Not so long time ago I have to work with in-memory database. This activity was related to integration testing. As…
Read More » -
Enterprise Java
Hibernate 4.3 ORM Tool
Hibernate has recently released the final version of Hibernate ORM 4.3, a Java-based ORM framework that also supports stored procedures…
Read More »