Class JPAConfiguration
- java.lang.Object
-
- nl.b3p.tailormap.api.configuration.JPAConfiguration
-
@Configuration @EnableJpaRepositories(basePackages="nl.b3p.tailormap.api.repository") @EntityScan(basePackages="nl.b3p.tailormap.api.persistence") @EnableTransactionManagement @Profile("!test") public class JPAConfiguration extends ObjectJPA configuration beans.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description JPAConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessorexceptionTranslation()
-