Verified
Status Update
Comments
yb...@google.com <yb...@google.com> #2
since these are in public API (:/) we need to do this in 1.2
ya...@google.com <ya...@google.com> #3
since it is already marked as deprecated, we can probably do it by now.
Description
Version used: 1.0.0-alpha1
Devices/Android versions reproduced on: all
The following method does not work.
@Insert
void insertData(Iterable<Data> data);
error: Type of the parameter must be a class annotated with @Entity or a collection/array of it.