Uses of Package
io.ebeanservice.docstore.api
| Package | Description |
|---|---|
| io.ebeanservice.docstore.api |
The service API for document store integration.
|
| io.ebeanservice.docstore.api.support |
Support objects for implementing integration.
|
| io.ebeanservice.docstore.none |
"No op" implementation of document store.
|
-
Classes in io.ebeanservice.docstore.api used by io.ebeanservice.docstore.api Class Description DocStoreBeanAdapter Doc store specific adapter to process doc store events for a given bean type.DocStoreIntegration All the required features for DocStore integration.DocStoreQueryUpdate Update the document store using a Ebean ORM query.DocStoreTransaction A document store transaction.DocStoreUpdate For persist events that know how to publish or queue their change to the Document store.DocStoreUpdateContext The doc store specific context/transaction used to collect updates to send to the document store.DocStoreUpdateProcessor Processes index updates.DocStoreUpdates Collection of document store updates that are either sent to the document store or queued for future processing -
Classes in io.ebeanservice.docstore.api used by io.ebeanservice.docstore.api.support Class Description DocStoreBeanAdapter Doc store specific adapter to process doc store events for a given bean type.DocStoreUpdate For persist events that know how to publish or queue their change to the Document store.DocStoreUpdateContext The doc store specific context/transaction used to collect updates to send to the document store.DocStoreUpdates Collection of document store updates that are either sent to the document store or queued for future processing -
Classes in io.ebeanservice.docstore.api used by io.ebeanservice.docstore.none Class Description DocStoreBeanAdapter Doc store specific adapter to process doc store events for a given bean type.DocStoreFactory Creates the integration components for DocStore integration.DocStoreIntegration All the required features for DocStore integration.DocStoreUpdateContext The doc store specific context/transaction used to collect updates to send to the document store.