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