Hibernate Resume : Modifying the Hibernated Data

Modifying the Hibernated Data
The hibernating advice implementation can modify the hibernated data when the job is resumed.
The advice implementation needs to override the following method:
public void resumeFromHibernate(N input, AspectProcessContext context)
It should specify appropriate data-Access if it has to mutate the hibernated document. The engine calls this method only on the advice that has triggered the hibernation.
Figure 21 shows the User level view for resumefromHibernate()
Figure 21 User Level View for resumefromHibernate()