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 classProperty.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 classGenerated 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 PropertyProperty.create()Create a new instance with default values.static PropertyProperty.create(CharSequence namePart) Create entity property from single name element.static PropertyProperty.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.BuilderCreate a new fluent API builder from an existing instance.static CriteriaConditionCriteriaCondition.createEqual(Property property) Create criteria condition withCriteriaOperator.Equal.static CriteriaConditionCriteriaCondition.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