Articles tagged with: Hibernate
Hibernate, Tech Notes »
Hibernate introduces hibernate query language to interact with database. Also it has support to native SQL. Search is also simplified through criteria search API. Read more with examples …
Hibernate, Tech Notes »
Hibernate allows three mapping strategies for inheritence. Database schema design and hibernate mapping change depending on the strategy we choose. Here are the details of each mapping strategy along with advantages and disadvantages of each.
Hibernate, Tech Notes »
Hibernate bidirectional mappings are of common use in parent child relationships amongst entities. This article explains it in detail with examples.
Hibernate, Tech Notes »
Hibernate one to one unidirectional association mapping can be implemented by two different ways. Here are details of implementation with a real life example.
Hibernate, Tech Notes »
In this article, we focus on next association in Unidirectional context. One – to – Many links one entity with many other entities.
