Interface ClauseWithOrderBy<E extends EntityBean>

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      SelectStatement<E> get()  
      default OrderBy<E> orderBy​(io.github.mmm.property.criteria.CriteriaOrdering ordering)  
      default OrderBy<E> orderBy​(io.github.mmm.property.criteria.CriteriaOrdering... orderings)  
      • Methods inherited from interface io.github.mmm.entity.bean.sql.Clause

        isOmit
      • Methods inherited from interface io.github.mmm.marshall.MarshallableObject

        write, writeObject
      • Methods inherited from interface io.github.mmm.marshall.UnmarshallableObject

        read, readObject
    • Method Detail

      • orderBy

        default OrderBy<E> orderBy​(io.github.mmm.property.criteria.CriteriaOrdering ordering)
        Parameters:
        ordering - the CriteriaOrdering to add as OrderBy-clause.
        Returns:
        the OrderBy-clause for fluent API calls.
      • orderBy

        default OrderBy<E> orderBy​(io.github.mmm.property.criteria.CriteriaOrdering... orderings)
        Parameters:
        orderings - the CriteriaOrderings to add as OrderBy-clause.
        Returns:
        the OrderBy-clause for fluent API calls.