Interface Constants


public interface Constants
Interface to represent constants used for retrieving and sorting results obtained from database.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constant representing that all results be retrieved in one call.
    static final Integer
    Constant representing results to be sorted in ascending order.
    static final Integer
    Constant representing results to be sorted in descending order.
  • Field Details

    • SORT_ORDER_ASCENDING

      static final Integer SORT_ORDER_ASCENDING
      Constant representing results to be sorted in ascending order.
    • SORT_ORDER_DESCENDING

      static final Integer SORT_ORDER_DESCENDING
      Constant representing results to be sorted in descending order.
    • COUNT_ALL

      static final int COUNT_ALL
      Constant representing that all results be retrieved in one call.
      See Also: