Uses of Class
play.data.binding.ParamNode
-
Packages that use ParamNode Package Description play.data.binding play.db.jpa -
-
Uses of ParamNode in play.data.binding
Subclasses of ParamNode in play.data.binding Modifier and Type Class Description class
RootParamNode
Fields in play.data.binding declared as ParamNode Modifier and Type Field Description ParamNode
ParamNode.RemovedNode. removedFrom
ParamNode
ParamNode.RemovedNode. removedNode
Methods in play.data.binding that return ParamNode Modifier and Type Method Description ParamNode
ParamNode. getChild(java.lang.String name)
ParamNode
ParamNode. getChild(java.lang.String name, boolean returnEmptyChildIfNotFound)
Methods in play.data.binding that return types with arguments of type ParamNode Modifier and Type Method Description java.util.Collection<ParamNode>
ParamNode. getAllChildren()
Methods in play.data.binding with parameters of type ParamNode Modifier and Type Method Description void
ParamNode. addChild(ParamNode child)
static void
Binder. bindBean(ParamNode paramNode, java.lang.Object bean, java.lang.annotation.Annotation[] annotations)
Does NOT invoke pluginsprotected static java.lang.Object
Binder. internalBind(ParamNode paramNode, java.lang.Class<?> clazz, java.lang.reflect.Type type, BindingAnnotations bindingAnnotations)
Constructors in play.data.binding with parameters of type ParamNode Constructor Description RemovedNode(ParamNode removedFrom, ParamNode removedNode)
-
Uses of ParamNode in play.db.jpa
Methods in play.db.jpa with parameters of type ParamNode Modifier and Type Method Description static <T extends JPABase>
TGenericModel. create(ParamNode rootParamNode, java.lang.String name, java.lang.Class<?> type, java.lang.annotation.Annotation[] annotations)
Create a new model<T extends GenericModel>
TGenericModel. edit(java.lang.String dbName, ParamNode rootParamNode, java.lang.String name)
Edit a modelstatic <T extends JPABase>
TGenericModel. edit(java.lang.String dbName, ParamNode rootParamNode, java.lang.String name, java.lang.Object o, java.lang.annotation.Annotation[] annotations)
Edit a model<T extends GenericModel>
TGenericModel. edit(ParamNode rootParamNode, java.lang.String name)
Edit a modelstatic <T extends JPABase>
TGenericModel. edit(ParamNode rootParamNode, java.lang.String name, java.lang.Object o, java.lang.annotation.Annotation[] annotations)
Edit a model
-