@NonNullApi @NonNullFields
See: Description
| Class | Description | 
|---|---|
| PersistenceExceptionTranslationAdvisor | Spring AOP exception translation aspect for use at Repository or DAO layer level. | 
| PersistenceExceptionTranslationPostProcessor | Bean post-processor that automatically applies persistence exception translation to any
 bean marked with Spring's @ Repositoryannotation, adding a correspondingPersistenceExceptionTranslationAdvisorto
 the exposed proxy (either an existing AOP proxy or a newly generated proxy that
 implements all of the target's interfaces). |