java.lang.Object
com.foreach.across.modules.entity.query.EQValue
All Implemented Interfaces:
EQType

public final class EQValue extends Object implements EQType
Represents an unprocessed value in an EntityQuery. The value is represented as a String but should be converted to an actual type when creating an executable query. In a string format, this value was not a literal string.
Since:
2.0.0
Author:
Arne Vandamme
  • Field Details

    • MISSING

      public static final EQValue MISSING
    • NULL

      public static final EQValue NULL
  • Constructor Details

    • EQValue

      public EQValue(@NonNull @NonNull String value)
  • Method Details