Uses of Interface
org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
Package
Description
Support package for annotation-driven bean configuration.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Classes supporting the
org.springframework.orm.jpa
package.Annotation support for asynchronous method execution.
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
-
Uses of DestructionAwareBeanPostProcessor in org.springframework.beans.factory.annotation
Modifier and TypeClassDescriptionclass
BeanPostProcessor
implementation that invokes annotated init and destroy methods. -
Uses of DestructionAwareBeanPostProcessor in org.springframework.context.annotation
Modifier and TypeClassDescriptionclass
BeanPostProcessor
implementation that supports common Java annotations out of the box, in particular the common annotations in thejakarta.annotation
package. -
Uses of DestructionAwareBeanPostProcessor in org.springframework.orm.jpa.support
Modifier and TypeClassDescriptionclass
BeanPostProcessor that processesPersistenceUnit
andPersistenceContext
annotations, for injection of the corresponding JPA resourcesEntityManagerFactory
andEntityManager
. -
Uses of DestructionAwareBeanPostProcessor in org.springframework.scheduling.annotation
Modifier and TypeClassDescriptionclass
Bean post-processor that registers methods annotated with@Scheduled
to be invoked by aTaskScheduler
according to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation. -
Uses of DestructionAwareBeanPostProcessor in org.springframework.web.servlet.handler
Modifier and TypeClassDescriptionclass
BeanPostProcessor
that applies initialization and destruction callbacks to beans that implement theServlet
interface.