Package | Description |
---|---|
fr.gouv.vitam.common.database.builder.request.multiple |
Provides database builders for multiple query requests
|
fr.gouv.vitam.common.database.parser.request.multiple |
Provides database parsers for multiple query requests
|
fr.gouv.vitam.common.database.utils | |
fr.gouv.vitam.worker.common.utils |
Provides common utility classes for the Worker module.
|
Class and Description |
---|
DeleteMultiQuery
Delete: { $roots: roots, $query : query, $filter : multi } or [ roots, query, multi ]
|
InsertMultiQuery
Insert: { $roots: roots, $query : query, $filter : multi, $data : data } or [ roots, query, multi, data ]
|
RequestMultiple
abstract class for multi query request
|
SelectMultiQuery
Select: { $roots: roots, $query : query, $filter : filter, $projection : projection } or [ roots, query, filter,
projection ]
|
UpdateMultiQuery
Update: { $roots: roots, $query : query, $filter : multi, $action : action } or [ roots, query, multi, action ]
|
Class and Description |
---|
DeleteMultiQuery
Delete: { $roots: roots, $query : query, $filter : multi } or [ roots, query, multi ]
|
InsertMultiQuery
Insert: { $roots: roots, $query : query, $filter : multi, $data : data } or [ roots, query, multi, data ]
|
RequestMultiple
abstract class for multi query request
|
SelectMultiQuery
Select: { $roots: roots, $query : query, $filter : filter, $projection : projection } or [ roots, query, filter,
projection ]
|
UpdateMultiQuery
Update: { $roots: roots, $query : query, $filter : multi, $action : action } or [ roots, query, multi, action ]
|
Class and Description |
---|
SelectMultiQuery
Select: { $roots: roots, $query : query, $filter : filter, $projection : projection } or [ roots, query, filter,
projection ]
|
Class and Description |
---|
UpdateMultiQuery
Update: { $roots: roots, $query : query, $filter : multi, $action : action } or [ roots, query, multi, action ]
|
Copyright © 2018 Vitam. All rights reserved.