class ContainerManagedUpdate extends java.lang.Object implements UpdateCallback
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.beans.factory.support.AbstractBeanFactory |
beanFactory |
| Constructor and Description |
|---|
ContainerManagedUpdate(org.springframework.beans.factory.BeanFactory beanFactory)
Constructs a new
ContainerManagedUpdate instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
update(java.lang.Object instance,
java.util.Map properties)
Performs an update using the given properties.
|
private final org.springframework.beans.factory.support.AbstractBeanFactory beanFactory
public ContainerManagedUpdate(org.springframework.beans.factory.BeanFactory beanFactory)
ContainerManagedUpdate instance.beanFactory - public void update(java.lang.Object instance,
java.util.Map properties)
UpdateCallbackupdate in interface UpdateCallbackinstance - the updated instanceproperties - update properties