-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
In preparation for #33414 where the arrangement requires a single FactoryBean
(specifically, the JPA LocalContainerEntityManagerFactoryBean
) which needs to expose qualified references of multiple types (EntityManagerFactory
as well as EntityManager
), the existing SmartFactoryBean
contract needs to be extended with getObject(Class)
and supportsType(Class)
methods that the core container can call for determining supported FactoryBean object types.
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement