storeChildren()
Persistence callback to allow a PortletEntity instance to persist children
objects (like portlet preferences) within the same transaction.
Methods inherited from interface org.apache.pluto.om.entity.PortletEntity
Persistence callback to allow a PortletEntity instance to persist children
objects (like portlet preferences) within the same transaction.
This method must be called always from the #store() method. Using a callback from
the persistence manager might not be reliable when the PortletEntity itself
isn't changed but children might.
Notably condition when this might happen is the Pluto 1.0.1 preferences handling calling
the portletEntity store() method