Uses of Class
org.wamblee.general.ObjectElem

Packages that use ObjectElem
org.wamblee.persistence Utilities for (JPA) persistence. 
 

Uses of ObjectElem in org.wamblee.persistence
 

Method parameters in org.wamblee.persistence with type arguments of type ObjectElem
static void JpaMergeSupport.processList(List aMerged, List aPersistent, List<ObjectElem> aProcessed)
          Process the persistent objects in the collections.
static
<Key,Value>
void
JpaMergeSupport.processMap(Map<Key,Value> aMerged, Map<Key,Value> aPersistent, List<ObjectElem> aProcessed)
          Process the Map objects in the collections.
static void JpaMergeSupport.processPersistent(Object aMerged, Object aPersistent, List<ObjectElem> aProcessed)
          Copies primary keys and version from the result of the merged to the object that was passed to the merge operation.
static void JpaMergeSupport.processSet(Set aMerged, Set aPersistent, List<ObjectElem> aProcessed)
          Process the persistent objects in sets.
 



Copyright © 2011. All Rights Reserved.