play.db
类 Model.Property

java.lang.Object
  继承者 play.db.Model.Property
正在封闭接口:
Model

public static class Model.Property
extends java.lang.Object


字段摘要
 Model.Choices choices
           
 java.lang.reflect.Field field
           
 boolean isGenerated
           
 boolean isMultiple
           
 boolean isRelation
           
 boolean isSearchable
           
 java.lang.String name
           
 java.lang.Class<?> relationType
           
 java.lang.Class<?> type
           
 
构造方法摘要
Model.Property()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

name

public java.lang.String name

type

public java.lang.Class<?> type

field

public java.lang.reflect.Field field

isSearchable

public boolean isSearchable

isMultiple

public boolean isMultiple

isRelation

public boolean isRelation

isGenerated

public boolean isGenerated

relationType

public java.lang.Class<?> relationType

choices

public Model.Choices choices
构造方法详细信息

Model.Property

public Model.Property()


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