接口的使用
cn.sylinx.horm.resource.func.IFunction
使用IFunction的程序包
-
cn.sylinx.horm.resource.func中IFunction的使用
参数类型为IFunction的cn.sylinx.horm.resource.func中的方法 -
cn.sylinx.horm.resource.func.impl中IFunction的使用
修饰符和类型类说明class排除操作
使用方法 #FUNC[exclude,field,params], 接收一个参数 params, 默认使用 and 组合
#FUNC[exclude,field,params,0] 使用 and 组合
#FUNC[exclude,field,params,1] 使用 not inclass包含操作
使用方法 #FUNC[include,field,params], 接收一个参数 params, 默认使用 or 组合
#FUNC[include,field,params,0] 使用 or 组合
#FUNC[include,field,params,1] 使用 inclass自定义 like函数,使用方法: #FUNC[like, email, emailLikeStr] 任意匹配 #FUNC[like, email, emailLikeStr,1] 右边字符全匹配 #FUNC[like, email, emailLikeStr,2] 左边字符全匹配classognl表达式
使用方法 #FUNC[ognl,express]