SDN should follow Spring Data conventions where it can.
??"T | An unique entity. Expects the query method to return one result at most. In case no result is found null is returned. More than one result will trigger an IncorrectResultSizeDataAccessException."??
spring-projects-issues commentedJan 12, 2017
Mark Angrish opened DATAGRAPH-948 and commented
SDN should follow Spring Data conventions where it can.
??"T | An unique entity. Expects the query method to return one result at most. In case no result is found null is returned. More than one result will trigger an IncorrectResultSizeDataAccessException."??
From: https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#repository-query-return-types
Test case:
Affects: 4.2 RC1 (Ingalls), 5.0 M1 (Kay)
The text was updated successfully, but these errors were encountered: