| Package | Description |
|---|---|
| org.springframework.data.mapdb.query.predicates |
| Modifier and Type | Method and Description |
|---|---|
static GreaterLessPredicate |
GreaterLessPredicate.ge(Comparable<?> value)
Greater or equal
|
static GreaterLessPredicate |
GreaterLessPredicate.gr(Comparable<?> value)
Greater
|
static GreaterLessPredicate |
GreaterLessPredicate.le(Comparable<?> value)
Less or equal
|
static GreaterLessPredicate |
GreaterLessPredicate.ls(Comparable<?> value)
Less
|
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.