Uses of Interface
io.ebeanservice.docstore.api.DocStoreUpdate
Packages that use DocStoreUpdate
Package
Description
The service API for document store integration.
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 DocStoreUpdateModifier and TypeMethodDescriptionDocStoreUpdates.deleteEvents()Return delete events.DocStoreUpdates.persistEvents()Return the persist insert and update requests to be sent to the document store.Methods in io.ebeanservice.docstore.api with parameters of type DocStoreUpdateModifier and TypeMethodDescriptionvoidDocStoreUpdates.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 DocStoreUpdateModifier and TypeClassDescriptionfinal classA 'Delete by Id' request that is send to the document store.final classA 'Delete by Id' request that is send to the document store.