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.
|
| DocumentQueryExecute |
When a document query is executed this event if fired
|
| DocumentQueryMapper |
The builder to either select and delete query using an object mapper API.
|
| DocumentQueryMapper.DocumentMapperDeleteFrom |
The Document Delete Query
|
| DocumentQueryMapper.DocumentMapperDeleteNameCondition |
The base to delete name condition
|
| DocumentQueryMapper.DocumentMapperDeleteNotCondition |
The document not condition
|
| DocumentQueryMapper.DocumentMapperDeleteQueryBuild |
The last step to the build of
DocumentDeleteQuery. |
| DocumentQueryMapper.DocumentMapperDeleteWhere |
The Document Where whose define the condition in the delete query.
|
| DocumentQueryMapper.DocumentMapperFrom |
The DocumentFrom Query
|
| DocumentQueryMapper.DocumentMapperLimit |
The Document Order whose define the the maximum number of results to retrieve.
|
| DocumentQueryMapper.DocumentMapperNameCondition |
The base to name condition
|
| DocumentQueryMapper.DocumentMapperNameOrder |
The Column name order to the builder
|
| DocumentQueryMapper.DocumentMapperNotCondition |
The column not condition
|
| DocumentQueryMapper.DocumentMapperOrder |
The Document Order whose define the sort in the query.
|
| DocumentQueryMapper.DocumentMapperQueryBuild |
The last step to the build of
DocumentQuery. |
| DocumentQueryMapper.DocumentMapperSkip |
The Document Order whose define the position of the first result to retrieve.
|
| DocumentQueryMapper.DocumentMapperWhere |
The Document Where whose define the condition in the query.
|
| DocumentQueryPagination |
A
DocumentQuery that allows select based on pagination. |
| DocumentQueryPagination.DocumentQueryPaginationProvider |
A provider
DocumentQueryPagination of where given two parameters:
The first is DocumentQuery
The second is Pagination
it returns an instance DocumentQueryPagination |
| 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
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.