类的使用
org.springframework.context.annotation.Role
使用Role的程序包 程序包 说明 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 org.springframework.cache.annotation中Role的使用
注释类型为Role的org.springframework.cache.annotation中的类 修饰符和类型 类 说明 classProxyCachingConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven cache management.注释类型为Role的org.springframework.cache.annotation中的方法 修饰符和类型 方法 说明 BeanFactoryCacheOperationSourceAdvisorProxyCachingConfiguration. cacheAdvisor()CacheInterceptorProxyCachingConfiguration. cacheInterceptor()CacheOperationSourceProxyCachingConfiguration. cacheOperationSource()org.springframework.cache.aspectj中Role的使用
注释类型为Role的org.springframework.cache.aspectj中的类 修饰符和类型 类 说明 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.注释类型为Role的org.springframework.cache.aspectj中的方法 修饰符和类型 方法 说明 org.springframework.cache.aspectj.AnnotationCacheAspectAspectJCachingConfiguration. cacheAspect()org.springframework.cache.aspectj.JCacheCacheAspectAspectJJCacheConfiguration. cacheAspect()org.springframework.cache.jcache.config中Role的使用
注释类型为Role的org.springframework.cache.jcache.config中的类 修饰符和类型 类 说明 classProxyJCacheConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven JSR-107 cache management.注释类型为Role的org.springframework.cache.jcache.config中的方法 修饰符和类型 方法 说明 BeanFactoryJCacheOperationSourceAdvisorProxyJCacheConfiguration. cacheAdvisor()JCacheInterceptorProxyJCacheConfiguration. cacheInterceptor()JCacheOperationSourceAbstractJCacheConfiguration. cacheOperationSource()org.springframework.context.annotation中Role的使用
注释类型为Role的org.springframework.context.annotation中的类 修饰符和类型 类 说明 classLoadTimeWeavingConfiguration@Configurationclass that registers aLoadTimeWeaverbean.classMBeanExportConfiguration@Configurationclass that registers aAnnotationMBeanExporterbean.注释类型为Role的org.springframework.context.annotation中的方法 修饰符和类型 方法 说明 LoadTimeWeaverLoadTimeWeavingConfiguration. loadTimeWeaver()AnnotationMBeanExporterMBeanExportConfiguration. mbeanExporter()org.springframework.context.annotation.aspectj中Role的使用
注释类型为Role的org.springframework.context.annotation.aspectj中的方法 修饰符和类型 方法 说明 org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspectSpringConfiguredConfiguration. beanConfigurerAspect()org.springframework.jms.annotation中Role的使用
注释类型为Role的org.springframework.jms.annotation中的类 修饰符和类型 类 说明 classJmsBootstrapConfiguration@Configurationclass that registers aJmsListenerAnnotationBeanPostProcessorbean capable of processing Spring's @JmsListenerannotation.注释类型为Role的org.springframework.jms.annotation中的方法 修饰符和类型 方法 说明 JmsListenerAnnotationBeanPostProcessorJmsBootstrapConfiguration. jmsListenerAnnotationProcessor()org.springframework.scheduling.annotation中Role的使用
注释类型为Role的org.springframework.scheduling.annotation中的类 修饰符和类型 类 说明 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.注释类型为Role的org.springframework.scheduling.annotation中的方法 修饰符和类型 方法 说明 AsyncAnnotationBeanPostProcessorProxyAsyncConfiguration. asyncAdvisor()ScheduledAnnotationBeanPostProcessorSchedulingConfiguration. scheduledAnnotationProcessor()org.springframework.scheduling.aspectj中Role的使用
注释类型为Role的org.springframework.scheduling.aspectj中的类 修饰符和类型 类 说明 classAspectJAsyncConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.注释类型为Role的org.springframework.scheduling.aspectj中的方法 修饰符和类型 方法 说明 org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspectAspectJAsyncConfiguration. asyncAdvisor()org.springframework.transaction.annotation中Role的使用
注释类型为Role的org.springframework.transaction.annotation中的类 修饰符和类型 类 说明 classProxyTransactionManagementConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management.注释类型为Role的org.springframework.transaction.annotation中的方法 修饰符和类型 方法 说明 BeanFactoryTransactionAttributeSourceAdvisorProxyTransactionManagementConfiguration. transactionAdvisor(TransactionAttributeSource transactionAttributeSource, TransactionInterceptor transactionInterceptor)static TransactionalEventListenerFactoryAbstractTransactionManagementConfiguration. transactionalEventListenerFactory()TransactionAttributeSourceProxyTransactionManagementConfiguration. transactionAttributeSource()TransactionInterceptorProxyTransactionManagementConfiguration. transactionInterceptor(TransactionAttributeSource transactionAttributeSource)org.springframework.transaction.aspectj中Role的使用
注释类型为Role的org.springframework.transaction.aspectj中的类 修饰符和类型 类 说明 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.注释类型为Role的org.springframework.transaction.aspectj中的方法 修饰符和类型 方法 说明 org.springframework.transaction.aspectj.JtaAnnotationTransactionAspectAspectJJtaTransactionManagementConfiguration. jtaTransactionAspect()org.springframework.transaction.aspectj.AnnotationTransactionAspectAspectJTransactionManagementConfiguration. transactionAspect()