Uses of Interface
org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
Packages that use BeanRegistrationAotProcessor
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.-
Uses of BeanRegistrationAotProcessor in org.springframework.beans.factory.annotation
Classes in org.springframework.beans.factory.annotation that implement BeanRegistrationAotProcessorModifier and TypeClassDescriptionclassBeanPostProcessorimplementation that autowires annotated fields, setter methods, and arbitrary config methods.classBeanPostProcessorimplementation that invokes annotated init and destroy methods. -
Uses of BeanRegistrationAotProcessor in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement BeanRegistrationAotProcessorModifier and TypeClassDescriptionclassBeanPostProcessorimplementation that supports common Java annotations out of the box, in particular the common annotations in thejakarta.annotationpackage.classBeanFactoryPostProcessorused for bootstrapping processing of@Configurationclasses. -
Uses of BeanRegistrationAotProcessor in org.springframework.orm.jpa.support
Classes in org.springframework.orm.jpa.support that implement BeanRegistrationAotProcessorModifier and TypeClassDescriptionclassBeanPostProcessor that processesPersistenceUnitandPersistenceContextannotations, for injection of the corresponding JPA resourcesEntityManagerFactoryandEntityManager.