Package org.cxbox.model.core.config
Class PersistenceJPAConfig
- java.lang.Object
-
- org.cxbox.model.core.config.PersistenceJPAConfig
-
@EnableTransactionManagement @Configuration public class PersistenceJPAConfig extends Object
To support force active fields in cxbox add following bean:{@code
-
-
Constructor Summary
Constructors Constructor Description PersistenceJPAConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrentUserAware<User>auditorAware(TransactionService txService, EffectiveUserAware<User> effectiveUserAware)
-
-
-
Method Detail
-
auditorAware
@Bean @TransactionScope public CurrentUserAware<User> auditorAware(TransactionService txService, EffectiveUserAware<User> effectiveUserAware)
-
-