Uses of Record Class
org.litebridge.db.spi.query.LogicCondition
Packages that use LogicCondition
-
Uses of LogicCondition in org.litebridge.db.spi.query
Methods in org.litebridge.db.spi.query that return types with arguments of type LogicConditionModifier and TypeMethodDescriptionConditionGroup.conditions()Returns the value of theconditionsrecord component.Constructors in org.litebridge.db.spi.query with parameters of type LogicConditionModifierConstructorDescriptionConditionGroup(LogicCondition condition) Constructs aConditionGroupwith a single condition.Constructor parameters in org.litebridge.db.spi.query with type arguments of type LogicConditionModifierConstructorDescriptionConditionGroup(List<LogicCondition> conditions) Constructs aConditionGroupwith the specified conditions.ConditionGroup(List<LogicCondition> conditions, List<LogicConditionGroup> subgroups) Creates an instance of aConditionGrouprecord class.