Uses of Class
com.github.longdt.vertxorm.repository.query.Not
-
Packages that use Not Package Description com.github.longdt.vertxorm.repository.query -
-
Uses of Not in com.github.longdt.vertxorm.repository.query
Methods in com.github.longdt.vertxorm.repository.query that return Not Modifier and Type Method Description static <O> Not<O>QueryFactory. not(Query<O> query)Creates aNotquery, representing a logical negation of a child query, which when evaluated yields the set complement of the result set from the child query.
-