public class MethodCalls extends Object
| Constructor and Description |
|---|
MethodCalls() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(MethodCall call) |
List<MethodCall> |
all() |
List<MethodCall> |
delete() |
List<MethodCall> |
insert() |
List<MethodCall> |
save() |
int |
size() |
List<MethodCall> |
update() |
public MethodCalls()
public void add(MethodCall call)
public int size()
public List<MethodCall> all()
public List<MethodCall> save()
public List<MethodCall> insert()
public List<MethodCall> update()
public List<MethodCall> delete()
Copyright © 2016. All rights reserved.