类的使用
org.springframework.context.annotation.AdviceModeImportSelector
使用AdviceModeImportSelector的程序包 程序包 说明 org.springframework.cache.annotation Annotations and supporting classes for declarative cache management.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.transaction.annotation Spring's support for annotation-based transaction demarcation.org.springframework.cache.annotation中AdviceModeImportSelector的使用
org.springframework.cache.annotation中AdviceModeImportSelector的子类 修饰符和类型 类 说明 classCachingConfigurationSelectorSelects which implementation ofAbstractCachingConfigurationshould be used based on the value ofEnableCaching.mode()on the importing@Configurationclass.org.springframework.scheduling.annotation中AdviceModeImportSelector的使用
org.springframework.scheduling.annotation中AdviceModeImportSelector的子类 修饰符和类型 类 说明 classAsyncConfigurationSelectorSelects which implementation ofAbstractAsyncConfigurationshould be used based on the value ofEnableAsync.mode()on the importing@Configurationclass.org.springframework.transaction.annotation中AdviceModeImportSelector的使用
org.springframework.transaction.annotation中AdviceModeImportSelector的子类 修饰符和类型 类 说明 classTransactionManagementConfigurationSelectorSelects which implementation ofAbstractTransactionManagementConfigurationshould be used based on the value ofEnableTransactionManagement.mode()on the importing@Configurationclass.