| Package | Description |
|---|---|
| org.springframework.beans.factory.access |
Helper infrastructure to locate and access bean factories.
|
| org.springframework.context.access |
Helper infrastructure to locate and access shared application contexts.
|
| org.springframework.ejb.interceptor |
Support classes for EJB 3 Session Beans and Message-Driven Beans,
performing injection of Spring beans through an EJB 3 interceptor
that processes Spring's
@Autowired annotation. |
| org.springframework.ejb.support |
Base classes to make implementing EJB 2.x beans simpler and less error-prone,
as well as guaranteeing a Spring BeanFactory is available to such EJBs.
|
| Class and Description |
|---|
| BeanFactoryLocator
Defines a contract for the lookup, use, and release of a
BeanFactory,
or a BeanFactory subclass such as an
ApplicationContext. |
| BeanFactoryReference
Used to track a reference to a
BeanFactory obtained through
a BeanFactoryLocator. |
| Class and Description |
|---|
| BeanFactoryLocator
Defines a contract for the lookup, use, and release of a
BeanFactory,
or a BeanFactory subclass such as an
ApplicationContext. |
| BeanFactoryReference
Used to track a reference to a
BeanFactory obtained through
a BeanFactoryLocator. |
| SingletonBeanFactoryLocator
Keyed-singleton implementation of
BeanFactoryLocator,
which accesses shared Spring BeanFactory instances. |
| Class and Description |
|---|
| BeanFactoryLocator
Defines a contract for the lookup, use, and release of a
BeanFactory,
or a BeanFactory subclass such as an
ApplicationContext. |
| BeanFactoryReference
Used to track a reference to a
BeanFactory obtained through
a BeanFactoryLocator. |
| Class and Description |
|---|
| BeanFactoryLocator
Defines a contract for the lookup, use, and release of a
BeanFactory,
or a BeanFactory subclass such as an
ApplicationContext. |
Copyright © 2015. All rights reserved.