Uses of Class
io.helidon.data.codegen.query.OrderExpression.BuilderBase
Packages that use OrderExpression.BuilderBase
-
Uses of OrderExpression.BuilderBase in io.helidon.data.codegen.query
Classes in io.helidon.data.codegen.query with type parameters of type OrderExpression.BuilderBaseModifier and TypeClassDescriptionstatic classOrderExpression.BuilderBase<BUILDER extends OrderExpression.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OrderExpression> Fluent API builder base forOrderExpression.Subclasses of OrderExpression.BuilderBase in io.helidon.data.codegen.queryMethods in io.helidon.data.codegen.query with parameters of type OrderExpression.BuilderBaseModifier and TypeMethodDescriptionOrderExpression.BuilderBase.from(OrderExpression.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.data.codegen.query with parameters of type OrderExpression.BuilderBaseModifierConstructorDescriptionprotectedOrderExpressionImpl(OrderExpression.BuilderBase<?, ?> builder) Create an instance providing a builder.