Uses of Class
io.john.amiscaray.quak.data.query.SimpleQueryCriteria
Packages that use SimpleQueryCriteria
Package
Description
-
Uses of SimpleQueryCriteria in io.john.amiscaray.quak.data.query
Subclasses of SimpleQueryCriteria in io.john.amiscaray.quak.data.queryModifier and TypeClassDescriptionclassTests that the value of a field equals to some valueclassTests that the value of a field is equal to one of the values in a set of values -
Uses of SimpleQueryCriteria in io.john.amiscaray.quak.data.query.numeric
Subclasses of SimpleQueryCriteria in io.john.amiscaray.quak.data.query.numericModifier and TypeClassDescriptionclassA QueryCriteria involving numbersclassA NumericQueryCriteria testing that the value of a field is between a min and a maxclassA NumericQueryCriteria testing that the value of a field is greater than a valueclassA NumericQueryCriteria testing that the value of a field is greater than or equal to a valueclassA NumericQueryCriteria testing that the value of a field is less than a valueclassA NumericQueryCriteria testing that the value of a field is less than or equal to a value -
Uses of SimpleQueryCriteria in io.john.amiscaray.quak.data.query.string
Subclasses of SimpleQueryCriteria in io.john.amiscaray.quak.data.query.stringModifier and TypeClassDescriptionclassA QueryCriteria involving string fieldsclassA QueryCriteria testing that a string field contains a substringclassA QueryCriteria testing that a string field ends with a suffixclassA QueryCriteria testing that a string field matches a given regex (using SQL syntax)classA QueryCriteria testing that a string field starts with a prefix