public class BeanCapture extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Object> |
delete
The captured beans sent to the delete() methods.
|
List<Object> |
deletePermanent
Captured beans sent to deletePermanent() methods.
|
List<Object> |
insert
The captured beans sent to the insert() methods.
|
List<Object> |
save
The captured beans sent to the save() methods.
|
List<Object> |
update
The captured beans sent to the update() methods.
|
| Constructor and Description |
|---|
BeanCapture() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeletedAllPermanent(Collection<?> beans) |
public List<Object> delete
public List<Object> deletePermanent
public BeanCapture()
public void addDeletedAllPermanent(Collection<?> beans)
Copyright © 2016. All rights reserved.