22 Commits

Author SHA1 Message Date
879a06929a README: document the 4-article series and the corner-scenarios enrichment 2026-07-25 08:21:13 +00:00
51d876d1a7 Tests: add 6 corner-scenario tests (Specification family, JpaSort.unsafe, Money value object) - 13 total, all green corner-scenarios 2026-07-25 08:20:29 +00:00
382e31cc37 DemoRunner: add sections H-L (Specification family, JpaSort.unsafe, Money value object) 2026-07-25 08:20:14 +00:00
0eaac42e01 BookRepository: embedded-path queries + record projection (with the nested-path projection corner case) 2026-07-25 08:19:49 +00:00
9d42a42d26 Book: replace BigDecimal price with embedded Money value object 2026-07-25 08:19:45 +00:00
68b40c903b Add AuthorSpecifications: PredicateSpecification/DeleteSpecification/UpdateSpecification helpers 2026-07-25 08:18:37 +00:00
f68ce9b41a Add BookSummary record projection (corner-scenario enrichment) 2026-07-25 08:18:30 +00:00
34cba41805 Add Money embeddable value object (corner-scenario enrichment) 2026-07-25 08:18:27 +00:00
b3db1a66e7 Add missing Maven wrapper script (mvnw.cmd) 2026-07-25 06:25:21 +00:00
626b053df5 Add missing Maven wrapper script (mvnw) 2026-07-25 06:24:52 +00:00
cbcb80c247 Add README article-1-baseline article-2-query-engine article-3-advanced 2026-07-25 05:36:45 +00:00
9928de8900 Add MigrationBehaviorTests.java 2026-07-25 05:36:40 +00:00
e9f6c6d15d Add application.properties 2026-07-25 05:36:34 +00:00
7eb279d254 Add package-info.java 2026-07-25 05:36:31 +00:00
302eaab66f Add BookRepository.java 2026-07-25 05:36:28 +00:00
de5cdf0bf8 Add AuthorRepository.java 2026-07-25 05:36:25 +00:00
0ab2838dc8 Add Book.java 2026-07-25 05:36:20 +00:00
789e256407 Add Author.java 2026-07-25 05:36:17 +00:00
48c6c068c6 Add DemoRunner.java 2026-07-25 05:36:13 +00:00
36c678ee80 Add Application.java 2026-07-25 05:36:01 +00:00
85de01f697 Add maven wrapper properties 2026-07-25 05:35:58 +00:00
0d2cfa6b59 Add pom.xml 2026-07-25 05:35:55 +00:00