Inspectopedia Help

Spring Data

Query returning Page must have a Pageable parameter.   New in this release

Verifies that a Pageable parameter is present in queries returning Page.

Spring Data MongoDB JSON unresolved fields   New in this release

Reports unresolved document fields specified inside of org.springframework.data.mongodb.repository.Query annotation.

Spring Data repository method errors   New in this release

Reports Spring Data CRUD repository methods for which the Spring Data Query builder cannot generate the corresponding query.

Spring Data repository method parameters errors   New in this release

Reports Spring Data CRUD repository method parameters with incorrect types.

Spring Data repository method return type errors   New in this release

Reports Spring Data CRUD repository methods with incorrect return types.

Update/Delete queries must be annotated with @Modifying, otherwise an InvalidDataAccessApiUsageException will be thrown.   New in this release

Checks that delete/update queries are annotated with the @Modifying annotation.

Last modified: 11 September 2024