Class OjbCollectionHelper

java.lang.Object
org.kuali.rice.krad.service.util.OjbCollectionHelper

@Deprecated public class OjbCollectionHelper extends Object
Deprecated.
Helper object to deal with persisting collections
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • OjbCollectionHelper

      public OjbCollectionHelper()
      Deprecated.
  • Method Details

    • processCollections

      public void processCollections(OjbCollectionAware template, PersistableBusinessObject orig, PersistableBusinessObject copy)
      Deprecated.
      OJB RemovalAwareLists do not survive through the response/request lifecycle. This method is a work-around to forcibly remove business objects that are found in Collections stored in the database but not in memory.