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 class
OrderExpression.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.BuilderBaseModifierConstructorDescriptionprotected
OrderExpressionImpl
(OrderExpression.BuilderBase<?, ?> builder) Create an instance providing a builder.