| Package | Description |
|---|---|
| com.avaje.ebeanservice.docstore.api |
The service API for document store integration.
|
| com.avaje.ebeanservice.docstore.none |
"No op" implementation of document store.
|
| Modifier and Type | Method and Description |
|---|---|
<T> DocStoreQueryUpdate<T> |
DocStoreUpdateProcessor.createQueryUpdate(BeanType<T> beanType,
int bulkBatchSize)
Create a processor to handle updates per bean via a findEach query.
|
| Modifier and Type | Method and Description |
|---|---|
<T> DocStoreQueryUpdate<T> |
NoneDocStoreUpdateProcessor.createQueryUpdate(BeanType<T> beanType,
int bulkBatchSize) |
Copyright © 2016. All rights reserved.