micronaut-projects/micronaut-data

Docs: Javadocs for CrudRepository don't explain what exceptions are thrown

Opened this issue · 0 comments

Feature description

CrudRepository.save throws an exception if the primary key is duplicated, for example, but there's no discussion in the Javadocs about what exceptions to expect, and no checked exceptions either.