Package | Description |
---|---|
fr.gouv.vitam.common.database.builder.query |
Provides query classes
|
fr.gouv.vitam.common.database.parser.query |
Provides queries to be used within the Vitam DSL
|
Modifier and Type | Method and Description |
---|---|
static ExistsQuery |
QueryHelper.exists(String variableName) |
static ExistsQuery |
QueryHelper.isNull(String variableName) |
static ExistsQuery |
QueryHelper.missing(String variableName)
Deprecated.
Use $not + $exists
|
Modifier and Type | Class and Description |
---|---|
class |
ExistsQuery
the class of exist query
|
Copyright © 2019 Vitam. All rights reserved.