Package io.helidon.data.codegen.query
Interface OrderExpression
- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
OrderExpression.BuilderBase.OrderExpressionImpl
Ordering expression.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Fluent API builder forOrderExpression
.static class
OrderExpression.BuilderBase<BUILDER extends OrderExpression.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OrderExpression> Fluent API builder base forOrderExpression
. -
Method Summary
Modifier and TypeMethodDescriptionstatic OrderExpression.Builder
builder()
Create a new fluent API builder to customize configuration.static OrderExpression.Builder
builder
(OrderExpression instance) Create a new fluent API builder from an existing instance.static OrderExpression
create()
Create a new instance with default values.operator()
Ordering operator.property()
Ordering entity property.
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance
- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance with default values.- Returns:
- a new instance
-
operator
OrderOperator operator()Ordering operator.- Returns:
- the operator
-
property
Property property()Ordering entity property.- Returns:
- the entity property
-