| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.domain.impl.matchers |
| Modifier and Type | Class and Description |
|---|---|
class |
IsFalseMatcher
This will check to see if the value on the entity object is false.
|
class |
IsNotNullMatcher
This matcher will determine if the value on the object is not null
|
class |
IsNullMatcher
This matcher will return true if the value on the object is null
|
class |
IsTrueMatcher
This will check to see if the value on the entity object is true.
|
Copyright © 2014–2016. All rights reserved.