Guide to learn Spring Data JPA Composite Key with @EmbeddedId. Learn what is Primary Key and Composite Primary Key, and how Spring Data JPA supports it.
Author: Amit Phaltankar Tutorials
Thanks for visiting. I hope you found the tutorials and code examples helpful. Please post your comments, questions, and suggestions below.
You can also reach out to me on any of the Social platforms listed here.
Happy Coding !!
Spring Boot with Spring Data JPA
A guide for Accessing data using Spring Data JPA abstraction. We will use real database and Spring Data JPA for creating table and accessing data.
Spring Rest Service Exception Handling
Lean about the ways of handling exception in Spring Boot Web Service. Read for through examples and detailed description of the concepts
How to Write Your Own Spring Boot REST Service
Learn to write your own Spring Boot Rest Service in minutes with the help of full source code.
Understanding Java 8 Streams API
This article helps Understanding Java 8 Streams API. Learn what are streams, how different they are from Collections, stream operations, behaviours with simple examples
JSR 310 Part 3 : Java 8 Date and Time API
Java 8 Date and Time API is modified. Learn about what has changed and how better it is compared to old API or Joda Time API. Explained in detailed with examples.