Uses of Enum Class
cn.net.vidyo.framework.data.jpa.dao.sql.SqlThan
Packages that use SqlThan
-
Uses of SqlThan in cn.net.vidyo.framework.data.jpa.dao.sql
Methods in cn.net.vidyo.framework.data.jpa.dao.sql that return SqlThanModifier and TypeMethodDescriptionstatic SqlThanReturns the enum constant of this class with the specified name.static SqlThan[]SqlThan.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 SqlThanModifier and TypeMethodDescriptionWhereWrapper.addThanWhere(SqlLogic logic, String columnName, Object value, SqlThan pattern) WhereWrapper.addThanWhere(String columnName, Object value, SqlThan pattern) WhereWrapper.than(boolean condition, SqlLogic logic, String columnName, Object value, SqlThan pattern)