Named Queries in Hibernate

Let us understand about Named Queries in Hibernate If we want to use same queries in multiple places of an application, then instead of writing same query in multiple places, we can define the query in one place with the name assigned to it and use that name in all the places wherever required. The […]

Share this article on

Cascades in Hibernate – overview

Let us understand Cascades in Hibernate with examples In previous articles, we have understood about Association or Mapping between entities like One To One, One To Many and Many to Many. In these associations, one entity will be the relationship owner and other one is just a mapped entity. We want to save mapped entity […]

Share this article on
< Previous Next >