Class UnacceptableClassForAutoFillAnnotation

    • Constructor Detail

      • UnacceptableClassForAutoFillAnnotation

        public UnacceptableClassForAutoFillAnnotation​(PropertyWrapper<?,?,?> field,
                                                      Class<?> requiredClass)
        Thrown when the developer has attempted to use a POJO rather than a DBRow in the AutoFillDuringQueryIfPossible annotation.
        Parameters:
        field - the field that can't be auto-filled
        requiredClass - the class that field is in