Introduction to Hibernate embeddable types
Entities vs Value types When we create domain model we must deal with two kinds of objects: entities and value types. Entities represents objects that have... »
Entities vs Value types When we create domain model we must deal with two kinds of objects: entities and value types. Entities represents objects that have... »
In this post I want to present four basic strategies for mapping class inheritance in Hibernate: No inheritance - just copy superclass properties to subclasses Table... »
In this tutorial we’ll create minimal application that will allow us to start playing with Hibernate ORM. I will present two hello world’s one for vanilla... »