| Package | Description |
|---|---|
| org.jnosql.artemis.document |
This package contains all objects to use a Document Collection.
|
| org.jnosql.artemis.document.query |
This package has the implementation to dynamic query to both
Repository
and RepositoryAsync on document database. |
| Class and 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
|
| 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.
|
| 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 and Description |
|---|
| 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.
|
Copyright © 2018. All rights reserved.