See: Description
Interface | Description |
---|---|
DocQueryRequest<T> |
A Query request for the document store.
|
DocStoreBeanAdapter<T> |
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.
|
DocStoreQueryUpdate<T> |
Update the document store using a Ebean ORM query.
|
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.
|
Class | Description |
---|---|
DocStoreUpdates |
Collection of document store updates that are either sent to the document store
or queued for future processing
|
Exception | Description |
---|---|
DocumentNotFoundException |
Can be thrown when a document is unexpectedly not found in a document store.
|
Copyright © 2016. All rights reserved.