org.kuali.rice.krad.util
Class OjbCollectionHelper
java.lang.Object
org.kuali.rice.krad.util.OjbCollectionHelper
public class OjbCollectionHelper
- extends Object
Helper object to deal with persisting collections.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OjbCollectionHelper
public OjbCollectionHelper()
processCollections
public void processCollections(OjbCollectionAware template,
PersistableBusinessObject orig,
PersistableBusinessObject copy)
- 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.
- Parameters:
orig
- id
- template
-
processCollections2
public void processCollections2(OjbCollectionAware template,
PersistableBusinessObject orig,
PersistableBusinessObject copy)
- 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.
- Parameters:
orig
- id
- template
-
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.