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(java.lang.String name) |
ParamNode |
ParamNode.getChild(java.lang.String name,
boolean returnEmptyChildIfNotFound) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ParamNode> |
ParamNode.getAllChildren() |
Modifier and Type | Method and Description |
---|---|
void |
ParamNode.addChild(ParamNode child) |
static void |
Binder.bindBean(ParamNode paramNode,
java.lang.Object bean,
java.lang.annotation.Annotation[] annotations)
Does NOT invoke plugins
|
protected static java.lang.Object |
Binder.internalBind(ParamNode paramNode,
java.lang.Class<?> clazz,
java.lang.reflect.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,
java.lang.String name,
java.lang.Class<?> type,
java.lang.annotation.Annotation[] annotations)
Create a new model
|
<T extends GenericModel> |
GenericModel.edit(ParamNode rootParamNode,
java.lang.String name)
Edit a model
|
static <T extends JPABase> |
GenericModel.edit(ParamNode rootParamNode,
java.lang.String name,
java.lang.Object o,
java.lang.annotation.Annotation[] annotations)
Edit a model
|
<T extends GenericModel> |
GenericModel.edit(java.lang.String dbName,
ParamNode rootParamNode,
java.lang.String name)
Edit a model
|
static <T extends JPABase> |
GenericModel.edit(java.lang.String dbName,
ParamNode rootParamNode,
java.lang.String name,
java.lang.Object o,
java.lang.annotation.Annotation[] annotations)
Edit a model
|
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly