Package io.ebeanservice.docstore.api

The service API for document store integration.
  • Interface Summary
    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.
    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.
  • Class Summary
    Class Description
    DocStoreUpdates
    Collection of document store updates that are either sent to the document store or queued for future processing
  • Exception Summary
    Exception Description
    DocumentNotFoundException
    Can be thrown when a document is unexpectedly not found in a document store.