Advantages and disadvantages of using Hibernate Table Per Class inheritance mapping
Category: Hibernate
Hibernate Joined Table inheritance mapping
Pros and Cons of using Hibernate Joined Table inheritance mapping
Hibernate Single Table inheritance mapping
Pros and Cons of using Hibernate Single Table inheritance mapping
How to display real Hibernate SQL query using slf4j
In this tutorial you will find out how to show real SQL statements (with real parameter values instead of question marks), that are send to database.
This will greatly help us to better debug our code.
Spring 3 MVC Hibernate Hsqldb Embedded database
In this tutorial we will create simple Spring 3 MVC application with Hsqldb as embedded database.
We will start with project created in previuos tutorial, where we were using H2 database.
Spring 3 MVC Hibernate H2 Embedded database Tutorial
In this tutorial we will create simple Spring 3 MVC application with H2 as embedded database. This configuration is useful for fast prototyping, especially during the development phase.
Technologies used:
Spring 3, Java 6, Maven 3, Hibernate 4, H2