Interface ASelectQuery


  • public interface ASelectQuery
    A select query for assets.
    See Also:
    AResult, ARecord
    • Method Detail

      • where

        ASelectQuery where​(Predicate predicate)
        Restrict the set of returned records by adding a predicate. This method may be called multiple times combining predicates using logical AND.
      • page

        ASelectQuery page​(int offset,
                          int size)
        Set paging information.
      • run

        AResult run()
        Run the query and return the result.