Class FieldDef


  • public class FieldDef
    extends Object
    • Constructor Detail

      • FieldDef

        public FieldDef()
    • Method Detail

      • getField

        public Field getField()
      • getWriteMethod

        public Method getWriteMethod()
      • getReadMethod

        public Method getReadMethod()
      • isPrimaryKey

        public boolean isPrimaryKey()
      • setPrimaryKey

        public void setPrimaryKey​(boolean primaryKey)
      • getValueClass

        public Class<?> getValueClass()
      • isDefaultable

        public boolean isDefaultable()
      • setDefaultable

        public void setDefaultable​(boolean defaultable)