Delegates to the given {@link PersistenceExceptionTranslator} to translatea RuntimeException thrown into Spring's DataAccessException hierarchy (if appropriate). If the RuntimeException in question is declared on the target method, it is always propagated as-is (with no translation applied). @author Rod Johnson @author Juergen Hoeller @since 2.0 @see PersistenceExceptionTranslator
|
|
|
|
|
|
|
|
|
|