Package io.jmix.core.querycondition
@NonNullApi
package io.jmix.core.querycondition
-
ClassDescriptionThe tree of
Conditions represents an optional part of a query that is added if the corresponding parameters are present.Loads the tree ofConditions from XML.Condition that represents JPQL query with "where" and optional "join" sections.Logical condition (AND, OR) which contains other conditions.Condition for filtering by entity property.String constants defining comparison operations.SkippableCondition<T extends SkippableCondition<T>>Abstract superclass for conditions which have parameters and may be skipped in case of parameter is absent, null or empty.