| 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
|
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. |