| Package | Description |
|---|---|
| sirius.db.mixing.query.constraints | |
| sirius.db.mongo.constraints |
| Modifier and Type | Method and Description |
|---|---|
OneInField<C> |
FilterFactory.containsOne(Mapping field,
Object... values)
Creates a filter builder which ensures that the given field contains at least on of the given values.
|
OneInField<C> |
OneInField.forceEmpty()
Signals that an empty input list is not ignored but enforces the target field to be empty.
|
OneInField<C> |
FilterFactory.oneInField(Mapping field,
List<Object> values)
Creates a filter builder which ensures that the given field contains at least on of the given values.
|
OneInField<C> |
OneInField.orEmpty()
Signals that this constraint is also fulfilled if the target field is empty.
|
| Modifier and Type | Method and Description |
|---|---|
OneInField<MongoConstraint> |
MongoFilterFactory.oneInField(Mapping field,
List<Object> values) |
Copyright © 2018. All rights reserved.