findAllSync method

List<R> findAllSync()

Find all objects that match this query.

Implementation

List<R> findAllSync() => build().findAllSync();