Uses of Interface
io.ebeanservice.docstore.api.DocStoreQueryUpdate
-
Packages that use DocStoreQueryUpdate Package Description io.ebeanservice.docstore.api The service API for document store integration. -
-
Uses of DocStoreQueryUpdate in io.ebeanservice.docstore.api
Methods in io.ebeanservice.docstore.api that return DocStoreQueryUpdate Modifier and Type Method Description <T> DocStoreQueryUpdate<T>DocStoreUpdateProcessor. createQueryUpdate(BeanType<T> beanType, int bulkBatchSize)Create a processor to handle updates per bean via a findEach query.
-