Uses of Enum Class
cn.net.vidyo.framework.data.jpa.dao.sql.SqlLogic
Packages that use SqlLogic
-
Uses of SqlLogic in cn.net.vidyo.framework.data.jpa.dao.sql
Methods in cn.net.vidyo.framework.data.jpa.dao.sql that return SqlLogicModifier and TypeMethodDescriptionstatic SqlLogicReturns the enum constant of this class with the specified name.static SqlLogic[]SqlLogic.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 SqlLogicModifier and TypeMethodDescriptionWhereWrapper.addIdWhere(SqlLogic logic, Object id) WhereWrapper.addInWhere(SqlLogic logic, String columnName, Object... values) WhereWrapper.addInWhere(SqlLogic logic, String columnName, Collection values) WhereWrapper.addLikeWhere(SqlLogic logic, String columnName, Object value, SqlLike pattern) WhereWrapper.addThanWhere(SqlLogic logic, String columnName, Object value, SqlThan pattern) WhereWrapper.combileWhere(boolean condition, SqlLogic logic, WhereWrapper where) WhereWrapper.combileWhere(boolean condition, SqlLogic logic, String where, Object... params) WhereWrapper.combileWhere(SqlLogic logic, WhereWrapper where) WhereWrapper.combileWhere(SqlLogic logic, String where, Object... params) WhereWrapper.in(boolean condition, SqlLogic logic, String columnName, Collection values) WhereWrapper.in(SqlLogic logic, String columnName, Collection values) WhereWrapper.like(boolean condition, SqlLogic logic, String columnName, Object value, SqlLike pattern) WhereWrapper.linkWhere(boolean condition, SqlLogic logic, WhereWrapper where) WhereWrapper.linkWhere(SqlLogic logic, WhereWrapper where) WhereWrapper.notLike(boolean condition, SqlLogic logic, String columnName, Object value, SqlLike pattern) WhereWrapper.than(boolean condition, SqlLogic logic, String columnName, Object value, SqlThan pattern)