| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDocumentTemplateAsync
This class provides a skeletal implementation of the
DocumentTemplateAsync interface,
to minimize the effort required to implement this interface. |
| Modifier and Type | Method and Description |
|---|---|
<T extends DocumentTemplateAsync> |
DocumentTemplateAsyncProducer.get(org.jnosql.diana.api.document.DocumentCollectionManagerAsync collectionManager)
creates a
DocumentTemplate |
| Modifier and Type | Method and Description |
|---|---|
<E,ID,T extends RepositoryAsync<E,ID>> |
DocumentRepositoryAsyncProducer.get(Class<T> repositoryClass,
DocumentTemplateAsync template)
Produces a Repository class from repository class and
DocumentTemplateAsync |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DocumentTemplateAsync |
AbstractDocumentRepositoryAsyncProxy.getTemplate() |
protected abstract DocumentTemplateAsync |
AbstractDocumentRepositoryAsync.getTemplate() |
Copyright © 2018. All rights reserved.