Uses of Class
com.github.longdt.vertxorm.repository.query.GreaterThan
-
Packages that use GreaterThan Package Description com.github.longdt.vertxorm.repository.query -
-
Uses of GreaterThan in com.github.longdt.vertxorm.repository.query
Methods in com.github.longdt.vertxorm.repository.query that return GreaterThan Modifier and Type Method Description static <O,A extends Comparable<A>>
GreaterThan<O,A>QueryFactory. greaterThan(String fieldName, A value)Creates aLessThanquery which asserts that an attribute is greater than (but not equal to) a lower bound (i.e.
-