Uses of Interface
io.helidon.data.codegen.query.Property
Packages that use Property
-
Uses of Property in io.helidon.data.codegen.query
Classes in io.helidon.data.codegen.query with type parameters of type PropertyModifier and TypeClassDescriptionstatic class
Property.BuilderBase<BUILDER extends Property.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Property> Fluent API builder base forProperty
.Classes in io.helidon.data.codegen.query that implement PropertyModifier 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 PropertyModifier and TypeMethodDescriptionProperty.Builder.build()
Property.Builder.buildPrototype()
static Property
Property.create()
Create a new instance with default values.static Property
Property.create
(CharSequence namePart) Create entity property from single name element.static Property
Property.create
(CharSequence[] nameParts) Create entity property from an array of name elements.CriteriaCondition.BuilderBase.CriteriaConditionImpl.property()
CriteriaCondition.property()
Condition entity property.OrderExpression.BuilderBase.OrderExpressionImpl.property()
OrderExpression.property()
Ordering entity property.Methods in io.helidon.data.codegen.query that return types with arguments of type PropertyModifier and TypeMethodDescriptionCriteriaCondition.BuilderBase.property()
Condition entity property.OrderExpression.BuilderBase.property()
Ordering entity property.Projection.BuilderBase.ProjectionImpl.property()
Projection.BuilderBase.property()
Projection property.Projection.property()
Projection property.Methods in io.helidon.data.codegen.query with parameters of type PropertyModifier and TypeMethodDescriptionstatic Property.Builder
Create a new fluent API builder from an existing instance.static CriteriaCondition
CriteriaCondition.createEqual
(Property property) Create criteria condition withCriteriaOperator.Equal
.static CriteriaCondition
CriteriaCondition.createEqual
(Property property, CharSequence parameter) Create criteria condition withCriteriaOperator.Equal
.Update this builder from an existing prototype instance.Condition entity property.Ordering entity property.Projection property.Method parameters in io.helidon.data.codegen.query with type arguments of type Property