Interface OrderExpression
- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
OrderExpression.BuilderBase.OrderExpressionImpl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forOrderExpression.static classOrderExpression.BuilderBase<BUILDER extends OrderExpression.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends OrderExpression>Fluent API builder base forOrderExpression. -
Method Summary
Modifier and TypeMethodDescriptionstatic OrderExpression.Builderbuilder()Create a new fluent API builder to customize configuration.static OrderExpression.Builderbuilder(OrderExpression instance) Create a new fluent API builder from an existing instance.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
-
operator
-
property
-