See: Description
| Interface | Description |
|---|---|
| DocumentDeleteQueryExecute |
When a document delete query is executed this event if fired
|
| DocumentEntityConverter |
This interface represents the converter between an entity and the
DocumentEntity |
| DocumentEntityPostPersist |
The interface represents the model when the DocumentCollectionEntity be saved that event will fired.
|
| DocumentEntityPrePersist |
The interface represents the model before the DocumentCollectionEntity be saved that event will fired.
|
| DocumentEventPersistManager |
This interface represent the manager of events.
|
| DocumentFieldValue |
The specialist
FieldValue to document |
| DocumentQueryExecute |
When a document query is executed this event if fired
|
| DocumentQueryMapperBuilder |
The builder to either select and delete query using an object mapper API.
|
| DocumentRepositoryAsyncProducer |
The producer of
RepositoryAsync |
| DocumentRepositoryProducer |
The producer of
Repository |
| DocumentTemplate |
This interface that represents the common operation between an entity and DocumentCollectionEntity.
|
| DocumentTemplateAsync |
This interface that represents the common operation between an entity and DocumentCollectionEntity.
|
| DocumentTemplateAsyncProducer |
The producer of
DocumentTemplateAsync |
| DocumentTemplateProducer |
The producer of
DocumentTemplate |
| DocumentWorkflow |
This implementation defines the workflow to insert an Entity on
DocumentTemplate. |
| EntityDocumentPostPersist |
When an entity is either saved or updated it's the first event to fire
|
| EntityDocumentPrePersist |
When an entity is either saved or updated it's the first event to fire
|
| Class | Description |
|---|---|
| AbsctractDocumentWorkflow |
The template method to
DocumentWorkflow |
| AbstractDocumentEntityConverter |
Template method to
DocumentEntityConverter |
| AbstractDocumentTemplate |
This class provides a skeletal implementation of the
DocumentTemplate interface,
to minimize the effort required to implement this interface. |
| AbstractDocumentTemplateAsync |
This class provides a skeletal implementation of the
DocumentTemplateAsync interface,
to minimize the effort required to implement this interface. |
Copyright © 2018. All rights reserved.