@Preview(value="3.1") public interface RepositoryStorable extends Repository
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String... ids)
删除
|
boolean |
exists(String id)
是否存在
|
void |
insert(List<Document> documents)
插入
|
search, searchvoid insert(List<Document> documents) throws IOException
IOExceptionvoid delete(String... ids) throws IOException
IOExceptionboolean exists(String id) throws IOException
IOExceptionCopyright © 2025. All rights reserved.