SpringData Series Part 2: Property Traversal

SpringData Series Part 2: Property Traversal
Property Traversal We are aware of the fact that if we want to create a query based on entity bean properties which are not present Repository interface (CrudRepository,JpaRepository etc). We can do it very easily in SpringData. Just we need to...

Spring Data Series: Spring Data In Nutshell

Spring Data Series: Spring Data In Nutshell
Spring Data Overview In this Series, we will deep dive into Spring Data Architecture.  In this Article, we will concentrate on features of Spring Data. Why Spring Data? Spring data is an Umbrella which takes care of SQL and NOSQL databases...