Jens Schauder

Results 101 issues of Jens Schauder

`SingleQuerySqlGenerator` and `AggregateResultSetExtractor` should support projection information, limiting the the columns loaded. Actually tying this to the handling of projections might be a separate issue, although nobody would complain if...

type: enhancement
in: single-query-loading

type: enhancement
in: single-query-loading

The exact scope of this issue depends on when it gets implemented. The goal is to support for reading entities the same single-select-query features as Spring Data JDBC does at...

type: enhancement
in: r2dbc
in: single-query-loading

Similar to #1599 but with respect to references between aggregates, represented by `AggregateReference` instances.

status: ideal-for-contribution
type: enhancement
in: schema-generation

Currently Spring Data JDBC complains that the id is still `null` after save.

status: ideal-for-contribution

Migrates DependencyTests to ArchUnit. The tests are currently failing due to various undesired dependencies. The tests start with something like: JavaClasses importedClasses = new ClassFileImporter() ... .that(onlySpringData()) By adding .that(ignorePackage("org.springframework.data.aot.hint"))...