Uses of Interface
io.helidon.data.codegen.query.CriteriaCondition
Packages that use CriteriaCondition
-
Uses of CriteriaCondition in io.helidon.data.codegen.query
Classes in io.helidon.data.codegen.query with type parameters of type CriteriaConditionModifier and TypeClassDescriptionstatic class
CriteriaCondition.BuilderBase<BUILDER extends CriteriaCondition.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends CriteriaCondition> Fluent API builder base forCriteriaCondition
.Classes in io.helidon.data.codegen.query that implement CriteriaConditionModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.data.codegen.query that return CriteriaConditionModifier and TypeMethodDescriptionCriteriaCondition.Builder.build()
CriteriaCondition.Builder.buildPrototype()
static CriteriaCondition
CriteriaCondition.create()
Create a new instance with default values.static CriteriaCondition
CriteriaCondition.createEqual
(Property property) Create criteria condition withCriteriaOperator.Equal
.static CriteriaCondition
CriteriaCondition.createEqual
(Property property, CharSequence parameter) Create criteria condition withCriteriaOperator.Equal
.CriteriaConditionNext.criteria()
Criteria condition.Criteria.first()
First condition of the criteria expression.Methods in io.helidon.data.codegen.query with parameters of type CriteriaConditionModifier and TypeMethodDescriptionstatic CriteriaCondition.Builder
CriteriaCondition.builder
(CriteriaCondition instance) Create a new fluent API builder from an existing instance.Criteria.Builder.condition
(CriteriaCondition condition) Add condition to the criteria expression.static Criteria
Criteria.create
(CriteriaCondition condition) Create new instance of criteria expression with a single condition.CriteriaCondition.BuilderBase.from
(CriteriaCondition prototype) Update this builder from an existing prototype instance.