Files
spring-data-relational/spring-data-r2dbc
Jens Schauder 004804aad8 Introduce @InsertOnlyProperty.
You may now annotate properties of the aggregate root with `@InsertOnlyProperty`.
Properties annotated in such way will be written to the database only during insert operations, but they will not be updated afterwards.

Closes #637
Original pull request #1327
2022-10-06 12:54:33 +02:00
..
2022-10-06 12:54:33 +02:00
2022-09-19 14:39:01 +00:00