Is there a way to have the Spring Declarative transaction management to rollback on all Runtime Exceptions (which it does by default) and all Checked Exceptions (which it does not by default) without having to define -CheckedException on every method declaration?


Reply With Quote