getAll abstract method

List<OBJ?> getAll(
  1. List<ID> ids
)

Get a list of objects by their ids. Objects in the list are null if they don't exist.

Implementation

List<OBJ?> getAll(List<ID> ids);