Files
spring-data-relational/spring-data-r2dbc
Jens Schauder ea00369f07 Add support for factory methods.
R2DBC now supports the use of factory methods for entity creation.
Spring Data JDBC already does so via f326897950

Simply annotate a static factory method on your entity class with `@PersistenceCreator`.

Closes #1346
See https://github.com/spring-projects/spring-data-commons/issues/2476
See f326897950
2022-10-05 15:34:10 +02:00
..
2022-10-05 15:34:10 +02:00
2022-09-19 14:39:01 +00:00