Interface OrderExpression

All Superinterfaces:
Prototype.Api
All Known Implementing Classes:
OrderExpression.BuilderBase.OrderExpressionImpl

public interface OrderExpression extends Prototype.Api
Ordering expression.
See Also:
  • Method Details

    • builder

      static OrderExpression.Builder builder()
      Create a new fluent API builder to customize configuration.
      Returns:
      a new builder
    • builder

      static OrderExpression.Builder builder(OrderExpression instance)
      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

      static OrderExpression 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