Uses of Record Class
org.litebridge.orm.api.select.model.LogicConditionSpec
Packages that use LogicConditionSpec
Package
Description
Query/clause specification models used in the query API
-
Uses of LogicConditionSpec in org.litebridge.orm.api.select.model
Methods in org.litebridge.orm.api.select.model that return types with arguments of type LogicConditionSpecModifier and TypeMethodDescriptionConditionGroupSpec.conditions()Returns the value of theconditionsrecord component.Constructor parameters in org.litebridge.orm.api.select.model with type arguments of type LogicConditionSpecModifierConstructorDescriptionConditionGroupSpec(List<LogicConditionSpec> conditions) Constructs aConditionGroupSpecwith the specified conditions.ConditionGroupSpec(List<LogicConditionSpec> conditions, List<LogicConditionGroupSpec> subgroups) Constructs aConditionGroupSpecwith the specified conditions and subgroups.