Uses of Class
fr.gouv.vitam.common.database.builder.query.NopQuery
-
Packages that use NopQuery Package Description fr.gouv.vitam.common.database.parser.query Provides queries to be used within the Vitam DSL -
-
Uses of NopQuery in fr.gouv.vitam.common.database.parser.query
Subclasses of NopQuery in fr.gouv.vitam.common.database.parser.query Modifier and Type Class Description class
NopQuery
Correspond to an nop query (like "{{'$nop':'1'}}")Methods in fr.gouv.vitam.common.database.parser.query that return NopQuery Modifier and Type Method Description static NopQuery
QueryParserHelper. nop()
Constructs a null operation (nop) query, meaning there is no 'where' demand.
-