public interface DocumentEventPersistManager
DocumentWorkflow| Modifier and Type | Method and Description |
|---|---|
void |
firePostDocument(org.jnosql.diana.api.document.DocumentEntity entity)
Fire an event after the response from communication layer
|
<T> void |
firePostDocumentEntity(T entity)
Fire an event after firePostEntity
|
<T> void |
firePostEntity(T entity)
Fire an event after convert the
DocumentEntity,
from database response, to Entity. |
void |
firePreDeleteQuery(org.jnosql.diana.api.document.DocumentDeleteQuery query)
Fire an event before the delete query is executed
|
void |
firePreDocument(org.jnosql.diana.api.document.DocumentEntity entity)
Fire an event after the conversion of the entity to communication API model.
|
<T> void |
firePreDocumentEntity(T entity)
Fire an event after firePreEntity
|
<T> void |
firePreEntity(T entity)
Fire an event once the method is called
|
void |
firePreQuery(org.jnosql.diana.api.document.DocumentQuery query)
Fire an event before the query is executed
|
void firePreDocument(org.jnosql.diana.api.document.DocumentEntity entity)
entity - the entityvoid firePostDocument(org.jnosql.diana.api.document.DocumentEntity entity)
entity - the entity<T> void firePreEntity(T entity)
T - the entity typeentity - the entity<T> void firePostEntity(T entity)
DocumentEntity,
from database response, to Entity.T - the entity kindentity - the entity<T> void firePreDocumentEntity(T entity)
T - the entity typeentity - the entity<T> void firePostDocumentEntity(T entity)
T - the entity kindentity - the entityvoid firePreQuery(org.jnosql.diana.api.document.DocumentQuery query)
query - the queryvoid firePreDeleteQuery(org.jnosql.diana.api.document.DocumentDeleteQuery query)
query - the queryCopyright © 2018. All rights reserved.