Uses of Enum Class
cn.net.vidyo.framework.data.jpa.dao.sql.SqlLike
Packages that use SqlLike
-
Uses of SqlLike in cn.net.vidyo.framework.data.jpa.dao.sql
Methods in cn.net.vidyo.framework.data.jpa.dao.sql that return SqlLikeModifier and TypeMethodDescriptionstatic SqlLikeReturns the enum constant of this class with the specified name.static SqlLike[]SqlLike.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cn.net.vidyo.framework.data.jpa.dao.sql with parameters of type SqlLikeModifier and TypeMethodDescriptionWhereWrapper.addLikeWhere(SqlLogic logic, String columnName, Object value, SqlLike pattern) WhereWrapper.addLikeWhere(String columnName, Object value, SqlLike pattern) WhereWrapper.like(boolean condition, SqlLogic logic, String columnName, Object value, SqlLike pattern) WhereWrapper.notLike(boolean condition, SqlLogic logic, String columnName, Object value, SqlLike pattern)