public final class DeleteByIdMap extends Object
| Constructor and Description |
|---|
DeleteByIdMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(BeanDescriptor<?> desc,
Object id)
Add a Insert Update or Delete payload.
|
void |
addList(BeanDescriptor<?> desc,
List<Object> idList)
Add a List of Insert Update or Delete Id's.
|
boolean |
isEmpty() |
void |
notifyCache() |
String |
toString() |
Collection<BeanPersistIds> |
values() |
public void notifyCache()
public boolean isEmpty()
public Collection<BeanPersistIds> values()
public void add(BeanDescriptor<?> desc, Object id)
public void addList(BeanDescriptor<?> desc, List<Object> idList)
Copyright © 2014. All Rights Reserved.