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