Uses of Class
com.github.longdt.vertxorm.repository.query.ILike
-
Packages that use ILike Package Description com.github.longdt.vertxorm.repository.query -
-
Uses of ILike in com.github.longdt.vertxorm.repository.query
Methods in com.github.longdt.vertxorm.repository.query that return ILike Modifier and Type Method Description static <O> ILike<O>QueryFactory. ilike(String fieldName, String value)Creates aILikequery which asserts that an attribute contains with a certain string fragment.
-