| Package | Description |
|---|---|
| play.data.binding | |
| play.db.jpa |
| Modifier and Type | Class and Description |
|---|---|
class |
RootParamNode |
| Modifier and Type | Field and Description |
|---|---|
ParamNode |
ParamNode.RemovedNode.removedFrom |
ParamNode |
ParamNode.RemovedNode.removedNode |
| Modifier and Type | Method and Description |
|---|---|
ParamNode |
ParamNode.getChild(String name) |
ParamNode |
ParamNode.getChild(String name,
boolean returnEmptyChildIfNotFound) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParamNode> |
ParamNode.getAllChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParamNode.addChild(ParamNode child) |
static void |
Binder.bindBean(ParamNode paramNode,
Object bean,
Annotation[] annotations)
Does NOT invoke plugins
|
protected static Object |
Binder.internalBind(ParamNode paramNode,
Class<?> clazz,
Type type,
BindingAnnotations bindingAnnotations) |
| Constructor and Description |
|---|
RemovedNode(ParamNode removedFrom,
ParamNode removedNode) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends JPABase> |
GenericModel.create(ParamNode rootParamNode,
String name,
Class<?> type,
Annotation[] annotations) |
<T extends GenericModel> |
GenericModel.edit(ParamNode rootParamNode,
String name) |
static <T extends JPABase> |
GenericModel.edit(ParamNode rootParamNode,
String name,
Object o,
Annotation[] annotations) |
<T extends GenericModel> |
GenericModel.edit(String dbName,
ParamNode rootParamNode,
String name) |
static <T extends JPABase> |
GenericModel.edit(String dbName,
ParamNode rootParamNode,
String name,
Object o,
Annotation[] annotations) |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly