Interface SimpleProperty<EntityT>

Type Parameters:
EntityT -
All Superinterfaces:
Expressions.Operand, Expressions.OperandSingle, FieldReference, Property<EntityT>
All Known Implementing Classes:
SimpleProperty.All, SimpleProperty.Binary, SimpleProperty.Boolean, SimpleProperty.Collection, SimpleProperty.Date, SimpleProperty.DateTime, SimpleProperty.Duration, SimpleProperty.Enum, SimpleProperty.Guid, SimpleProperty.NumericDecimal, SimpleProperty.NumericInteger, SimpleProperty.String, SimpleProperty.Time

public interface SimpleProperty<EntityT> extends Property<EntityT>
Simple property.
  • Method Details

    • asc

      @Nonnull default FieldOrdering<EntityT> asc()
      A property for order ascending.
      Returns:
      The FieldOrdering which has the field and ordering.
    • desc

      @Nonnull default FieldOrdering<EntityT> desc()
      A property for order descending.
      Returns:
      The FieldOrdering which has the field and ordering.