putAll abstract method

void putAll(
  1. List<OBJ> objects
)

Insert or update a list of objects.

Implementation

void putAll(List<OBJ> objects);