Package org.kuali.rice.krad.service.util
Class OjbCollectionHelper
java.lang.Object
org.kuali.rice.krad.service.util.OjbCollectionHelper
Deprecated.
Helper object to deal with persisting collections
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessCollections(OjbCollectionAware template, PersistableBusinessObject orig, PersistableBusinessObject copy) Deprecated.OJB RemovalAwareLists do not survive through the response/request lifecycle.
-
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.
-