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