Deprecated API

Contents

  • Deprecated Classes
    Class
    Description
    migrate to using PagedList.emptyList() only.

    An empty PagedList.

    For use in application code when we need to return a PagedList but don't want to execute a query.

    
    
       PagedList<Customer> empty = PagedList.emptyList();