| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.domain.impl.matchers |
| Modifier and Type | Class and Description |
|---|---|
class |
IsInMatcher
This matcher checks to see if the argument being passed (the collection) contains the value on
the object.
|
class |
IsNotInMatcher
This matcher checks whether or not the argument passed to the query method (the collection) contains the
value on the object itself and fails the check if it does.
|
Copyright © 2014–2016. All rights reserved.