Package | Description |
---|---|
io.stallion.dataAccess | |
io.stallion.dataAccess.filtering | |
io.stallion.restfulEndpoints |
Modifier and Type | Method and Description |
---|---|
default FilterChain<T> |
ModelController.anyOf(Or... ors)
Short-cut for filterChain().andAnyOf(Or("someField", "someValue"), Or("someField", "someValue"));
Finds all items that match any of the criteria.
|
Modifier and Type | Method and Description |
---|---|
FilterChain<T> |
FilterChain.andAnyOf(Or... ors) |
FilterChain<T> |
FilterChain.excludeAnyOf(Or... ors) |
Modifier and Type | Method and Description |
---|---|
QueryToPager<T> |
QueryToPager.andAnyOf(Or... ors) |
Copyright © 2016. All rights reserved.