Spring Data JDBC vs JPA
Two different answers to what an object mapped to a row actually is.
Both call themselves Spring Data, both give you a repository, and they disagree about something fundamental: whether the objects you load are being watched. This topic is that disagreement — a persistence context and dirty checking on one side, none of that on the other — and what each answer actually costs you.
Contents
7 cardsnot started