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 classRootParamNodeFields in play.data.binding declared as ParamNode Modifier and Type Field Description ParamNodeParamNode.RemovedNode. removedFromParamNodeParamNode.RemovedNode. removedNodeMethods in play.data.binding that return ParamNode Modifier and Type Method Description ParamNodeParamNode. getChild(java.lang.String name)ParamNodeParamNode. 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 voidParamNode. addChild(ParamNode child)static voidBinder. bindBean(ParamNode paramNode, java.lang.Object bean, java.lang.annotation.Annotation[] annotations)Does NOT invoke pluginsprotected static java.lang.ObjectBinder. 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
-