类 play.data.binding.ParamNode
的使用

使用 ParamNode 的软件包
play.data.binding   
play.db.jpa   
 

play.data.bindingParamNode 的使用
 

play.data.bindingParamNode 的子类
 class RootParamNode
           
 

声明为 ParamNodeplay.data.binding 中的字段
 ParamNode ParamNode.RemovedNode.removedFrom
           
 ParamNode ParamNode.RemovedNode.removedNode
           
 

返回 ParamNodeplay.data.binding 中的方法
 ParamNode ParamNode.getChild(java.lang.String name)
           
 ParamNode ParamNode.getChild(java.lang.String name, boolean returnEmptyChildIfNotFound)
           
 

返回变量类型为 ParamNode 的类型的 play.data.binding 中的方法
 java.util.Collection<ParamNode> ParamNode.getAllChildren()
           
 

参数类型为 ParamNodeplay.data.binding 中的方法
 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, play.data.binding.BindingAnnotations bindingAnnotations)
           
 

参数类型为 ParamNodeplay.data.binding 中的构造方法
ParamNode.RemovedNode(ParamNode removedFrom, ParamNode removedNode)
           
 

play.db.jpaParamNode 的使用
 

参数类型为 ParamNodeplay.db.jpa 中的方法
static
<T extends JPABase>
T
GenericModel.create(ParamNode rootParamNode, java.lang.String name, java.lang.Class<?> type, java.lang.annotation.Annotation[] annotations)
           
<T extends GenericModel>
T
GenericModel.edit(ParamNode rootParamNode, java.lang.String name)
           
static
<T extends JPABase>
T
GenericModel.edit(ParamNode rootParamNode, java.lang.String name, java.lang.Object o, java.lang.annotation.Annotation[] annotations)
           
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly