| Package | Description |
|---|---|
| com.github.mohitgoyal91.cosmosdbqueryutils | |
| com.github.mohitgoyal91.cosmosdbqueryutils.restriction |
| Modifier and Type | Method and Description |
|---|---|
INRestriction |
RestrictionBuilder.in(String propertyName,
Object... values)
To introduce an in restriction in the query
|
| Modifier and Type | Method and Description |
|---|---|
INRestriction |
INRestriction.and()
to separate the previous and next restrictions by an 'AND'
|
<T> INRestriction |
INRestriction.in(String propertyName,
List<T> values)
To introduce an in restriction in the query
|
INRestriction |
INRestriction.in(String propertyName,
Object... values)
To introduce an in restriction in the query
|
INRestriction |
INRestriction.or()
to separate the previous and next restrictions by an 'OR'
|
Copyright © 2020. All rights reserved.