All Classes
| Class | Description |
|---|---|
| DocMappingBuilder |
Builds the DocumentMapping for a given bean type.
|
| DocPropertyAdapter |
Adapter for DocPropertyVisitor that does not do anything.
|
| DocPropertyMapping |
Property mapping in a doc store document structure.
|
| DocPropertyOptions |
Options for mapping a property for document storage.
|
| DocPropertyVisitor |
Used to visit the properties in a document structure.
|
| 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.
|
| DocStoreBeanBaseAdapter<T> |
Base implementation for much of DocStoreBeanAdapter.
|
| DocStoreDeleteEvent |
A 'Delete by Id' request that is send to the document store.
|
| DocStoreEmbeddedInvalidation |
Checks if a persist request means an embedded/nested object in another document needs updating.
|
| DocStoreEmbeddedInvalidationProperties |
Checks if a persist request means an embedded/nested object in another document needs updating.
|
| DocStoreFactory |
Creates the integration components for DocStore integration.
|
| DocStoreIndexEvent<T> |
A 'Delete by Id' request that is send to the document store.
|
| 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.
|
| DocStoreUpdates |
Collection of document store updates that are either sent to the document store
or queued for future processing
|
| DocStructure |
Document structure for mapping to document store.
|
| DocumentMapping |
Mapping for a document stored in a doc store (like ElasticSearch).
|
| DocumentNotFoundException |
Can be thrown when a document is unexpectedly not found in a document store.
|
| NoneDocStore |
DocumentStore that barfs it is used.
|
| NoneDocStoreBeanAdapter<T> |
DocStoreBeanBaseAdapter that barfs if it is used.
|
| NoneDocStoreFactory |
A stub implementation of DocStoreFactory that will barf if the docStore features are used.
|