Uses of Class
org.springframework.context.annotation.Role
Packages that use Role Package Description org.springframework.cache.annotation Annotations and supporting classes for declarative cache management.org.springframework.cache.aspectj org.springframework.cache.jcache.config Support package for declarative JSR-107 caching configuration.org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.org.springframework.context.annotation.aspectj org.springframework.jms.annotation Annotations and support classes for declarative JMS listener endpoints.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.scheduling.aspectj org.springframework.transaction.annotation Spring's support for annotation-based transaction demarcation.org.springframework.transaction.aspectj Uses of Role in org.springframework.cache.annotation
Classes in org.springframework.cache.annotation with annotations of type Role Modifier and Type Class Description classProxyCachingConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven cache management.Methods in org.springframework.cache.annotation with annotations of type Role Modifier and Type Method Description BeanFactoryCacheOperationSourceAdvisorProxyCachingConfiguration. cacheAdvisor()CacheInterceptorProxyCachingConfiguration. cacheInterceptor()CacheOperationSourceProxyCachingConfiguration. cacheOperationSource()Uses of Role in org.springframework.cache.aspectj
Classes in org.springframework.cache.aspectj with annotations of type Role Modifier and Type Class Description classAspectJCachingConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management.classAspectJJCacheConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management for standard JSR-107 annotations.Methods in org.springframework.cache.aspectj with annotations of type Role Modifier and Type Method Description org.springframework.cache.aspectj.AnnotationCacheAspectAspectJCachingConfiguration. cacheAspect()org.springframework.cache.aspectj.JCacheCacheAspectAspectJJCacheConfiguration. cacheAspect()Uses of Role in org.springframework.cache.jcache.config
Classes in org.springframework.cache.jcache.config with annotations of type Role Modifier and Type Class Description classProxyJCacheConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven JSR-107 cache management.Methods in org.springframework.cache.jcache.config with annotations of type Role Modifier and Type Method Description BeanFactoryJCacheOperationSourceAdvisorProxyJCacheConfiguration. cacheAdvisor()JCacheInterceptorProxyJCacheConfiguration. cacheInterceptor()JCacheOperationSourceAbstractJCacheConfiguration. cacheOperationSource()Uses of Role in org.springframework.context.annotation
Classes in org.springframework.context.annotation with annotations of type Role Modifier and Type Class Description classLoadTimeWeavingConfiguration@Configurationclass that registers aLoadTimeWeaverbean.classMBeanExportConfiguration@Configurationclass that registers aAnnotationMBeanExporterbean.Methods in org.springframework.context.annotation with annotations of type Role Modifier and Type Method Description LoadTimeWeaverLoadTimeWeavingConfiguration. loadTimeWeaver()AnnotationMBeanExporterMBeanExportConfiguration. mbeanExporter()Uses of Role in org.springframework.context.annotation.aspectj
Methods in org.springframework.context.annotation.aspectj with annotations of type Role Modifier and Type Method Description org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspectSpringConfiguredConfiguration. beanConfigurerAspect()Uses of Role in org.springframework.jms.annotation
Classes in org.springframework.jms.annotation with annotations of type Role Modifier and Type Class Description classJmsBootstrapConfiguration@Configurationclass that registers aJmsListenerAnnotationBeanPostProcessorbean capable of processing Spring's @JmsListenerannotation.Methods in org.springframework.jms.annotation with annotations of type Role Modifier and Type Method Description JmsListenerAnnotationBeanPostProcessorJmsBootstrapConfiguration. jmsListenerAnnotationProcessor()Uses of Role in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation with annotations of type Role Modifier and Type Class Description classProxyAsyncConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based asynchronous method execution.classSchedulingConfiguration@Configurationclass that registers aScheduledAnnotationBeanPostProcessorbean capable of processing Spring's @Scheduledannotation.Methods in org.springframework.scheduling.annotation with annotations of type Role Modifier and Type Method Description AsyncAnnotationBeanPostProcessorProxyAsyncConfiguration. asyncAdvisor()ScheduledAnnotationBeanPostProcessorSchedulingConfiguration. scheduledAnnotationProcessor()Uses of Role in org.springframework.scheduling.aspectj
Classes in org.springframework.scheduling.aspectj with annotations of type Role Modifier and Type Class Description classAspectJAsyncConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.Methods in org.springframework.scheduling.aspectj with annotations of type Role Modifier and Type Method Description org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspectAspectJAsyncConfiguration. asyncAdvisor()Uses of Role in org.springframework.transaction.annotation
Classes in org.springframework.transaction.annotation with annotations of type Role Modifier and Type Class Description classProxyTransactionManagementConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management.Methods in org.springframework.transaction.annotation with annotations of type Role Modifier and Type Method Description BeanFactoryTransactionAttributeSourceAdvisorProxyTransactionManagementConfiguration. transactionAdvisor(TransactionAttributeSource transactionAttributeSource, TransactionInterceptor transactionInterceptor)static TransactionalEventListenerFactoryAbstractTransactionManagementConfiguration. transactionalEventListenerFactory()TransactionAttributeSourceProxyTransactionManagementConfiguration. transactionAttributeSource()TransactionInterceptorProxyTransactionManagementConfiguration. transactionInterceptor(TransactionAttributeSource transactionAttributeSource)Uses of Role in org.springframework.transaction.aspectj
Classes in org.springframework.transaction.aspectj with annotations of type Role Modifier and Type Class Description classAspectJJtaTransactionManagementConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for the JTA 1.2Transactionalannotation in addition to Spring's ownTransactionalannotation.classAspectJTransactionManagementConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for Spring's ownTransactionalannotation.Methods in org.springframework.transaction.aspectj with annotations of type Role Modifier and Type Method Description org.springframework.transaction.aspectj.JtaAnnotationTransactionAspectAspectJJtaTransactionManagementConfiguration. jtaTransactionAspect()org.springframework.transaction.aspectj.AnnotationTransactionAspectAspectJTransactionManagementConfiguration. transactionAspect()