Audit Framework with Spring AOP and JPA
Every now and then we come across a common requirement of building an Audit framework. In simple words it means…
Every now and then we come across a common requirement of building an Audit framework. In simple words it means…
AOP a.k.a Aspect Oriented programming using Spring is a common usage now. In a nutshell it provides common functionality to…
OneToMany as name suggest is the scenario where one entity can be linked to multiple entities. For e.g. one BookShelf…
In the last post we saw how to define OnetoOne mapping using JPA but it was unidirectional, which means when…
In this tutorial we will explore how to map two entities. Say we have two entity Employee and Address, every…
When I started with Maven, I couldn’t understand a thing, Using Maven creating an eclipse project was the most difficult…