Class UnsignedLongRangeConstraintEditor

  • All Implemented Interfaces:
    ColumnConstraintEditor<java.math.BigInteger>

    public class UnsignedLongRangeConstraintEditor
    extends AbstractColumnConstraintEditor<java.math.BigInteger>
    A constraint editor for specifying ranges of unsigned long values. There are no direct constraints that use the editor since java doesn't have unsigned long types. This exists for objects that represent an unsigned long value and are converted to BigInteger for editing.