Uses of Interface
org.springframework.context.annotation.ImportAware
Packages that use ImportAware 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.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 ImportAware in org.springframework.cache.annotation
Classes in org.springframework.cache.annotation that implement ImportAware Modifier and Type Class Description classAbstractCachingConfigurationAbstract base@Configurationclass providing common structure for enabling Spring's annotation-driven cache management capability.classProxyCachingConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven cache management.Uses of ImportAware in org.springframework.cache.aspectj
Classes in org.springframework.cache.aspectj that implement ImportAware 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.Uses of ImportAware in org.springframework.cache.jcache.config
Classes in org.springframework.cache.jcache.config that implement ImportAware Modifier and Type Class Description classAbstractJCacheConfigurationAbstract JSR-107 specific@Configurationclass providing common structure for enabling JSR-107 annotation-driven cache management capability.classProxyJCacheConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven JSR-107 cache management.Uses of ImportAware in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement ImportAware Modifier and Type Class Description classLoadTimeWeavingConfiguration@Configurationclass that registers aLoadTimeWeaverbean.classMBeanExportConfiguration@Configurationclass that registers aAnnotationMBeanExporterbean.Uses of ImportAware in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation that implement ImportAware Modifier and Type Class Description classAbstractAsyncConfigurationAbstract baseConfigurationclass providing common structure for enabling Spring's asynchronous method execution capability.classProxyAsyncConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based asynchronous method execution.Uses of ImportAware in org.springframework.scheduling.aspectj
Classes in org.springframework.scheduling.aspectj that implement ImportAware Modifier and Type Class Description classAspectJAsyncConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.Uses of ImportAware in org.springframework.transaction.annotation
Classes in org.springframework.transaction.annotation that implement ImportAware Modifier and Type Class Description classAbstractTransactionManagementConfigurationAbstract base@Configurationclass providing common structure for enabling Spring's annotation-driven transaction management capability.classProxyTransactionManagementConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management.Uses of ImportAware in org.springframework.transaction.aspectj
Classes in org.springframework.transaction.aspectj that implement ImportAware 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.