Package org.apereo.cas.config
Class JpaEventsConfiguration
- java.lang.Object
-
- org.apereo.cas.config.JpaEventsConfiguration
-
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @EnableTransactionManagement @Configuration(value="JpaEventsConfiguration", proxyBeanMethods=false) @ConditionalOnProperty(prefix="cas.events.jpa", name="enabled", havingValue="true", matchIfMissing=true) public class JpaEventsConfiguration extends java.lang.ObjectThis isJpaEventsConfiguration, defines certain beans via configuration while delegating some to Spring namespaces inside the context config file.- Since:
- 5.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJpaEventsConfiguration.JpaEventsDataConfigurationstatic classJpaEventsConfiguration.JpaEventsEntityConfigurationstatic classJpaEventsConfiguration.JpaEventsRepositoryConfigurationstatic classJpaEventsConfiguration.JpaEventsTransactionConfiguration
-
Constructor Summary
Constructors Constructor Description JpaEventsConfiguration()
-