| Package | Description |
|---|---|
| com.avaje.ebean |
| Modifier and Type | Method and Description |
|---|---|
static MethodCall |
MethodCall.of(String methodName) |
MethodCall |
MethodCall.with(String name1,
Object arg1)
Add the single argument.
|
MethodCall |
MethodCall.with(String name1,
Object arg1,
String name2,
Object arg2)
Add the two arguments.
|
MethodCall |
MethodCall.with(String name1,
Object arg1,
String name2,
Object arg2,
String name3,
Object arg3)
Add three arguments.
|
MethodCall |
MethodCall.with(String name1,
Object arg1,
String name2,
Object arg2,
String name3,
Object arg3,
String name4,
Object arg4)
Add four arguments.
|
| Modifier and Type | Method and Description |
|---|---|
List<MethodCall> |
MethodCalls.all() |
List<MethodCall> |
MethodCalls.delete() |
List<MethodCall> |
MethodCalls.insert() |
List<MethodCall> |
MethodCalls.save() |
List<MethodCall> |
MethodCalls.update() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodCalls.add(MethodCall call) |
Copyright © 2016. All rights reserved.