DocumentEntityDocumentEntityDocumentEntityDocumentEntityDocumentCondition using the Condition.ANDDocumentCondition aggregating ,as ¨AND", all the conditions as just one condition.Condition.AND operationDocumentCondition.and(DocumentCondition)DocumentCondition.and(DocumentCondition)SortType.ASCDocumentCondition that has a Condition.BETWEEN,
it means a select will scanning to a document collection that is between two values informed
on a document name.Condition.BETWEEN operationCondition.EQUALSCondition.EQUALSDocumentDeleteQueryDocumentQueryDeleteQuery to DocumentDeleteQueryParamsSortType.DESCDocument where it will create from two parameters:
The first one is the name of column
The second one is the information of columnDocumentEntity
The DocumentCollectionManager API is used to create and remove persistent DocumentEntity instances,
to select entities by their primary key, and to select over entities.DocumentCollectionManager factory.DocumentCondition where it will create from two parameters:
The first one is Document
The second one is the ConditionDocumentCollectionManagerFactoryDocumentDeleteQuery.DocumentDeleteDocumentDeleteQuery.DocumentEntity where it will return from the document entity name.DocumentCollectionManagerDocumentQuery.DocumentQuery.DocumentSelectDocumentCollectionManager.DocumentDocumentCondition that has a Condition.EQUALS, it means a select will scanning to a
document collection that has the same name and equals value informed in this document.Condition.EQUALSCondition.EQUALSValue.get(Class)Value.get(TypeSupplier)Value.get()DocumentCollectionManager from database's nameDocumentCollectionManagerFactory instance.Settings instance, the parameters are defined by NoSQL
provider, then creates a DocumentCollectionManagerFactory instance.DocumentQuery
If empty, Optional.empty() is true, the implementation might either return an unsupported exception or returns same elements in the database.DocumentConfiguration instance from ServiceLoaderDocumentConfiguration instance from ServiceLoader
for a particular provider implementation.DocumentDeleteQueryDocumentEntityParamsParamsDocumentQueryStreamOptional.empty()DocumentQuery
The implementation might ignore this option.DocumentCondition that has a Condition.GREATER_THAN,
it means a select will scanning to a document collection that has the same name and the value
greater than informed in this document.Condition.GREATER_THANCondition.GREATER_THANDocumentCondition that has a Condition.GREATER_EQUALS_THAN,
it means a select will scanning to a document collection that has the same name and the value
greater or equals than informed in this document.Condition.GREATER_EQUALS_THANCondition.GREATER_EQUALS_THANCondition.IN operationDocumentCondition that has a Condition.IN, it means a select will scanning to a
document collection that has the same name and the value is within informed in this document.Condition.INCondition.INDocumentCollectionManager.insert(DocumentEntity),
each NoSQL vendor might replace to a more appropriate one.DocumentCollectionManager.insert(DocumentEntity, Duration),
each NoSQL vendor might replace to a more appropriate one.DocumentCondition that has a Condition.LIKE, it means a select will scanning to a
document collection that has the same name and the value is like than informed in this document.Condition.LIKECondition.LIKEDocumentCondition that has a Condition.LESSER_THAN, it means a select will scanning to a
document collection that has the same name and the value lesser than informed in this document.Condition.LESSER_THANCondition.LESSER_THANDocumentCondition that has a Condition.LESSER_EQUALS_THAN,
it means a select will scanning to a document collection that has the same name and the value
lesser or equals than informed in this document.Condition.LESSER_EQUALS_THANCondition.LESSER_EQUALS_THANDocumentCondition negating the current oneCondition.NOTCondition.NOTDocumentEntity instanceDocumentEntity instanceDocument.of(String, Object)Condition.OR operationDocumentCondition using the Condition.ORDocumentCondition aggregating ,as ¨OR", all the conditions as just one condition.DocumentCondition.or(DocumentCondition)DocumentCondition.or(DocumentCondition)DocumentPreparedStatement, when the operations are insert, update and select
command it will return the result of the operation when the command is delete it will return an empty collection.DocumentEntity from selectSelectQuery to DocumentQueryParamsValue.get() of the mapDocumentCollectionManager.update(DocumentEntity),
each NoSQL vendor might replace to a more appropriate one.Copyright © 2017–2020 Eclipse Foundation. All rights reserved.