|
|
@ -27,6 +27,7 @@ import org.springframework.dao.annotation.PersistenceExceptionTranslationPostPro
|
|
|
|
* translation
|
|
|
|
* translation
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @author Andy Wilkinson
|
|
|
|
* @author Andy Wilkinson
|
|
|
|
|
|
|
|
* @since 1.2.0
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ConditionalOnClass(PersistenceExceptionTranslationPostProcessor.class)
|
|
|
|
@ConditionalOnClass(PersistenceExceptionTranslationPostProcessor.class)
|
|
|
|
public class PersistenceExceptionTranslationAutoConfiguration {
|
|
|
|
public class PersistenceExceptionTranslationAutoConfiguration {
|
|
|
|