public interface Repository2<E,ID> extends Repository<E,ID>
void
add(Iterable<E> entities)
long
count()
List<E>
getByIds(Iterable<ID> ids)
boolean
has(ID id)
removeByIds(Iterable<ID> id)
update(Iterable<E> entities)
add, getById, removeById, update
boolean has(ID id)
long count()
List<E> getByIds(Iterable<ID> ids)
void add(Iterable<E> entities)
void update(Iterable<E> entities)
void removeByIds(Iterable<ID> id)
Copyright © 2020. All rights reserved.