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