Package play.db

Class Model.Property

  • Enclosing interface:
    Model

    public static class Model.Property
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Property()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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
    • Constructor Detail

      • Property

        public Property()