Uses of Interface
io.ebeanservice.docstore.api.DocStoreUpdate
-
Packages that use DocStoreUpdate Package Description io.ebeanservice.docstore.api The service API for document store integration.io.ebeanservice.docstore.api.support Support objects for implementing integration. -
-
Uses of DocStoreUpdate in io.ebeanservice.docstore.api
Methods in io.ebeanservice.docstore.api that return types with arguments of type DocStoreUpdate Modifier and Type Method Description List<DocStoreUpdate>DocStoreUpdates. getDeleteEvents()Return delete events.List<DocStoreUpdate>DocStoreUpdates. getPersistEvents()Return the persist insert and update requests to be sent to the document store.Methods in io.ebeanservice.docstore.api with parameters of type DocStoreUpdate Modifier and Type Method Description voidDocStoreUpdates. addDelete(DocStoreUpdate bulkRequest)Add a delete request.voidDocStoreUpdates. addPersist(DocStoreUpdate bulkRequest)Add a persist request. -
Uses of DocStoreUpdate in io.ebeanservice.docstore.api.support
Classes in io.ebeanservice.docstore.api.support that implement DocStoreUpdate Modifier and Type Class Description classDocStoreDeleteEventA 'Delete by Id' request that is send to the document store.classDocStoreIndexEvent<T>A 'Delete by Id' request that is send to the document store.
-