spring-data-jpa icon indicating copy to clipboard operation
spring-data-jpa copied to clipboard

Unsupported Repository query return types have no hints or logs or exceptions

Open FULaBUla opened this issue 1 year ago • 0 comments

As I reported in #3379, the query still succeeds and returns when an unsupported type is used, but an exception occurs when I use this object of the type I defined. In my opinion, the type should be checked and prompted at the time of use or startup.

FULaBUla avatar Feb 28 '24 14:02 FULaBUla